verse / verse-blender

Blender Python Add-on with Verse integration
GNU General Public License v2.0
39 stars 4 forks source link

Generate VerseEntity Subclasses using RNA API and Metaclasses #10

Open jirihnidek opened 10 years ago

jirihnidek commented 10 years ago

It will be wise to use meta programming to create all subclasses of shareable Blender data. Python RNA API could be used for this purpose:

http://wiki.blender.org/index.php/Dev:2.5/Source/Python/PyRNA

jirihnidek commented 10 years ago

Other links: