Blender Git Commit Log
Git Commits -> Revision 1bfcba3
Revision 1bfcba3 by Tamito Kajiyama (master) December 2, 2010, 23:50 (GMT) |
New feature edge selection criterion based on object groups. The Freestyle tab in the Render buttons has a couple of new options "Group" and "Group Negation". The Group option specifies a group of objects (defined through the Groups tab in the Object buttons), while the Group Negation value is either INCLUSIVE or EXCLUSIVE. If INCLUSIVE, feature edges belonging to some object in the group are selected. Otherwise, those feature edges not belonging to any object in the group are selected. |
Commit Details:
Full Hash: 1bfcba31d2e1010a912f9cd283e348b833e43a27
SVN Revision: 33434
Parent Commit: 5eb840f
Lines Changed: +61, -15
7 Modified Paths:
/release/scripts/freestyle/style_modules/parameter_editor.py (+19, -0) (Diff)
/release/scripts/ui/properties_render.py (+10, -4) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+1, -0) (Diff)
/source/blender/freestyle/intern/blender_interface/FRS_freestyle.cpp (+1, -1) (Diff)
/source/blender/makesdna/DNA_freestyle_types.h (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+26, -8) (Diff)
/release/scripts/ui/properties_render.py (+10, -4) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+1, -0) (Diff)
/source/blender/freestyle/intern/blender_interface/FRS_freestyle.cpp (+1, -1) (Diff)
/source/blender/makesdna/DNA_freestyle_types.h (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+26, -8) (Diff)