Sapling Tree Gen addon not works on blender 4.0.0 Alpha #104825

Closed
opened 2023-08-07 21:28:06 +02:00 by Cătălin George Feștilă · 1 comment

System Information
Operating system: Windows-10-10.0.19045-SP0 64 Bits
Graphics card: NVIDIA GeForce GTX 950/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 535.98

Blender Version
Broken: version: 4.0.0 Alpha, branch: main, commit date: 2023-08-01 22:19, hash: b54bca9f081b
Worked: (newest version of Blender that worked as expected)

Addon Information
Name: Sapling Tree Gen (0, 3, 4)
Author: Andrew Hale (TrumanBlending), Aaron Buchler, CansecoGPC

Short description of error
[Please fill out a short description of the error here]

Error: Python: Traceback (most recent call last):
File "C:\blender-4.0.0-alpha+main.b54bca9f081b-windows.amd64-release\4.0\scripts\addons\add_curve_sapling_init_.py", line 1102, in invoke
bpy.ops.sapling.importdata(filename="callistemon.py")
File "C:\blender-4.0.0-alpha+main.b54bca9f081b-windows.amd64-release\4.0\scripts\modules\bpy\ops.py", line 109, in call
ret = op_call(self.idname_py(), kw)
RuntimeError: Error: Python: Traceback (most recent call last):
File "C:\blender-4.0.0-alpha+main.b54bca9f081b-windows.amd64-release\4.0\scripts\addons\add_curve_sapling_init
.py", line 193, in execute
settings = ast.literal_eval(settings)
File "C:\blender-4.0.0-alpha+main.b54bca9f081b-windows.amd64-release\4.0\python\lib\ast.py", line 64, in literal_eval
node_or_string = parse(node_or_string.lstrip(" \t"), mode='eval')
File "C:\blender-4.0.0-alpha+main.b54bca9f081b-windows.amd64-release\4.0\python\lib\ast.py", line 50, in parse
return compile(source, filename, mode, flags,
File "", line 1

SyntaxError: invalid syntax
Location: C:\blender-4.0.0-alpha+main.b54bca9f081b-windows.amd64-release\4.0\scripts\modules\bpy\ops.py:109

Exact steps for others to reproduce the error
[Please describe the exact steps needed to reproduce the issue]
[Based on the default startup or an attached .blend file (as simple as possible)]

Open the addon area, check the addon, and try to add a tree with SamplingTreeGen

**System Information** Operating system: Windows-10-10.0.19045-SP0 64 Bits Graphics card: NVIDIA GeForce GTX 950/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 535.98 **Blender Version** Broken: version: 4.0.0 Alpha, branch: main, commit date: 2023-08-01 22:19, hash: `b54bca9f081b` Worked: (newest version of Blender that worked as expected) **Addon Information** Name: Sapling Tree Gen (0, 3, 4) Author: Andrew Hale (TrumanBlending), Aaron Buchler, CansecoGPC **Short description of error** [Please fill out a short description of the error here] Error: Python: Traceback (most recent call last): File "C:\blender-4.0.0-alpha+main.b54bca9f081b-windows.amd64-release\4.0\scripts\addons\add_curve_sapling\__init__.py", line 1102, in invoke bpy.ops.sapling.importdata(filename="callistemon.py") File "C:\blender-4.0.0-alpha+main.b54bca9f081b-windows.amd64-release\4.0\scripts\modules\bpy\ops.py", line 109, in __call__ ret = _op_call(self.idname_py(), kw) RuntimeError: Error: Python: Traceback (most recent call last): File "C:\blender-4.0.0-alpha+main.b54bca9f081b-windows.amd64-release\4.0\scripts\addons\add_curve_sapling\__init__.py", line 193, in execute settings = ast.literal_eval(settings) File "C:\blender-4.0.0-alpha+main.b54bca9f081b-windows.amd64-release\4.0\python\lib\ast.py", line 64, in literal_eval node_or_string = parse(node_or_string.lstrip(" \t"), mode='eval') File "C:\blender-4.0.0-alpha+main.b54bca9f081b-windows.amd64-release\4.0\python\lib\ast.py", line 50, in parse return compile(source, filename, mode, flags, File "<unknown>", line 1 SyntaxError: invalid syntax Location: C:\blender-4.0.0-alpha+main.b54bca9f081b-windows.amd64-release\4.0\scripts\modules\bpy\ops.py:109 **Exact steps for others to reproduce the error** [Please describe the exact steps needed to reproduce the issue] [Based on the default startup or an attached .blend file (as simple as possible)] Open the addon area, check the addon, and try to add a tree with SamplingTreeGen
Cătălin George Feștilă added the
Priority
Normal
Status
Needs Triage
Type
Report
labels 2023-08-07 21:28:06 +02:00

This is the same as #104794 which has already been fixed. Try using a newer build of 4.0.

This is the same as #104794 which has already been fixed. Try using a newer build of 4.0.
Blender Bot added
Status
Archived
and removed
Status
Needs Triage
labels 2023-08-07 21:51:04 +02:00
Jesse Yurkovich added
Status
Duplicate
and removed
Status
Archived
labels 2023-08-07 21:51:18 +02:00
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#104825
No description provided.