[Bf-committers] Behavior of topo_sort_baselist() and scenes

Ken Hughes khughes at pacific.edu
Mon May 16 02:13:11 CEST 2005


I discovered while tracking down a bf-python bug that the behavior
of parenting has changed since the addition of the topo_sort_baselist()
code.  Specifically, if I do the following:

(1) get an object A in the current scene
(2) create a new object B, but do not link to the current scene
(3) make B the parent of A

A is no deleted from the current scene.

This new behavior makes sense, but is it intentional?  If so, it should
be documented in the API. If not, is it indicative of a larger problem?

Ken


More information about the Bf-committers mailing list