You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
-Rasterizer supports meshes with both skeletons and blend shapes
-Collada exporter supports Blend Shapes (even on actions via set driven keys)
This commit is contained in:
@@ -64,6 +64,7 @@ def get_flags():
|
||||
return [
|
||||
('freetype','builtin'), #use builtin freetype
|
||||
('openssl','builtin'), #use builtin openssl
|
||||
('theora','no'), #use builtin openssl
|
||||
]
|
||||
|
||||
|
||||
@@ -137,6 +138,8 @@ def configure(env):
|
||||
#build using mingw
|
||||
if (os.name=="nt"):
|
||||
env['ENV']['TMP'] = os.environ['TMP'] #way to go scons, you can be so stupid sometimes
|
||||
else:
|
||||
env["PROGSUFFIX"]=env["PROGSUFFIX"]+".exe"
|
||||
|
||||
mingw_prefix=""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user