Skip to content

Instantly share code, notes, and snippets.

@zeffii
Created May 5, 2022 14:14
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 zeffii/0a82d36aae36b6961b529fa5d672c8cc to your computer and use it in GitHub Desktop.
Save zeffii/0a82d36aae36b6961b529fa5d672c8cc to your computer and use it in GitHub Desktop.
_PropertyDeferred is because you are assigning variablename = bpy.props.SomeProperty instead of variablename: bpy.props.SomeProperty
description contains all you need. probably doing this in an Operator or Custom Blender node.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment