Skip to content

3Di Beta Processing 0.6.1

Latest
Compare
Choose a tag to compare

Two bugfixes in Rasterize Channels algorithm:

  • Prevent TypeError("cannot pickle 'QVariant' object") by replacing deepcopy(xsec) by CrossSectionLocation.clone(xsec)
  • If cross-section locations had no entry at width 0, the whole channel (or entire sections of it) were missing in the end result; this has been fixed