Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SConscript « editors « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eec294616630ac8c8e3a8a252fc146dfbd51794a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/python
Import ('env')


SConscript(['datafiles/SConscript',
			'interface/SConscript',
			'mesh/SConscript',
			'object/SConscript',
  			'space_outliner/SConscript',
			'space_time/SConscript',
			'space_view3d/SConscript',
			'transform/SConscript',
			'screen/SConscript'])