[Bf-python] fix in scene.link

Willian Padovani Germano wgermano at ig.com.br
Fri Oct 24 19:10:28 CEST 2003


Hi,

Ok, that problem with added objects with NULL obdata crashing Blender should
be fixed now.  A warning about the best order:

object.link(obdata)
scene.link(object)

and not:

scene.link(object)
object.link(obdata)

was also added to the Scene doc page.

--
Willian, wgermano at ig.com.br




More information about the Bf-python mailing list