Blender Git Commit Log
Git Commits  -> Revision a89362a
		
			
			
		
Revision a89362a by Sergey Sharybin (opensubdiv-modifier) May 11, 2014, 17:17 (GMT)  | 
Expose OpenSubdiv compute type to user preferences Pretty much straightforward change actually. NOTE: Use with care! Opening userpref during animation playback crashes Blender here. Should be some sort of OpenGL context issue, will investigate it later. Also committing file missing from previons commit.  | 
Commit Details:
Full Hash: a89362a41a86e1831ecc6349b77ad307c70f94ff
Parent Commit: 1a553d8
Lines Changed:  +300,  -3
1 Added Path:
/intern/opensubdiv/clInit.h (+139, -0)  (View)
8 Modified Paths:
/intern/opensubdiv/opensubdiv_capi.cc (+27, -0) (Diff)
/intern/opensubdiv/opensubdiv_capi.h (+2, -2) (Diff)
/release/scripts/startup/bl_ui/space_userpref.py (+4, -0) (Diff)
/source/blender/blenkernel/intern/CCGSubSurf.c (+33, -1) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+12, -0) (Diff)
/source/blender/makesrna/intern/CMakeLists.txt (+7, -0) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+72, -0) (Diff)
/source/blender/makesrna/intern/SConscript (+4, -0) (Diff)
/intern/opensubdiv/opensubdiv_capi.h (+2, -2) (Diff)
/release/scripts/startup/bl_ui/space_userpref.py (+4, -0) (Diff)
/source/blender/blenkernel/intern/CCGSubSurf.c (+33, -1) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+12, -0) (Diff)
/source/blender/makesrna/intern/CMakeLists.txt (+7, -0) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+72, -0) (Diff)
/source/blender/makesrna/intern/SConscript (+4, -0) (Diff)


 Master Commits
MiikaHweb | 2003-2021