Ivy generator not working #52037

Closed
opened 2017-07-12 17:17:11 +02:00 by sam · 13 comments

GTX 960 4GB, windows 10 64-bit

blender 2.78a

I selected a wall created by the wallfactory addon which didn't work, so I tried it on a plane. Both got the same errors, even after I re-installed it:
/!\ Traceback (most recent call last):

File "C:\users\Sam\AppData\Roaming\Blender Foundation\Blender 2.78\scripts\addons    \add_curve_ivygen.py", line 583, in execute IVY.grow(ob)

File "C:\users\Sam\AppData\Roaming\Blender Foundation\Blender 2.78\scripts\addons\add_curve_ivygen.py", line 332, in grow self.maxAdhesionDistance
File "C:\users\Sam\AppData\Roaming\Blender Foundation\Blender 2.78\scripts\addons\add_curve_ivygen.py", line 408 in adhesion adhesion_vector = ob.matrix_world* nearest result- [x] - loc
TypeError: Matrix subtraction: (Matrix - vector) invalid type for this operation

location :-1

I'm not very familiar with python, but I think that the error report refers to a fault in the coding (line ...)

I have tried every single mesh generator I have (includes the extra meshes: https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Add_Mesh/Add_Extra).

  1. Create mesh
  2. Add Ivy curve
  3. Get an error
    My version of the .py script:
    add_curve_ivygen.py
GTX 960 4GB, windows 10 64-bit blender 2.78a I selected a wall created by the wallfactory addon which didn't work, so I tried it on a plane. Both got the same errors, even after I re-installed it: /!\ Traceback (most recent call last): ``` File "C:\users\Sam\AppData\Roaming\Blender Foundation\Blender 2.78\scripts\addons \add_curve_ivygen.py", line 583, in execute IVY.grow(ob) ``` File "C:\users\Sam\AppData\Roaming\Blender Foundation\Blender 2.78\scripts\addons\add_curve_ivygen.py", line 332, in grow self.maxAdhesionDistance File "C:\users\Sam\AppData\Roaming\Blender Foundation\Blender 2.78\scripts\addons\add_curve_ivygen.py", line 408 in adhesion adhesion_vector = ob.matrix_world* nearest result- [x] - loc TypeError: Matrix subtraction: (Matrix - vector) invalid type for this operation location <unknown location>:-1 I'm not very familiar with python, but I think that the error report refers to a fault in the coding (line ...) I have tried every single mesh generator I have (includes the extra meshes: https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Add_Mesh/Add_Extra). 1. Create mesh 2. Add Ivy curve 3. Get an error My version of the .py script: [add_curve_ivygen.py](https://archive.blender.org/developer/F659662/add_curve_ivygen.py)
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @samtt

Added subscriber: @samtt

Added subscriber: @ideasman42

Added subscriber: @ideasman42

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Campbell Barton self-assigned this 2017-07-13 04:02:14 +02:00

Thanks for the report but this is now fixed in daily builds, it's worth checking these before reporting.
closing.

Thanks for the report but this is now fixed in daily builds, it's worth checking these before reporting. closing.
Author

I'm not very known with this particular site, so where can I find the daily builds?

I'm not very known with this particular site, so where can I find the daily builds?

Added subscriber: @mib2berlin

Added subscriber: @mib2berlin

Hi sam, check https://builder.blender.org/download/
and download build for your system

Cheers, mib

Hi sam, check https://builder.blender.org/download/ and download build for your system Cheers, mib
Author

I've installed the build now, but I seem to get exactly the same error. I tried using the 32-bit build (I'm using windows 10 64-bit) and the 2.80 build, which both failed.

I've installed the build now, but I seem to get exactly the same error. I tried using the 32-bit build (I'm using windows 10 64-bit) and the 2.80 build, which both failed.

It work fine for e with the latest build.
This is more a support question.
Please open a thread at Blender Artists, may me or other user can help.

Cheers, mib

It work fine for e with the latest build. This is more a support question. Please open a thread at Blender Artists, may me or other user can help. Cheers, mib

Added subscriber: @VukGardasevic

Added subscriber: @VukGardasevic

@samtt
From the path of the add-on error you're using a script located in the Blender config folder. Be sure that you have enabled only the add-on shipped with Blender (i.e from the unpacked directory and not from the config path on the C drive).

@samtt From the path of the add-on error you're using a script located in the Blender config folder. Be sure that you have enabled only the add-on shipped with Blender (i.e from the unpacked directory and not from the config path on the C drive).
Author

Yup, that worked, thanks a lot!

Yup, that worked, thanks a lot!
Sign in to join this conversation.
No Milestone
No project
No Assignees
4 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#52037
No description provided.