Bug in Add Curve: Extra Objects addon : Blender 2.80 Release Candidate #66887

Closed
opened 2019-07-13 23:17:12 +02:00 by Victor Makushin · 4 comments

System Information
Operating system: Windows 8.1
Graphics card: GeForce GTX 560M/PCIe/SSE2

Blender Version
Broken:
2.80 Release Candidate, version: 2.80 (sub 74), branch: master, commit date: 2019-07-11 13:50, hash: 06312c6d2db8, type:
build date: Thu 07/11/2019, 09:59 AM

Short description of error
This error appears since previous releases without difference by version to version... in module "Add Curve: Extra Objects" - Torus Knot Plus...

Traceback (most recent call last):

File "D:\Main_Progs\3D\blender-2.80rc1-windows64\2.80\scripts\addons\add_curve_extra_objects\add_curve_torus_knots.py", line 715, in execute
  create_torus_knot(self, context)
File "D:\Main_Progs\3D\blender-2.80rc1-windows64\2.80\scripts\addons\add_curve_extra_objects\add_curve_torus_knots.py", line 217, in create_torus_knot
  addLinkColors(self, curve_data)
File "D:\Main_Progs\3D\blender-2.80rc1-windows64\2.80\scripts\addons\add_curve_extra_objects\add_curve_torus_knots.py", line 336, in addLinkColors
  mat.diffuse_color.s = 0.75

AttributeError: 'bpy_prop_array' object has no attribute 's'

location: :-1

Exact steps for others to reproduce the error

Torus Knot Plus. When you try to change options in presets, extra options or color, any other checkboxes - you get the above error.

**System Information** Operating system: Windows 8.1 Graphics card: GeForce GTX 560M/PCIe/SSE2 **Blender Version** Broken: 2.80 Release Candidate, version: 2.80 (sub 74), branch: master, commit date: 2019-07-11 13:50, hash: 06312c6d2db8, type: build date: Thu 07/11/2019, 09:59 AM **Short description of error** This error appears since previous releases without difference by version to version... in module "Add Curve: Extra Objects" - Torus Knot Plus... Traceback (most recent call last): ``` File "D:\Main_Progs\3D\blender-2.80rc1-windows64\2.80\scripts\addons\add_curve_extra_objects\add_curve_torus_knots.py", line 715, in execute create_torus_knot(self, context) File "D:\Main_Progs\3D\blender-2.80rc1-windows64\2.80\scripts\addons\add_curve_extra_objects\add_curve_torus_knots.py", line 217, in create_torus_knot addLinkColors(self, curve_data) File "D:\Main_Progs\3D\blender-2.80rc1-windows64\2.80\scripts\addons\add_curve_extra_objects\add_curve_torus_knots.py", line 336, in addLinkColors mat.diffuse_color.s = 0.75 ``` AttributeError: 'bpy_prop_array' object has no attribute 's' location: <unknown location>:-1 **Exact steps for others to reproduce the error** Torus Knot Plus. When you try to change options in presets, extra options or color, any other checkboxes - you get the above error.

Added subscriber: @mvj1

Added subscriber: @mvj1

Added subscriber: @cwolf3d

Added subscriber: @cwolf3d
Vladimir Spivak self-assigned this 2019-07-14 00:25:55 +02:00

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Thanks for the work. I corrected the error. https://developer.blender.org/rBA13eb2d2e68afe6dd2f7ddd0d897718f8599baf82
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#66887
No description provided.