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

Fix block model leaves vegetation not doing saturated color #644

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

zNightlord
Copy link
Contributor

Fix #642

Change add_material() to add_get_material() to get reuse material, avoid creating a .001 .002 materials mess.

@zNightlord zNightlord requested a review from a team December 18, 2024 12:20
@@ -116,11 +116,14 @@ def add_element(
return verts, edges, faces


def add_material(
def add_get_material(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you double-check that all instances of add_material have been changed to add_get_material?

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

Successfully merging this pull request may close these issues.

2 participants