Teach export.py to skip files
This commit is contained in:
3
proto2/assets/blender-2.80/hair3.json
Normal file
3
proto2/assets/blender-2.80/hair3.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"skip": true
|
||||
}
|
||||
@@ -128,6 +128,8 @@ def main():
|
||||
config[k] = set(v)
|
||||
else:
|
||||
config[k] = v
|
||||
if config.has_key("skip") and config["skip"]:
|
||||
continue
|
||||
# export blend file
|
||||
print("---------")
|
||||
print("Exporting {}".format(os.path.abspath(item_abspath)))
|
||||
|
||||
Reference in New Issue
Block a user