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
Correct off-by-one error from original author by changing hook.
- from: bpy.app.handlers.frame_change_post.append
- to: bpy.app.handlers.scene_update_pre.append
This ensures the text node update occurs before rendering.