→ On the way to Blender
Thursday, November 15, 2018
3D Artist/Generalist (shahrinsan@gmail.com) - Freelance
#=============================================
# Make all ref model in scene local
from siutils import si, sisel, log
for obj in si.ActiveSceneRoot.FindChildren("*", "#model"):
xx = obj.Parameters("referenced_model").Value==True
if xx:
yy = obj.Parameters("active_resolution").Value==True
if yy:
#print obj
si.MakeModelLocal(obj, "", 2)
#=============================================
My 3D Garage is proudly powered by Blogger
Design by FlashDaWeb. Converted by Wordpress To Blogger for WP Blogger Themes