Blender 4 alpha: Sapling Tree Gen doesn't work #104794

Closed
opened 2023-07-29 01:22:25 +02:00 by Uwe · 1 comment

System Information
Operating system: Windows-11 64 Bits
Graphics card: NVIDIA GeForce RTX 3080 Laptop GPU/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 531.68

Blender Version
Broken: version: 4.0.0 Alpha, branch: main, commit date: 2023-07-28 00:04, hash: 9a37a206cf5c
Worked: version 3.6.1, branch: blender--v3.6-release, commit date: 2023-07-21 12:59, hash: 'c284cfcd0830'

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

Short description of error
Try to add an object:

SyntaxError: invalid syntax
Location: C:\Program Files\Blender Foundation\blender-4.0-230728\4.0\scripts\modules\bpy\ops.py:109
Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\blender-4.0-230728\4.0\scripts\addons\add_curve_sapling_init_.py", line 1102, in invoke
bpy.ops.sapling.importdata(filename="callistemon.py")
File "C:\Program Files\Blender Foundation\blender-4.0-230728\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:\Program Files\Blender Foundation\blender-4.0-230728\4.0\scripts\addons\add_curve_sapling_init
.py", line 193, in execute
settings = ast.literal_eval(settings)
File "C:\Program Files\Blender Foundation\blender-4.0-230728\4.0\python\lib\ast.py", line 64, in literal_eval
node_or_string = parse(node_or_string.lstrip(" \t"), mode='eval')
File "C:\Program Files\Blender Foundation\blender-4.0-230728\4.0\python\lib\ast.py", line 50, in parse
return compile(source, filename, mode, flags,
File "", line 1

SyntaxError: invalid syntax
Location: C:\Program Files\Blender Foundation\blender-4.0-230728\4.0\scripts\modules\bpy\ops.py:109

Error: Python: Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\blender-4.0-230728\4.0\scripts\addons\add_curve_sapling_init_.py", line 1102, in invoke
bpy.ops.sapling.importdata(filename="callistemon.py")
File "C:\Program Files\Blender Foundation\blender-4.0-230728\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:\Program Files\Blender Foundation\blender-4.0-230728\4.0\scripts\addons\add_curve_sapling_init
.py", line 193, in execute
settings = ast.literal_eval(settings)
File "C:\Program Files\Blender Foundation\blender-4.0-230728\4.0\python\lib\ast.py", line 64, in literal_eval
node_or_string = parse(node_or_string.lstrip(" \t"), mode='eval')
File "C:\Program Files\Blender Foundation\blender-4.0-230728\4.0\python\lib\ast.py", line 50, in parse
return compile(source, filename, mode, flags,
File "", line 1

Exact steps for others to reproduce the error
Action in 3d Viewport: >Add>Curve>Sapling Tree Gen
[Based on the default startup]

**System Information** Operating system: Windows-11 64 Bits Graphics card: NVIDIA GeForce RTX 3080 Laptop GPU/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 531.68 **Blender Version** Broken: version: 4.0.0 Alpha, branch: main, commit date: 2023-07-28 00:04, hash: `9a37a206cf5c` Worked: version 3.6.1, branch: blender--v3.6-release, commit date: 2023-07-21 12:59, hash: 'c284cfcd0830' **Addon Information** Name: Sapling Tree Gen (0, 3, 4) Author: Andrew Hale (TrumanBlending), Aaron Buchler, CansecoGPC **Short description of error** Try to add an object: SyntaxError: invalid syntax Location: C:\Program Files\Blender Foundation\blender-4.0-230728\4.0\scripts\modules\bpy\ops.py:109 Traceback (most recent call last): File "C:\Program Files\Blender Foundation\blender-4.0-230728\4.0\scripts\addons\add_curve_sapling\__init__.py", line 1102, in invoke bpy.ops.sapling.importdata(filename="callistemon.py") File "C:\Program Files\Blender Foundation\blender-4.0-230728\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:\Program Files\Blender Foundation\blender-4.0-230728\4.0\scripts\addons\add_curve_sapling\__init__.py", line 193, in execute settings = ast.literal_eval(settings) File "C:\Program Files\Blender Foundation\blender-4.0-230728\4.0\python\lib\ast.py", line 64, in literal_eval node_or_string = parse(node_or_string.lstrip(" \t"), mode='eval') File "C:\Program Files\Blender Foundation\blender-4.0-230728\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:\Program Files\Blender Foundation\blender-4.0-230728\4.0\scripts\modules\bpy\ops.py:109 Error: Python: Traceback (most recent call last): File "C:\Program Files\Blender Foundation\blender-4.0-230728\4.0\scripts\addons\add_curve_sapling\__init__.py", line 1102, in invoke bpy.ops.sapling.importdata(filename="callistemon.py") File "C:\Program Files\Blender Foundation\blender-4.0-230728\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:\Program Files\Blender Foundation\blender-4.0-230728\4.0\scripts\addons\add_curve_sapling\__init__.py", line 193, in execute settings = ast.literal_eval(settings) File "C:\Program Files\Blender Foundation\blender-4.0-230728\4.0\python\lib\ast.py", line 64, in literal_eval node_or_string = parse(node_or_string.lstrip(" \t"), mode='eval') File "C:\Program Files\Blender Foundation\blender-4.0-230728\4.0\python\lib\ast.py", line 50, in parse return compile(source, filename, mode, flags, File "<unknown>", line 1 **Exact steps for others to reproduce the error** Action in 3d Viewport: >Add>Curve>Sapling Tree Gen [Based on the default startup]
Uwe added the
Type
Report
Priority
Normal
Status
Needs Triage
labels 2023-07-29 01:22:26 +02:00

Confirmed, it broke with e8da6131.

Confirmed, it broke with e8da6131.
Jesse Yurkovich added
Status
Confirmed
and removed
Status
Needs Triage
labels 2023-07-30 21:20:53 +02:00
Germano Cavalcante added the
Module
Add-ons (Community)
label 2023-07-30 23:42:13 +02:00
Blender Bot added
Status
Resolved
and removed
Status
Confirmed
labels 2023-08-02 20:54:01 +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#104794
No description provided.