Skip to content

Fixed image actor not working in batch mode and not loading session config

Christoph Fischer requested to merge devel_imageactor_batch_mode_issue into master

The image actor was not loading sessions properly due to missing group statements in the load functionality. Also the image actor was crashing Met.3D due to image being uploaded before GL context is initialized. Resolved by checking whether it is initialized, and uploading the image in the initializeActorResources() step of the loading pipeline.

Fixes #466 (closed).

Merge request reports

Loading