Possibly related to the subject of this thread:
I’ve been trying to put together a prototype for a small utility. Doing this as a script seemed like the easiest way to try different things and get something running quickly; however, I’ve hit a snag. While trying to retrieve the URI associated with a DzFacetMesh object, I received the following error message:
Script Error: Line 101
TypeError: cannot call getUri(): unknown return type `DzUri' (register the type with qScriptRegisterMetaType())
As far as I can tell, the type hasn’t been registered with the scripting engine. Is this an isolated bug, or are there known holes in the 4.5 script API that aren’t being actively supported? Thanks.