omni360 / kuda

Automatically exported from code.google.com/p/kuda
GNU General Public License v2.0
0 stars 0 forks source link

Changing Transform hierarchy can lead to inconsistencies in picking #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When changing a Transform's parent it is possible for:

- the PickManager to lose its reference to the Transform's TransformInfo
- the PickManager to generate a new default TransformInfo for the Transform 
(which may lose state such as being non-pickable)

Original issue reported on code.google.com by erik.kit...@gmail.com on 20 Jul 2011 at 4:22

GoogleCodeExporter commented 9 years ago
Fixed with revision f19cb4e020.

Original comment by erik.kit...@gmail.com on 20 Jul 2011 at 4:35

GoogleCodeExporter commented 9 years ago
Verified and released in 1.4.1

Original comment by jpywt...@gmail.com on 9 Aug 2011 at 10:52