Game Development Community

[Tweak] Dropping an object over another in scene tree

by Mikael Pettersson · in Torque 3D Professional · 06/14/2009 (8:29 am) · 2 replies

Right now when you drop an object over another object, the icon that your dropping it on changes to a simgroup icon. And doesn't revert back if you drag the object back out.
Also .. it would be nice to have a add simgroup button next to the lock and bin buttons.

#1
06/24/2009 (4:10 pm)
Technically in most cases you shouldn't be able to drag and drop one scene object "into" another one since Torque doesn't really support this kind of parent-child relationship except with SimGroups, SimSets, and Paths (even then not in a fully "editable" way).

The real bug here is that you can do that drag and drop and not that the icon changes =)
#2
06/26/2009 (2:44 pm)
Logged as THREED-522