Skip to content

Conversation

@doakey3
Copy link

@doakey3 doakey3 commented Dec 9, 2018

  • Minor changes made to the code to bring it up to Blender version 2.8
  • I put the code into a init.py file so users will install the add-on using the downloaded .zip which is more consistent with other newer add-ons
  • I updated the README to describe installation and usage

__init__.py Outdated

# add the frame change handler
bpy.app.handlers.scene_update_pre.append(typewriter_text_update_frame)
bpy.app.handlers.frame_change_pre.append(typewriter_text_update_frame)
Copy link
Owner

@boombatower boombatower Dec 12, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the change from scene_update_pre to frame_change_pre and the change from register_module to register_class the only actual functional changes? It seems like virtually everything is style changes and README changes.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes that about sums it up.

gandalf3 and others added 3 commits March 23, 2020 07:40
We need to explicitly evaluate the object as described here:
https://wiki.blender.org/wiki/Reference/Release_Notes/2.81/Python_API#Handlers
in order to get all current value of any fcurve-animated properties.
 Fix animation render with keyframed typewriter properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants