speedflow error #55297

Closed
opened 2018-06-02 15:31:51 +02:00 by Eiji Fukaya · 4 comments

System Information
Windows10, GeForce GTX 1070

Blender Version
I use Blender 2.9b

Short description of error
When I use addon of speedflow,then Blender warn the following phenomenon

****************************************************************/
File"C:\Users\eijimn\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\speedflow_companion_v2_beta_19\operators.py" line 3456,in invoke
bpy.ops.object.modifiere_apply(apply_as = 'DATA',modifiere = mod.name)

File"C:\Users\eijimn\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\modules\bpy\ops.py".line 189.in_call_
ret = op_call(self.idname_py().None.kw)

RutimeError Error: Cannot apply constructive modifies on curve
****************************************************************/

Exact steps for others to reproduce the error
Now I have no idea.

**System Information** Windows10, GeForce GTX 1070 **Blender Version** I use Blender 2.9b **Short description of error** When I use addon of speedflow,then Blender warn the following phenomenon ****************************************************************/ File"C:\Users\eijimn\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\speedflow_companion_v2_beta_19\operators.py" line 3456,in invoke bpy.ops.object.modifiere_apply(apply_as = 'DATA',modifiere = mod.name) File"C:\Users\eijimn\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\modules\bpy\ops.py".line 189.in_call_ ret = op_call(self.idname_py().None.kw) RutimeError Error: Cannot apply constructive modifies on curve ****************************************************************/ **Exact steps for others to reproduce the error** Now I have no idea.
Author

Added subscriber: @fj0605

Added subscriber: @fj0605

Added subscriber: @VukGardasevic

Added subscriber: @VukGardasevic

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Vuk Gardašević self-assigned this 2018-06-02 15:40:18 +02:00

Sorry, for maintenance of this add-on you'll have to contact the author, because it's not officially maintained / hosted by Blender - it's not in release nor contribution.

You can check if the add-on is a third party one by downloading a developer build of blender and look at the 2.7x/scripts/addons and addons_contrib folders, or check out the https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts under Release and Contrib columns.

Also, before contacting the third party developer of the add-on be sure to:

  1. You have the latest version of the add-on
  2. Follow the instructions for installing and enabling it
  3. Provide some additional information if needed - blender version, a file that produces the error.

Closing as archived.

From the error itself you need to convert the curve objects to meshes instead of applying the modifier.

Sorry, for maintenance of this add-on you'll have to contact the author, because it's not officially maintained / hosted by Blender - it's not in release nor contribution. You can check if the add-on is a third party one by downloading a developer build of blender and look at the *2.7x/scripts/addons* and *addons_contrib* folders, or check out the https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts under Release and Contrib columns. Also, before contacting the third party developer of the add-on be sure to: 1) You have the latest version of the add-on 2) Follow the instructions for installing and enabling it 3) Provide some additional information if needed - blender version, a file that produces the error. Closing as archived. From the error itself you need to convert the curve objects to meshes instead of applying the modifier.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#55297
No description provided.