dairin0d / batch-operations

Batch operations for specific cases
GNU General Public License v3.0
16 stars 3 forks source link

errors on startup #4

Closed brothermechanic closed 7 years ago

brothermechanic commented 7 years ago

bm@BM ~ $ blender Read new prefs: /home/bm/.config/blender/2.78/config/userpref.blend Traceback (most recent call last): File "/usr/share/blender/2.78/scripts/modules/addon_utils.py", line 330, in enable mod = import(module_name) File "/usr/share/blender/2.78/scripts/addons/space_view3d_batch_operations/init.py", line 58, in from . import batch_common File "/usr/share/blender/2.78/scripts/addons/space_view3d_batch_operations/batch_common.py", line 335, in @addon.Operator(idname="object.batch_streamline_meshes", options={'REGISTER', 'UNDO'}, label="Streamline mesh(es)", description="Streamline mesh(es)", mode={'OBJECT', 'EDIT_MESH'}) File "/usr/share/blender/2.78/scripts/addons/space_view3d_batch_operations/batch_common.py", line 385, in Operator_batch_streamline_meshes intersect_use_separate = BlRna.to_bpy_prop(bpy.ops.mesh.intersect, "use_separate") File "/usr/share/blender/2.78/scripts/addons/space_view3d_batch_operations/dairin0d/bpy_inspect.py", line 300, in to_bpy_prop rna_prop = (obj if name is None else BlRna(obj).properties[name]) KeyError: 'bpy_prop_collection[key]: key "use_separate" not found'

brothermechanic commented 7 years ago

blender-2.78.4 amd64 linux

dairin0d commented 7 years ago

Thanks! I fixed it.

brothermechanic commented 7 years ago

Works! Thank you!