-Much improvement to baked light baker
-Fixed many bugs in stretch mode -Fixes to camera project and unproject as consequence of the above -added setget to script (documented in script doc) -more fixes to collada exporter for blender
This commit is contained in:
@ -927,7 +927,7 @@ void AnimationPlayer::play(const StringName& p_name, float p_custom_blend, float
|
||||
|
||||
|
||||
StringName next=animation_get_next(p_name);
|
||||
if (next!=StringName()) {
|
||||
if (next!=StringName() && animation_set.has(next)) {
|
||||
queue(next);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user