mike-marcacci / kuda

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

Moving Boxes in Curves tool #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a curve (two+ boxes)
2. Preview the curve
2. Click on a box
3. Move the box with the transform handle

What is the expected output? What do you see instead?
The box should move as well as the transform handles. The curve should adjust 
with the moving box. Instead, a js error occurs (boxUI is null on curves.js 
line 733).

Original issue reported on code.google.com by khang.du...@gmail.com on 23 May 2011 at 7:42

GoogleCodeExporter commented 9 years ago
Update, the problem occurs after saving the curve and then the project, and 
afterwards reloading the project.

Original comment by khang.du...@gmail.com on 23 May 2011 at 7:48

GoogleCodeExporter commented 9 years ago
Latest commit fixes the issue. Caused in the set method of the edit curve 
sidebar widget where new boxes were being created instead of using the ones 
created in the model.

Original comment by khang.du...@gmail.com on 23 May 2011 at 8:05

GoogleCodeExporter commented 9 years ago
This has been verified and made it into release 1.4.0.

Original comment by jpywt...@gmail.com on 3 Aug 2011 at 3:50