Skip to content

Rendering Animation with object matrix output transforms continuously #1848

Answered by OmarEmaraDev
Chryfi asked this question in Q&A
Discussion options

You must be logged in to vote

The issue is that you are setting the location of objects, reading their locations right after, then setting their location again. This is unreliable because Blender only updates the scene after AN finishes executing entirely. So you should generally set the location of objects only once and not read them again in the node tree. (There is a workaround, but using it is highly discouraged!)

The best way to do what you want is to use the newly added Evaluate FCurves Transforms node as follows:

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Chryfi
Comment options

You must be logged in to vote
6 replies
@Chryfi
Comment options

@OmarEmaraDev
Comment options

@Chryfi
Comment options

@Chryfi
Comment options

@OmarEmaraDev
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1847 on April 14, 2022 21:33.