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
Pointer properties that are set to a bpy.types.ID are writable and may be None, an overload should be added for this case (assuming I can figure out how to so with _T being a type variable), and an overload should be added for when _T is a bpy.types.PropertyGroup, where the pointer property is read-only and never None.
The text was updated successfully, but these errors were encountered:
Pointer properties that are set to a bpy.types.ID are writable and may be None, an overload should be added for this case (assuming I can figure out how to so with _T being a type variable), and an overload should be added for when _T is a bpy.types.PropertyGroup, where the pointer property is read-only and never None.
The text was updated successfully, but these errors were encountered: