Ant Erosion Error for in versions 3.1 & 3.2 #98809

Closed
opened 2022-06-12 03:51:09 +02:00 by Jorge Montes · 2 comments

System Information
Operating system: macOS-12.4-x86_64-i386-64bit 64 Bits
Graphics card: AMD Radeon Pro 5700 XT OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.8.54

Blender Version
Broken: version: 3.2.0, branch: master, commit date: 2022-06-08 10:22, hash: blender/blender@e05e1e3691
Worked: (newest version of Blender that worked as expected)

Addon Information
Name: A.N.T.Landscape (0, 1, 8)
Author: Jimmy Hazevoet

Short description of error
[Attempted to add erosion vertex groups to landscape and was given a python error]

Exact steps for others to reproduce the error
hit shift+ A to add a landscape, chose operator press "large terrain", Attempted to add landscape eroder , was given the following error
Python: Traceback (most recent call last):

File "/Applications/Blender.app/Contents/Resources/3.2/scripts/addons/ant_landscape/ant_functions.py", line 1046, in execute
  ob.vertex_groups.active = vg

RuntimeError: Error: VertexGroup 'capacity' not found in object 'Landscape'
]
[Based on the default startup or an attached .blend file (as simple as possible)]

**System Information** Operating system: macOS-12.4-x86_64-i386-64bit 64 Bits Graphics card: AMD Radeon Pro 5700 XT OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.8.54 **Blender Version** Broken: version: 3.2.0, branch: master, commit date: 2022-06-08 10:22, hash: `blender/blender@e05e1e3691` Worked: (newest version of Blender that worked as expected) **Addon Information** Name: A.N.T.Landscape (0, 1, 8) Author: Jimmy Hazevoet **Short description of error** [Attempted to add erosion vertex groups to landscape and was given a python error] **Exact steps for others to reproduce the error** hit shift+ A to add a landscape, chose operator press "large terrain", Attempted to add landscape eroder , was given the following error Python: Traceback (most recent call last): ``` File "/Applications/Blender.app/Contents/Resources/3.2/scripts/addons/ant_landscape/ant_functions.py", line 1046, in execute ob.vertex_groups.active = vg ``` RuntimeError: Error: VertexGroup 'capacity' not found in object 'Landscape' ] [Based on the default startup or an attached .blend file (as simple as possible)]
Author

Added subscriber: @JmDigital

Added subscriber: @JmDigital

Closed as duplicate of #93422

Closed as duplicate of #93422
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#98809
No description provided.