When i attempt to erdode my landscape #82102

Closed
opened 2020-10-26 18:00:25 +01:00 by Nicolas · 7 comments

Traceback (most recent call last):

File "C:\Program Files\Blender Foundation\Blender 2.83\2.83\scripts\addons\ant_landscape\ant_functions.py", line 979, in execute
  g = Grid.fromBlenderMesh(me, vg, self.Ef)
File "C:\Program Files\Blender Foundation\Blender 2.83\2.83\scripts\addons\ant_landscape\eroder.py", line 196, in fromBlenderMesh
  g._sort(expfact)
File "C:\Program Files\Blender Foundation\Blender 2.83\2.83\scripts\addons\ant_landscape\eroder.py", line 180, in _sort
  self.center = np.array([c[2] for c in verts],dtype=np.single).reshape(nx,ny)

ValueError: cannot reshape array of size 100363 into shape (62147,61723)

location: :-1

Traceback (most recent call last): ``` File "C:\Program Files\Blender Foundation\Blender 2.83\2.83\scripts\addons\ant_landscape\ant_functions.py", line 979, in execute g = Grid.fromBlenderMesh(me, vg, self.Ef) File "C:\Program Files\Blender Foundation\Blender 2.83\2.83\scripts\addons\ant_landscape\eroder.py", line 196, in fromBlenderMesh g._sort(expfact) File "C:\Program Files\Blender Foundation\Blender 2.83\2.83\scripts\addons\ant_landscape\eroder.py", line 180, in _sort self.center = np.array([c[2] for c in verts],dtype=np.single).reshape(nx,ny) ``` ValueError: cannot reshape array of size 100363 into shape (62147,61723) location: <unknown location>:-1
Author

Added subscriber: @Unixium

Added subscriber: @Unixium

Added subscriber: @rjg

Added subscriber: @rjg

Changed status from 'Needs Triage' to: 'Archived'

Changed status from 'Needs Triage' to: 'Archived'
Robert Guetzkow self-assigned this 2020-10-26 19:28:43 +01:00

While this does look like you've found an issue, this report does not contain the requested information, which are required for us to investigate the issue. Please read this guide , it may help you write a bug report that allows us to fix your problem.

Please create a new bug report through Help > Report a Bug in Blender. We expect all bug reports to follow the submission template . Please provide system information (operating system, GPU, driver version), affected Blender version, previous Blender version that worked properly, a short and precise description of the issue, step by step instructions to reproduce it and, if relevant, a minimal .blend file that showcases the problem.

While this does look like you've found an issue, this report does not contain the requested information, which are required for us to investigate the issue. Please read [this guide ](https://blender.stackexchange.com/questions/1377/best-place-to-put-bug-reports/173685#173685), it may help you write a bug report that allows us to fix your problem. Please create a new bug report through *Help > Report a Bug* in Blender. We expect all bug reports to follow the [submission template ](https://developer.blender.org/maniphest/task/edit/form/1/). Please provide **system information** (operating system, GPU, driver version), **affected Blender version**, previous **Blender version that worked properly**, a **short and precise description of the issue**, step by step **instructions to reproduce it** and, if relevant, **a minimal .blend file that showcases the problem**.
Member

Added subscriber: @Imaginer

Added subscriber: @Imaginer
Member

I did some digging and can confirm the issue for 2.92.

Steps to reproduce:

  • Add landscape.
  • Delete some vertices.
  • Execute the landscape eroder operator (N Panel, Create tab, Landscape Tools)
I did some digging and can confirm the issue for 2.92. Steps to reproduce: * Add landscape. * Delete some vertices. * Execute the landscape eroder operator (N Panel, Create tab, Landscape Tools)

@Imaginer Thank you for looking into this. I'll try to reproduce this myself and will create a new report with all relevant information this evening.

@Imaginer Thank you for looking into this. I'll try to reproduce this myself and will create a new report with all relevant information this evening.
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 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#82102
No description provided.