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

Pay down some technical debt wrt cube regions. #394

Closed Hoikas closed 8 months ago

Hoikas commented 8 months ago

the pre_export_optional_cube_region function is a decent idea, but it predates the ability to do things like foo = yield bar() in pre_export() generator methods. So, we remove it in favor of yielding and assigning in one line. This should clean up some noisy warnings from Blender after the export is over.