Fix for [#34934] Freestyle options are in wrong tab.
Added a label to guide users to line style settings in the Render Layers context (in line with the similar labels found in the Cloth and Soft Body modifier panels), so that Freestyle options per render layer can be more easily found.
This commit is contained in:
		@@ -60,6 +60,9 @@ class RENDER_PT_freestyle(RenderFreestyleButtonsPanel, Panel):
 | 
			
		||||
        row.active = (rd.line_thickness_mode == 'ABSOLUTE')
 | 
			
		||||
        row.prop(rd, "line_thickness")
 | 
			
		||||
 | 
			
		||||
        split = layout.split()
 | 
			
		||||
        split.label(text="Line style settings are found in the Render Layers context")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Render layer properties
 | 
			
		||||
        
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user