BlendShell icon indicating copy to clipboard operation
BlendShell copied to clipboard

Type Error (Keyword "apply_as" unrecognized)

Open DenisLabrecque opened this issue 5 years ago • 2 comments

Using the latest release, I made a simple mesh and tested this addon. I was unable to make it work due to the following error (using Windows 10, Blender 2.90.1). Help would be appreciated as it looks like a very useful tool that could save me time.

Traceback (most recent call last):
  File "C:\Users\USER\AppData\Roaming\Blender Foundation\Blender\2.90\scripts\addons\blendshell-03.py", line 214, in execute
    bpy.ops.object.modifier_apply(apply_as='DATA', modifier="Smooth")
  File "C:\Program Files\Blender Foundation\Blender 2.90\2.90\scripts\modules\bpy\ops.py", line 201, in __call__
    ret = op_call(self.idname_py(), None, kw)
TypeError: Converting py args to operator properties: : keyword "apply_as" unrecognized

location: <unknown location>:-1

DenisLabrecque avatar Oct 20 '20 18:10 DenisLabrecque

This was my model and settings: image The seed is inside the model. I noticed that a smooth modifier gets added to the seed's stack every time, so I removed it and tried with different settings, but this is an uncaught exception.

DenisLabrecque avatar Oct 20 '20 18:10 DenisLabrecque

This is a known issue, but thank you for reminding me. Blender 2.90 onward there was a change in the way modifiers work, so far this addon has not implemented it. Please try it in a lower version. E.g. 2.82 Secondly, it is designed to work with organic models. It will work with hard surface models (geometric shapes) but it is recommended to hollow them out via modelling or shell modifier for best results. Also, please try it with the supplied model of the dog, to get an idea of parameters etc.

oormicreations avatar Oct 20 '20 19:10 oormicreations