Collada Export Booleaned faces missing (fixed in main, request to backport to 3.6 LTS) #122322
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
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#122322
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?
System Information
Operating system: Windows-10-10.0.19045-SP0
Graphics card: Nvidia GTX 970
Blender Version
Broken: 3.4.1 up until 3.6.12, branch: blender-v3.6-release
Worked: 3.3.0, 4.0.1, 4.1.0
Faces that were booleaned missing
This does however work fine with the default cube.
Can confirm up to 4.2 cc @GaiaClary . However, keep in mind that dae support in blender is likely gonna be deprecated.
This is due to the Boolean modifier creating bogus material indices
Workaround is to apply the modifier and remove the material index attribute
This buggy behavior seems to have been fixed in 4.2 though (cannot repro with the provided steps in 4.2)
@Eveline-Catteneo , @ChengduLittleA : can you confirm these steps are fine in 4.2?
If so, this sounds like a request to backport that fix (which corrected the boolean modifier) to 3.6 LTS, is that right?
Sorry, closed this by mistake.
It already works as intended in 4.0.1 and 4.1.0 so yes, it would just need to be backported to 3.6 LTS. I'm not sure it's problem with the boolean modifier or collada export though since it works fine in 3.6 LTS with the default cube, i just retested that to make sure i wasn't crazy haha. But yes, works fine in 4.0.1 and 4.1.0 (i don't have 4.2 but i suspect it works fine there too since it's already fixed in 4.0.1 and 4.1.0)
Collada Export Booleaned faces missingto Collada Export Booleaned faces missing (fixed in main, request to backport to 3.6 LTS)Can confirm that it has to do with material indexes. If a material is applied to all faces in edit mode before duplicating the object and using boolean, it works fine. Also if a material is applied to all faces in edit mode after the boolean.
@lichtwerk Yepp, looks like 4.2 make this file from scratch gets me the correct
dae
. Then we can backport this.