Blender Git Loki
Git Commits -> Revision bd68a72
Revision bd68a72 by Tamito Kajiyama (master) July 20, 2010, 17:57 (GMT) |
A WIP commit for proof-of-concept implementations of line style modifiers. A number of UI elements were newly introduced to control line color, alpha transparency and line thickness by means of base color/alpha/thickness plus modifiers that alter the base values. To begin with, three basic modifiers were prototyped with the aim of putting the new UI framework in practice and evaluating if it works properly. The Parameter Editor mode is still in a work-in-progress state and totally useless from users' viewpoint. |
Commit Details:
Full Hash: bd68a728691032b918b437113c842e5ec715bc85
SVN Revision: 30550
Parent Commit: 472491d
Lines Changed: +1323, -14
1 Added Path:
/source/blender/makesdna/DNA_linestyle_types.h (+192, -0) (View)
15 Modified Paths:
/release/scripts/ui/properties_render.py (+118, -3) (Diff)
/source/blender/blenkernel/BKE_linestyle.h (+17, -1) (Diff)
/source/blender/blenkernel/intern/linestyle.c (+247, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+1, -0) (Diff)
/source/blender/editors/render/render_intern.h (+6, -0) (Diff)
/source/blender/editors/render/render_ops.c (+6, -0) (Diff)
/source/blender/editors/render/render_shading.c (+277, -0) (Diff)
/source/blender/freestyle/FRS_freestyle.h (+30, -0) (Diff)
/source/blender/makesdna/DNA_freestyle_types.h (+33, -8) (Diff)
/source/blender/makesdna/intern/makesdna.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_linestyle.c (+375, -2) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+1, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+13, -0) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+4, -0) (Diff)
/source/blender/blenkernel/BKE_linestyle.h (+17, -1) (Diff)
/source/blender/blenkernel/intern/linestyle.c (+247, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+1, -0) (Diff)
/source/blender/editors/render/render_intern.h (+6, -0) (Diff)
/source/blender/editors/render/render_ops.c (+6, -0) (Diff)
/source/blender/editors/render/render_shading.c (+277, -0) (Diff)
/source/blender/freestyle/FRS_freestyle.h (+30, -0) (Diff)
/source/blender/makesdna/DNA_freestyle_types.h (+33, -8) (Diff)
/source/blender/makesdna/intern/makesdna.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_linestyle.c (+375, -2) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+1, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+13, -0) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+4, -0) (Diff)