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

Do material convention not working in some cases #191

Open
ochounos opened this issue Apr 4, 2016 · 1 comment
Open

Do material convention not working in some cases #191

ochounos opened this issue Apr 4, 2016 · 1 comment
Labels
Milestone

Comments

@ochounos
Copy link
Collaborator

ochounos commented Apr 4, 2016

With the new material notation formats, in some cases this optionis not working properly.
I have created a cube with these materials:

  • materialA
  • 004__test__physDefault
  • test2__2__physDefault
  • cube__006__test_3__physNone
  • 007__test4

The cube is exported well and all the material managed properly, no problem at all, they are all valid materials, but if I apply in this cube the Do material notation some materials are not well converted:

  • cube__01__materialA__physDefault
  • cube__02__004__test__physDefault <- this one is not valid
  • cube__03__test2_2__physDefault__physDefault <- this one is not valid
  • cube__04__test_3__physNone
  • cube__05__007__test4__physDefault <- this one is not valid
@ochounos ochounos added the Bug label Apr 4, 2016
@ochounos ochounos added this to the 5.10 milestone Apr 4, 2016
@ochounos
Copy link
Collaborator Author

ochounos commented Apr 4, 2016

This function could make use of the whole get_materials code renumbering the materials also. Check #192
The code of get_materials could call a function to retrieve the materials renumbered but not changing them in the blender file. A boolean param to the function could do the trick: rename them on blender file or just take them on the fly.

@feedbackex feedbackex modified the milestones: 6.00, 5.10, 5.20 Apr 13, 2016
@feedbackex feedbackex modified the milestones: 5.30, 5.20 Jun 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants