Photofeature3D's device node share messages ignored

Issue:

When changing the text entries of the ‘snapshotMessage’ and ‘gifMessage’ properties, the updated values are ignored and are not reflected in the scanned experience.

image

Affecting:

All projects.

Workaround:

Select the ‘buttonCode’ script node within the 3D photo feature’s hierarchy.

Find the Z.device.snapshot() function in the script.

image

In a new line immediately before it add the following line of code:

Z.device.snapshotMessage(" ");

Add your custom share message in between the quotation marks.

1 Like

Faced same issue before a few days, Please don’t forget to share the solution if you will find.