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
34 stars 17 forks source link

Add->Plasma->Linking Book broken #386

Closed DoobesURU closed 10 months ago

DoobesURU commented 10 months ago

This problem seems to have cropped up with 0.15. When trying to add the Linking Book template from the Add->Plasma menu, this error comes up:

Traceback (most recent call last):
  File "D:\Korman 0.15\2.79\scripts\addons\korman\operators\op_mesh.py", line 559, in execute
    self.create_linkingbook_objects()
  File "D:\Korman 0.15\2.79\scripts\addons\korman\operators\op_mesh.py", line 590, in create_linkingbook_objects
    with utils.bmesh_object(clk_rgn_name) as (clk_rgn, bm):
AttributeError: module 'korman.exporter.utils' has no attribute 'bmesh_object'

location: <unknown location>:-1

location: <unknown location>:-1

My guess is that this happened when cube region generation was simplified in #367 , where bmesh_object was removed in favor of other coding.