Blender Git Commit Log
Git Commits -> Revision 46bf547
Revision 46bf547 by Antonio Vazquez (temp-greasepencil-vfx) June 26, 2018, 11:21 (GMT) |
Basic Add VFX and new template Still the poll method is not working. |
Commit Details:
Full Hash: 46bf547562adb72bfaecc7ada681e675fcea7d44
Parent Commit: 126b7bd
Lines Changed: +357, -35
9 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+108, -0) (Diff)
/source/blender/editors/include/UI_interface.h (+2, -0) (Diff)
/source/blender/editors/interface/interface_templates.c (+121, -0) (Diff)
/source/blender/editors/object/object_shader_fx.c (+21, -22) (Diff)
/source/blender/makesrna/intern/rna_object.c (+77, -0) (Diff)
/source/blender/makesrna/intern/rna_shader_fx.c (+11, -12) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+8, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+7, -1) (Diff)
/source/creator/creator.c (+2, -0) (Diff)
/source/blender/editors/include/UI_interface.h (+2, -0) (Diff)
/source/blender/editors/interface/interface_templates.c (+121, -0) (Diff)
/source/blender/editors/object/object_shader_fx.c (+21, -22) (Diff)
/source/blender/makesrna/intern/rna_object.c (+77, -0) (Diff)
/source/blender/makesrna/intern/rna_shader_fx.c (+11, -12) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+8, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+7, -1) (Diff)
/source/creator/creator.c (+2, -0) (Diff)