SCA Tree Generator broken (fix is inside). #54414

Closed
opened 2018-03-24 19:12:13 +01:00 by Konstantin · 5 comments

System Information
Windows8.1, AMD Radeon HD 7480D

Blender Version
Broken: 2.79 368c581

"Add Mesh SCA Tree Generator" addon doesnt work because In init.py file on line number 85 there is wrong use of ob.ray_cast().
This line must be changed to something like this:
bool, location, normal, index = ob.ray_cast(orig, axis)

**System Information** Windows8.1, AMD Radeon HD 7480D **Blender Version** Broken: 2.79 368c581 "Add Mesh SCA Tree Generator" addon doesnt work because In __init__.py file on line number 85 there is wrong use of ob.ray_cast(). This line must be changed to something like this: bool, location, normal, index = ob.ray_cast(orig, axis)
Author

Added subscriber: @Ko

Added subscriber: @Ko

Added subscriber: @VukGardasevic

Added subscriber: @VukGardasevic

I'll look into this in the next few days. Thanks.

I'll look into this in the next few days. Thanks.

This issue was referenced by blender/blender-addons-contrib@34a27a42d7

This issue was referenced by blender/blender-addons-contrib@34a27a42d781d80f9f1833bad8cc5b2abcac2933

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 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#54414
No description provided.