Blender Git Loki
Git Commits -> Revision 0f5c19c
Revision 0f5c19c by Tamito Kajiyama (master) June 27, 2010, 00:03 (GMT) |
More on the new GUI for the Parameter Editor mode. This is a WIP commit. * Moved render layer-specific Freestyle options to a separate "Freestyle" tab (in addition to the "Freestyle: Line Style" tab that has been introduced in the previous commit). * Added UI controls for specifying feature edge selection criteria in the Parameter Editor mode. Feature edge selection starts with a set of all feature edges in the view map. Each line set specifies edge selection criteria (e.g., to select only visible crease edges) by enabling appropriate UI controls (e.g., by turning on the "Crease" and "Visibility" toggle buttons). Selected criteria are combined by logical conjunction. Logical disjunction (e.g., "crease edges or contours") is represented by two or more line sets. * Slightly rearranged several UI controls in the Python Scripting mode. |
Commit Details:
Full Hash: 0f5c19c32c058a861efb7018e145278ac6beda2b
SVN Revision: 29725
Parent Commit: 7abdf9b
Lines Changed: +247, -75
5 Modified Paths:
/release/scripts/ui/properties_render.py (+109, -66) (Diff)
/source/blender/blenkernel/intern/linestyle.c (+6, -1) (Diff)
/source/blender/freestyle/intern/blender_interface/FRS_freestyle.cpp (+11, -3) (Diff)
/source/blender/makesdna/DNA_freestyle_types.h (+25, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+96, -4) (Diff)
/source/blender/blenkernel/intern/linestyle.c (+6, -1) (Diff)
/source/blender/freestyle/intern/blender_interface/FRS_freestyle.cpp (+11, -3) (Diff)
/source/blender/makesdna/DNA_freestyle_types.h (+25, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+96, -4) (Diff)