supergoldorak / kuda

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

Minified Hemi code breaks Editor behavior tool #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Create a scene where a model loading triggers the camera moving to a certain 
view point.

Save and reload that scene.  Previewing the scene, the camera does not move to 
the specified view.

In the behavior editor, click the pencil icon for that camera move to edit the 
move: the appropriate selections are shown in the Triggers and Actions panel, 
but the Behaviors panel does not show the behavior to be edited.

Original issue reported on code.google.com by scott.kr...@gmail.com on 9 Aug 2011 at 7:26

GoogleCodeExporter commented 9 years ago

it looks like behaviors using the Rotator / Rotate action or the Translator / 
move action also can not be edited (after creation)

Original comment by scott.kr...@gmail.com on 9 Aug 2011 at 7:38

GoogleCodeExporter commented 9 years ago
Updated summary to reflect actual bug causing symptoms.

Original comment by erik.kit...@gmail.com on 9 Aug 2011 at 8:47

GoogleCodeExporter commented 9 years ago
Fixed with latest commit. Behavior tools first try to use metadata rather than 
code inspection to get parameter names.

Original comment by erik.kit...@gmail.com on 9 Aug 2011 at 8:50

GoogleCodeExporter commented 9 years ago
Verified and released in 1.4.1

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