Skip to content

3ds max custom attributes export issue #1140

@AlexZhigin

Description

@AlexZhigin

Hi @bghgary, @thomlucc, @SergioRZMasson, @FrogsInSpace!

I'm not sure if it's a bug or not, but the documentation says that the custom attributes of all nodes are exported. But it doesn't happen in case of pointhelpers, bones and dummies.

Image
https://doc.babylonjs.com/features/featuresDeepDive/Exporters/3DSMax_to_glTF/#custom-attributes

  1. Added custom attributes on ‘Door_Link’ pointhelper and ‘Door_Geo’ geometry:
    Image
    Image

  2. When exporting glb, you can already see in the log that custom parameters are only added for mesh:
    Image

  3. In the babylonjs sandbox, you can also see that only geometry has custom attributes:

Image
Image

A scene from screenshots (2020 version):
https://drive.google.com/file/d/1mBIj4ymhzLTB9r2DPFFQyo-slVcUUFFE/view?usp=sharing

If this is not a bug, then my huge request №1 is to add the ability to export custom attributes for point helpers and/or dummies.

And a huge request №2:
Add the ability to export custom attributes of the following type:

  "extras" : {
    "myParam" :  [
      0,
      1,
      0
    ]
  }

I would like to suggest the following method of export:
Image
Image

I'm sorry, but I simply cannot understand this solution..
Image

..and I suggest exporting all the array values instead of the index of one of the values.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions