this is useful for the register() class method which is called before the class gets structRNA assigned. eg: class MyClass(bpy.types.PropertyGroup): @classmethod def register(cls): cls.name = StringProperty() # assigned but registration is delayed.
this is useful for the register() class method which is called before the class gets structRNA assigned. eg: class MyClass(bpy.types.PropertyGroup): @classmethod def register(cls): cls.name = StringProperty() # assigned but registration is delayed.