Blender Git Loki
Git Commits -> Revision 740f33d
Revision 740f33d by Dalai Felinto (master) May 18, 2017, 16:46 (GMT) |
Remove "Modern Viewport" The "Modern Viewport" was an option in the Viewport panel that would use the new fancy wire frame code and some depth debugging functionality. This was introduced as a quick and dirty way to get the new drawing system showing in the viewport. Overtime we built a complete Draw Manager system, leaving this original approach deprecated which adds clutter to Blender code since it would be removed sooner or later. Note: The new fancy wireframes and related shaders (white out other objects) are still in Blender code, though you can't use them anymore. If we are to have any of those drawing options they should be integrated in the new draw manager, instead of integrated in the old drawing pipeline as it was originally coded. |
Commit Details:
Full Hash: 740f33d8a20eac253696b20f9e6477dfd649ab43
Parent Commit: ec774fd
Lines Changed: +16, -709
7 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d.py (+1, -49) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+5, -12) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+9, -585) (Diff)
/source/blender/editors/space_view3d/view3d_header.c (+0, -5) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+0, -3) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+1, -12) (Diff)
/source/blender/makesrna/intern/rna_space.c (+0, -43) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+5, -12) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+9, -585) (Diff)
/source/blender/editors/space_view3d/view3d_header.c (+0, -5) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+0, -3) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+1, -12) (Diff)
/source/blender/makesrna/intern/rna_space.c (+0, -43) (Diff)