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

Better color support #2

Open
assertivist opened this issue Sep 6, 2022 · 1 comment
Open

Better color support #2

assertivist opened this issue Sep 6, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@assertivist
Copy link
Member

Vertex colors are somewhat difficult to use in Blender. On top of that, it has no awareness of what the Marker colors are. The exporter should allow you some options like

  • Use only the marker/marker2 color for all faces
  • Change color X to the marker color
  • Use vertex colors set on the model

Currently the exporter only does the latter and offers no options to the user when they hit export.

@assertivist assertivist added the enhancement New feature or request label Sep 6, 2022
@assertivist
Copy link
Member Author

Vertex color import/export has been updated to the new indexed format. The code is there to handle marker colors, but currently the plugin just gives the value of the marker color. This can be extended to do something different though.

Also, alpha is not handled right now, but not because of Blender, but because of the color parser I picked.

I'm afraid of adding non-pure-python requirements to the blender plugin because I imagine installing libraries into Blender's copy of python is not very straightforward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant