virtualx-engine/scene
Georg Wacker dfb7d46a2a Fix control node transform animation jitter with pivot offset
The workaround for moving the pivot is not needed anymore, in fact it causes all transforms applied to control nodes to jitter while animating (if a pivot offset is set).

This can be observed via AnimationPlayer and Tween.

The fix is to remove the obsolete workaround that causes this bug.

Fixes #28804
2019-10-21 16:52:45 +02:00
..
2d Correct change made to joints_2d.cpp by 072e403. 2019-10-15 17:55:35 +02:00
3d Merge pull request #32865 from rodolforg/fix_32711-lookat-scaling-again 2019-10-21 16:05:21 +02:00
animation Add missing semicolons to BIND_ENUM_CONSTANT macro uses 2019-10-02 09:57:12 +02:00
audio Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
gui Fix control node transform animation jitter with pivot offset 2019-10-21 16:52:45 +02:00
main Small fixes to redundand code, copy paste bugs 2019-10-14 11:40:55 +02:00
resources Small fixes to redundand code, copy paste bugs 2019-10-14 11:40:55 +02:00
register_scene_types.cpp Remove unused stb_truetype-based DynamicFont implementation 2019-10-03 01:19:02 +02:00
register_scene_types.h Remove redundant author doc comments 2019-08-12 04:26:38 -05:00
scene_string_names.cpp -Fixes to undo redo to avoid crash, closes #24251 2019-02-14 10:22:34 -03:00
scene_string_names.h -Fixes to undo redo to avoid crash, closes #24251 2019-02-14 10:22:34 -03:00
SCsub