Page MenuHome

Voxel remesh modifier ArithmeticError
Closed, ResolvedPublic

Description

System Information
Operating system: Linux (debian bullseye)
Graphics card: Nvidia Geforce GTX 1070

Blender Version
Broken: 2.90 alpha, fd14d1ccebd4, master, 2020-06-12
Worked: never (tested also 2.83 official build)

Short description of error
If the voxel size of the voxel remesh modifier is at 0.00001, blender will crash with the error message (in terminal)

terminate called after throwing an instance of 'openvdb::v7_0::ArithmeticError'
  what():  ArithmeticError: Non-zero scale values required

Exact steps for others to reproduce the error
Based on default startup

  1. Go into edit mode of the default cube and scale it down by 0.0001
  2. Exit editmode and add a voxel remesh modifier
  3. Set the voxel size to 0.00002 (it should give the corresponding result)
  4. Set the voxelsize to 0.00001 (crash, see console for error message)