Hi,<br><br>After adding a new dock widget plugin, some baseline image tests fail on the dashboards with static builds.<br><br>This is not verified, but I suspect the issue is that static builds are auto-loading the plugin, and the dock widget causes the render view to be a different size.  Thus, a ResetCamera will move the camera to a different position than before.<br>

<br>1) It&#39;s too bad that image baseline tests are so sensitive.  Maybe the ResetCamera can be called after resizing the view to 300x300?<br><br>2) Why do static builds auto-load all plugins?  I know that they link against the plugins, but do they have to call the init function?<br>

<br><br>All of this is unverified, I&#39;m just guessing this is the behavior based on what I see on the dashboards.<br><br>Pat<br>