[Bf-committers] duplicating smoke setups via python

Goat Man goatman.py at gmail.com
Fri Nov 20 09:20:05 CET 2009


i'm using lastest blender25, trying to find a way to copy smoke via python.
I have 3 objects, the rendering volume, the domain cube, and a particle
system.  Each of these i can duplicate using the object.copy() method, and
then adding them to the scene by bpy.data.scenes[0].add_object( mycopy ) is
working.  But then some settings are not preserved on the duplicates, like
for the domain cube - under the particles tab the "smoke" has been copied
over, but its set to "None" rather than "Domain".  Checking the objects
attributes from python i do not see any way to get to the smoke attributes
to restore them.
-brett


More information about the Bf-committers mailing list