Skip to content

Conversation

Cazizzle3D
Copy link

The --rotate, --rotate-x, and --rotate-y command line options were causing segmentation faults due to rotation functions attempting to access bounding boxes before model instances were created. This fix ensures that add_default_instances() is called before applying rotations.

Fixes the error: "Can't call raw_bounding_box() with no instances"

The --rotate, --rotate-x, and --rotate-y command line options were causing
segmentation faults due to rotation functions attempting to access bounding
boxes before model instances were created. This fix ensures that
add_default_instances() is called before applying rotations.

Fixes the error: "Can't call raw_bounding_box() with no instances"
@AppVeyorBot
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants