Bug #50
Interaction: reset environment scale
Status: | New | Start date: | 06/09/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Resolution: |
Description
if you pick an entity, the defined environment scale settings will be reset to 1.00
the interaction should only update the translation and rotation part but not the scale part
History
#1 Updated by sam g over 13 years ago
the problem is that the interaction itself doesn't care about entities, it just pushes the transformation in a pipe and the EntitywriterModifier does the rest. One possibility would be to add an option to the writer to write only specific parts of the transformation, in this case the translation and the rotation part.