|
|
|
|
|
|
|||||
|
Idea #133: Allow custom IDPropertyGroup-derived types use PointerProperty
| |||||||
|
Written by jesterKing the 29 Aug 10 at 08:13.
Category: Python Scripting.
Related project:
Nothing/Others.
Status: New
| ||||||||||||||||||||
|
Rationale
It would be useful for scripters to have the ability to create custom types that also can have PointerProperty attributes that are ID blocks (other than IDPropertyGroup)
Currently this is not possible and forces scripters to think up kludges to somehow detect data pointers attached to their data. I'd like to be able to do: class MyType(bpy.types.IDPropertyGroup): pass MyType.object = PointerProperty(name='Object', type=bpy.types.Object) Note, this is not for operator properties. |
||||||||||||||||||||
Propose your solution
Duplicates
Comments
Post your comment | ||||||||||||||||||||