Skip to content

fix for props that have no bounds with EDL

Ken Martin requested to merge ken-martin/vtk:edl_prop_fix into master

The EDL pass iterates over all props and uses their bounds but some props return null. This topic checks for that case and handles it.

Merge request reports