You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Importing a track with the valueTrack value of color or floatQ will not parse the value in the keyframes items described in the JSON. Instead, the value properties are set to the default values of color and floatQ. You can specify r, g, b, and a in the object, but these will never be parsed as specified in the previous statement.
You can import the following AnimJ into Neos to reproduce:
#3726 is another AnimJ bug, but does not directly affect this issue.
To Reproduce
Import the .animj file by dragging the file into Neos. An Inspector panel should open.
Add the Animator component (Rendering > Animator).
Drag StaticAnimationProvider into the Animator's Clip field
Under the Animator component, click the Add button two times to have two empty (null) entries.
Add ValueField<floatQ> and ValueField<color> (Data > ValueField)
Drag ValueField<floatQ>'s value into the first empty entry in the Animator component.
Drag ValueField<color>'s value into the second empty entry in the Animator component.
Under the Animator component, press the play button. The Value properties will not update; they will only have the default values for float4 and color.
Expected behavior
The Value properties in the ValueField<T> component should be driven with the values specified in the keyframes.
Log Files
No response
Screenshots
AnimJBugEvidence_2.mp4
How often does it happen?
Always
Does the bug persist after restarting Neos?
Yes
Neos Version Number
2022.1.28.1310
What Platforms does this occur on?
Windows
Link to Reproduction Item/World
No response
Did this work before?
I Don't Know
If it worked before, on which build?
No response
Additional context
No response
Reporters
U-StiefelJackal / Stiefel Jackal#1864
U-Rucio / Rucio#0134
U-Rixx / Rixx#9063
U-Crusher / Crusher#6143
U-Storm_0 / Storm_DPD#6988
The text was updated successfully, but these errors were encountered:
Describe the bug?
Importing a track with the
valueTrack
value ofcolor
orfloatQ
will not parse the value in thekeyframes
items described in the JSON. Instead, thevalue
properties are set to the default values ofcolor
andfloatQ
. You can specifyr
,g
,b
, anda
in the object, but these will never be parsed as specified in the previous statement.You can import the following AnimJ into Neos to reproduce:
Relevant issues
#3726 is another AnimJ bug, but does not directly affect this issue.
To Reproduce
.animj
file by dragging the file into Neos. An Inspector panel should open.Animator
component (Rendering > Animator).StaticAnimationProvider
into theAnimator
's Clip fieldAnimator
component, click theAdd
button two times to have two empty (null) entries.ValueField<floatQ>
andValueField<color>
(Data > ValueField)ValueField<floatQ>
's value into the first empty entry in theAnimator
component.ValueField<color>
's value into the second empty entry in theAnimator
component.Value
properties will not update; they will only have the default values forfloat4
andcolor
.Expected behavior
The
Value
properties in theValueField<T>
component should be driven with the values specified in thekeyframes
.Log Files
No response
Screenshots
AnimJBugEvidence_2.mp4
How often does it happen?
Always
Does the bug persist after restarting Neos?
Yes
Neos Version Number
2022.1.28.1310
What Platforms does this occur on?
Windows
Link to Reproduction Item/World
No response
Did this work before?
I Don't Know
If it worked before, on which build?
No response
Additional context
No response
Reporters
The text was updated successfully, but these errors were encountered: