vdm-brush-baker: Fix #105028 #105033
No reviewers
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#105033
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "robin.hohni/blender-addons:vdm-brush-baker"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR should fix #105028
The material that is used for baking is kept inside the blend files so users can potentially change it and thus create errors in the addon. It will now be recreated every time a brush is baked to ensure it is unchanged.
There was another issue that can happen in language settings other than English. Some nodes were referred to by their name. Now they are searched by type.
Good to see the issue being dealt with quickly :)
I've check the changes and It appears that tabs were used in place of spaces.
It would be beneficial to ensure the file remains compliant with autopep8 standards.
For some reason the diff got messed up, but apparently the changes were:
Added these lines:
Changed these lines:
LGTM.
The gitea API has changed and I don't know if the PR author can now land the path after confirmation.
If not, I can merge it into main and reference it to backport list. But I'll wait a bit to see if anyone else has any input.
@mano-wii The changes you mention are correct. Additionally, I moved the code which creates all the nodes outside of that first if statement. That's probably one reason why there are so many changes visible. And I've double-checked that it's all spaces and no tabs. :)
Apparently it was only in one place. (I had the impression it was more).
Resolved in
094bc297de
;)The bakematerials.py file uses DOS line endings (CR LF), but it should be converted to Unix (LF) otherwise every line looks like it’s changed.
094bc297de
toaa29a26392