Pyroevil / Blender-Molecular-Script

This is my molecular python script for blender. A bit similar to Lagoa Multiphysic in Softimage.
http://blenderartists.org/forum/showthread.php?233643-SCRIPT-Moleculars-physics
107 stars 73 forks source link

Bake UVs Bug #4

Closed PavelBlend closed 6 years ago

PavelBlend commented 6 years ago

if you enable the "Bake UV at ending" option, there will be an error:

  File "C:\Program Project\Blender Foundation\Blender 2.79\2.79\scripts\addons\molecular\__init__.py", line 769, in modal
    bpy.ops.object.mol_set_active_uv()
  File "C:\Program Project\Blender Foundation\Blender 2.79\2.79\scripts\modules\bpy\ops.py", line 189, in __call__
    ret = op_call(self.idname_py(), None, kw)
RuntimeError: Ошибка: Traceback (most recent call last):
  File "C:\Program Project\Blender Foundation\Blender 2.79\2.79\scripts\addons\molecular\__init__.py", line 669, in execute
    mod.use_beauty = False
AttributeError: 'TriangulateModifier' object has no attribute 'use_beauty'

location: C:\Program Project\Blender Foundation\Blender 2.79\2.79\scripts\modules\bpy\ops.py:189

location: <unknown location>:-1

Blender version: 2.79

johnfax commented 6 years ago

same here.. !

PavelBlend commented 6 years ago

Corrected this error: https://github.com/Pyroevil/Blender-Molecular-Script/pull/6