Archimesh Venetian Blinds object reverts changes to material nodes after altering the object's parameters in the Create panel #98326
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
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#98326
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
2021 HP Omen 17
Operating system: Windows 10 Pro
Graphics card: NVIDIA RTX 2070 Super
Blender 3.0
Broken:
Archimesh add-on bundled with Blender 3.0
After adding a Venetian Blinds object into the viewport via the Shift-A menu, I modified the object color via the Venetian tab in the Create tab of the N-panel. I changed the color, then went into the node editor and made a change in the material nodes (specifically, I put an Add shader between the Diffuse and Mix shaders, then connected a Translucent shader to the bottom input of the Add shader). When I then went back to the Venetian tab and changed the angle that the blinds were open, the material reverted back to its default node setup (though it kept the color I had modified through the Venetian tab). This happened in both Eevee and Cycles, and also happened regardless of whether the option to "Create default Cycles material" was checked or not. Even saving the file immediately after making these modifications and then reopening the project through the "File" menu didn't help.
Attached is a basic Blend file containing a Venetian Blinds object (unmodified except for the color and using the slider to close the blinds), along with a Sun object and a cube that casts a shadow on the blinds (useful for testing node setups that feature translucency or transparency). To reproduce the error, all you have to do is change the material node setup, then try opening or resizing the blinds using the sliders in the Venetian tab. The nodes will immediately revert back to default.Archipack Bug.blend
Added subscriber: @applepi
Archipack Venetian Blinds object reverts changes to material nodes after altering the object's parameters in the Create panelto Archimesh Venetian Blinds object reverts changes to material nodes after altering the object's parameters in the Create panelAdded subscriber: @antoniov
Changed status from 'Needs Triage' to: 'Confirmed'
This is a design limitation. Every time you edit the parameter the object is recreated, so what you can do it's create a new material as you want and after changing the parameter, assign again manually your materials instead to try use the "default" material created.
Note: If you want to be sure your new material is never deleted when you save your Blend, set the
Fake
to ON. It's very easy to delete your new material if you accidentally update the venetian and the default material is assigned and your custom mateial getsusers = 0
.