• Introduce QList<Object*> Object::getChildren(), which returns the
    (immeidate) child objects of a given transform/distance. The default
    implementation looks for properties of the appropriate type.
    
    Implment setPropertyRecursive leveraging getChildren (this reduces the
    amount of special casing needed to implement spr).
    
    Special casing for stream, independent, and LoadStore due to various
    oddities in their handling of child transforms
    Charles Otto authored
     
    Browse Code »