Blender 4 alpha: Sapling Tree Gen doesn't work #104794
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#104794
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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]
Confirmed, it broke with
e8da6131
.Germano Cavalcante referenced this issue from blender/blender2023-08-11 02:21:54 +02:00