Blender Git Commit Log

Git Commits -> Revision 5acd5d1

Revision 5acd5d1 by Tamito Kajiyama (master)
October 28, 2012, 16:09 (GMT)
Improvements of Freestyle GUI controls - Part 1.

This commit makes a set of fixes and improvements based on the results of
Freestyle branch review by Brecht. The discussion thread is:
http://lists.blender.org/pipermail/bf-committers/2012-October/037927.html

* The Layers panel and Freestyle-related panels in the Render tab of the
Properties window were moved to the newly created Render Layers tab.
The idea is to separate per render layer rendering options into a distinct
Properties window tab, and use the existing Render tab to accommodate
per scene rendering options.

* The new Freestyle panel was added in the Render tab. The panel header
contains a toggle button for globally enabling Freestyle, with the aim of making
Freestyle easier to find. Those Freestyle options in the Post Processing panel
were also moved to the new panel.

* GUI code was updated so that UI controls will be greyed out (instead of
being hidden) when Freestyle is disabled. Additional UI changes were also
made to reduce space consumption.

* The list of line sets was moved from the Freestyle panel to the Freestyle:
Line Sets panel.

* Old ray-casting algorithms were removed from the UI. Now only two
algorithms (culled and non-culled cumulative visibility detection algorithms)
are available, and the selection is done by the new "Culling" toggle button
within the edge detection options.

Commit Details:

Full Hash: 5acd5d14970c829c2873623716a67beeb6da5278
SVN Revision: 51710
Parent Commit: f252230
Lines Changed: +727, -678

1 Added Path:

/release/scripts/startup/bl_ui/properties_render_layer.py (+677, -0) (View)

13 Modified Paths:

/release/datafiles/startup.blend (+0, -0) (Diff)
/release/scripts/startup/bl_ui/properties_render.py (+21, -665) (Diff)
/release/scripts/startup/bl_ui/__init__.py (+1, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+5, -2) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+2, -1) (Diff)
/source/blender/editors/space_buttons/buttons_header.c (+1, -0) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+3, -0) (Diff)
/source/blender/freestyle/intern/blender_interface/FRS_freestyle.cpp (+2, -3) (Diff)
/source/blender/makesdna/DNA_freestyle_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_linestyle.c (+6, -6) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021