Skip to content

Instantly share code, notes, and snippets.

@DeerTears
Created January 11, 2021 04:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DeerTears/44c9b6dc5d804cedf6d2d8fd6cee9831 to your computer and use it in GitHub Desktop.
Save DeerTears/44c9b6dc5d804cedf6d2d8fd6cee9831 to your computer and use it in GitHub Desktop.
figuring out how to actually update the editor properties in real time when changed by another property. animated sliders in tool scripts, if you will.
# https://docs.godotengine.org/en/stable/classes/class_object.html#method-descriptions
property_list_changed_notify()
# Notify the editor that the property list has changed, so that editor plugins can take the new values into account. Does nothing on export builds.
# might not do what i want
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment