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

Inclusion of Material AO (Derived from normal map) and reorganization of bakers UI to match substance designer for better UX #8

Merged
merged 21 commits into from
Jul 22, 2024

Conversation

CGDJay
Copy link
Contributor

@CGDJay CGDJay commented Jun 25, 2024

also includes fixing edge case for missing file on deletion

CGDJay added 20 commits June 24, 2024 22:31
…Constant instead of removing the if statement
…ing function to update for blender 4.2"

This reverts commit 8755782.
…sing function to update for blender 4.2"

This reverts commit 6e884d2.
…ing function to update for blender 4.2"

This reverts commit 8755782.
This reverts commit d0e4a70.
…sing function to update for blender 4.2"

This reverts commit c0a7dcb.
utils/baker.py Outdated
@@ -15,6 +15,13 @@
from .render import set_guide_height, get_rendered_objects
from .scene import scene_setup

def BlenderVersionEevee ()-> str:
#print (str(bpy.app.version))
if bpy.app.version > (4, 1, 0) :
Copy link
Owner

@oRazeD oRazeD Jul 22, 2024

Choose a reason for hiding this comment

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

This would work better as if bpy.app.version >= (4, 2, 0):. How the code is currently written would cause an error with Blender 4.1.1+. Also remove any unnecessary print statements.

@oRazeD oRazeD merged commit 575e03b into oRazeD:main Jul 22, 2024
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