H-uru / korman

Blender plugin for creating ages for Cyan Worlds' proprietary Plasma engine and its open source variant, CyanWorlds.com Engine.
GNU General Public License v3.0
35 stars 17 forks source link

Fix incorrect pretends-to-be-a semantics from #367. #370

Closed Hoikas closed 1 year ago

Hoikas commented 1 year ago

This fixes review comments left on #367 that were caused by missing pretends-to-be-a semantics. BMeshObject is intended to provide pass-through access to bpy.types.Object's attributes.

Supercedes and closes #369.