[#14437] Modifier Stack Refactor
patch by Ben Batt (artificer) Updated patch for 6 or so modifiers added since the patch was written. - tested with CMake and SCons - fixed one error were flags were being added to the fluids type. - remove BKE_simple_deform.h, simple_deform.c, move functions into MOD_simpledeform.c since there were problems with circular deps. - moved some fluid and boolean functions used by modifiers too.
This commit is contained in:
@@ -16,6 +16,7 @@ SConscript(['avi/SConscript',
|
||||
'readblenfile/SConscript',
|
||||
'render/SConscript',
|
||||
'nodes/SConscript',
|
||||
'modifiers/SConscript',
|
||||
'ikplugin/SConscript',
|
||||
'windowmanager/SConscript',
|
||||
'blenfont/SConscript'])
|
||||
|
Reference in New Issue
Block a user