Clear unused asset, and make a basic addon

This commit is contained in:
2024-05-04 16:30:53 +02:00
parent 332bbe2c86
commit 1e867a553e
18 changed files with 194 additions and 499 deletions
+16
View File
@@ -0,0 +1,16 @@
"""
Pipeline to export Placeholder inside Unity
About building setup:
- Get each placeholder collection, and export it has unique mesh with the `SM_` prefix
"""
import bpy
coll = 'Placeholder'
for collection in bpy.data.collections:
print(f'[Pipeline] Collection "{collection.name}"')
if collection.name is 'coll':
print(f'[Pipeline] Collection placeholder found')