[DEV] add json dependency

This commit is contained in:
Edouard DUPIN 2013-08-01 22:37:02 +02:00
parent 70036262be
commit 7fecf6cd89
4 changed files with 2351 additions and 2 deletions

1269
blender/obj_inport_export.py Normal file

File diff suppressed because it is too large Load Diff

1080
blender/wrl2export.py Normal file

File diff suppressed because it is too large Load Diff

2
external/ejson vendored

@ -1 +1 @@
Subproject commit 217c1947651b35724df50c2319e1f16296649169
Subproject commit 2627da57d8555bd69facc1cff923ab0b8d498893

View File

@ -138,7 +138,7 @@ def Create(target):
#myModule.SetConfig(['Config.in','ConfigLinux.in'])
# name of the dependency
myModule.AddModuleDepend(['etk', 'freetype', 'exml', 'egami', 'date'])
myModule.AddModuleDepend(['etk', 'freetype', 'exml', 'ejson', 'egami', 'date'])
#ifeq ("$(CONFIG_BUILD_BULLET)","y")
#myModule.AddModuleDepend('bullet')