Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
None
-
Qt 3D Studio 2.6
-
None
-
2f9818d1344b1b3d3e3d2c83f3a4cc1fb3553d92
Description
There is an issue when handling the object which contains '.' character with its name. (ex. 00. tyre)
When the '.' character deleted, it works properly. (ex. Scene.Layer.model.00\. bl_tyre to Scene.Layer.model.00 bl_tyre)
This needs to be fixed either DataInput with these objects also are working properly or convert those object names which could be problematic to the supported (more proper one) when it's imported.