Blender Git Commit Log
Git Commits -> Revision b9256d1
Revision b9256d1 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) May 22, 2018, 17:18 (GMT) |
Move simplify options to Scene->RenderData struct Before these change, the settings were defined in ToolSettings struct, but must be in the same struct that other scene simplify options. |
Commit Details:
Full Hash: b9256d122f1099a6158c3d8c27489bc3e5753b62
Parent Commit: 67960e8
Lines Changed: +54, -63
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_scene.py (+8, -11) (Diff)
/source/blender/draw/engines/gpencil/gpencil_draw_utils.c (+4, -1) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.c (+3, -4) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.h (+4, -4) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+9, -12) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+26, -31) (Diff)
/source/blender/draw/engines/gpencil/gpencil_draw_utils.c (+4, -1) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.c (+3, -4) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.h (+4, -4) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+9, -12) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+26, -31) (Diff)