Details
-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
Qt 3D Studio 1.1 Alpha
-
None
Description
Have the attached presentation open on editor. Modify the presentation slightly, e.g. move some object around a bit, so that previewing it will trigger creation of preview uip. When viewer is executed locally via preview button, data inputs can be seen to work normally (numbers increase and there is animation). However, when the viewer remotely connected, a static scene is shown, though debugview will show console log from the behavior script. The reason is that if the presentation contains unsaved modifications, remote viewer still loads the .uip instead of .uia, because the name matching doesn't account for "@preview@" suffix in .uip name. (e.g. FindingBugs@preview@.uip).