1fe21f7e8f
Put back Armature/Pose code, including 'heat weight'. I've added reeb.h to get things compile, but Martin will cleanup files and put back? Now where to put all vertexgroup code.... I guess mesh? Note for msvc: yep, another new dir to add! :)
30 lines
736 B
Python
30 lines
736 B
Python
#!/usr/bin/python
|
|
Import ('env')
|
|
|
|
|
|
SConscript(['datafiles/SConscript',
|
|
'space_api/SConscript',
|
|
'util/SConscript',
|
|
'interface/SConscript',
|
|
'animation/SConscript',
|
|
'armature/SConscript',
|
|
'mesh/SConscript',
|
|
'object/SConscript',
|
|
'space_buttons/SConscript',
|
|
'space_file/SConscript',
|
|
'space_image/SConscript',
|
|
'space_info/SConscript',
|
|
'space_ipo/SConscript',
|
|
'space_node/SConscript',
|
|
'space_outliner/SConscript',
|
|
'space_time/SConscript',
|
|
'space_view3d/SConscript',
|
|
'space_sound/SConscript',
|
|
'space_action/SConscript',
|
|
'space_nla/SConscript',
|
|
'space_script/SConscript',
|
|
'space_text/SConscript',
|
|
'space_sequencer/SConscript',
|
|
'transform/SConscript',
|
|
'screen/SConscript'])
|