I have a question: is there a way to add a ton of meshes (all at once) to a page? or do we have to do it 1 by 1?
Thanks Guys
"Ty"
import Blender
pagenum = <your page_num>
objects = Blender.Object.GetSelected()
for obj in objects:
p = obj.getProperty("page_num")
if p:
p.setData(pagenum)
else:
obj.addProperty("page_num",pagenum)
Users browsing this forum: No registered users and 6 guests