Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Properties Export #77

Open
CallumDev opened this issue Jul 4, 2018 · 2 comments · May be fixed by #108
Open

Custom Properties Export #77

CallumDev opened this issue Jul 4, 2018 · 2 comments · May be fixed by #108

Comments

@CallumDev
Copy link

Right now none of the blender collada exporters support custom properties.
screenshot_20180704_202431
I'll be working on patching this exporter soon, is this a feature that would be upstreamed easily?

@set-killer
Copy link
Contributor

set-killer commented Jul 4, 2018

That could be easily implemented, In the collada specs you can find that many elements support the <extra> element as a child. As the example in the specs are showing:

<geometry> 
  <extra> 
    <technique profile="Max" xmlns:max="some/max/schema">  
      <param name="wow" sid="animated" type="string">a validated string parameter from the COLLADA schema.</param>  
      <max:someElement>defined in the Max schema and validated.</max:someElement>  
      <uhoh>something well-formed and legal, but that can’t be validated because 
there is no schema for it!</uhoh>  
    </technique> 
  </extra> 
<geometry> 

But if you want to use that properties IN Godot - that is another question...

Dennis1000 added a commit to Dennis1000/collada-exporter that referenced this issue Jun 13, 2019
@Dennis1000
Copy link

Dennis1000 commented Jun 13, 2019

Fixed with Pull Request #108 (at least for materials and geoms)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants