Curve with Subdivision modifier is treated like a mesh in Object Types Visibility menu #119083

Open
opened 2024-03-05 11:42:45 +01:00 by Mateusz · 2 comments

System Information
Operating system: Windows-10-10.0.19045-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 3080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 546.17

Blender Version
Broken: version: 3.6.9, branch: blender-v3.6-release, commit date: 2024-02-27 19:09, hash: 2362c73560d2
Worked: (newest version of Blender that worked as expected)

Short description of error
Like in title - without Subdiv modifier visibility / selection filters for curve work but when you add that modifier they doesn't.

Exact steps for others to reproduce the error

  1. Create a Cube mesh
  2. Create a 3D Polygon object
  3. Play with Object Types Visibility menu and try to select your objects image
  4. Then select Polygon object and add Subdivide modifier
  5. Play with Object Types Visibility
    [Based on the default startup or an attached .blend file (as simple as possible)]
**System Information** Operating system: Windows-10-10.0.19045-SP0 64 Bits Graphics card: NVIDIA GeForce RTX 3080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 546.17 **Blender Version** Broken: version: 3.6.9, branch: blender-v3.6-release, commit date: 2024-02-27 19:09, hash: `2362c73560d2` Worked: (newest version of Blender that worked as expected) **Short description of error** Like in title - without Subdiv modifier visibility / selection filters for curve work but when you add that modifier they doesn't. **Exact steps for others to reproduce the error** 1. Create a Cube mesh 2. Create a 3D Polygon object 3. Play with Object Types Visibility menu and try to select your objects ![image](/attachments/19e2f1c7-bc85-4af7-b3ea-4430a138e513) 4. Then select Polygon object and add Subdivide modifier 5. Play with Object Types Visibility [Based on the default startup or an attached .blend file (as simple as possible)]
Mateusz added the
Priority
Normal
Status
Needs Triage
Type
Report
labels 2024-03-05 11:42:45 +01:00
Author

Same issue is when instead of Subdiv you add a Mirror modifier

Same issue is when instead of Subdiv you add a Mirror modifier
Member

Hi, thanks for the report. Can confirm. I think evaluated object type is mesh due to constructive modifier. But following script gave the type "curve":

ob = C.active_object
depsgraph = C.evaluated_depsgraph_get()
ob_eval = ob.evaluated_get(depsgraph)
ob_eval.type

This does not happen in 2.93 this is mostly related to other depsgaph-curve reports: #94038 / #112913 / #112885

Hi, thanks for the report. Can confirm. I think evaluated object type is mesh due to constructive modifier. But following script gave the type "curve": ``` ob = C.active_object depsgraph = C.evaluated_depsgraph_get() ob_eval = ob.evaluated_get(depsgraph) ob_eval.type ``` This does not happen in 2.93 this is mostly related to other depsgaph-curve reports: #94038 / #112913 / #112885
Pratik Borhade added
Module
Modeling
Status
Confirmed
Interest
Dependency Graph
and removed
Status
Needs Triage
labels 2024-03-06 06:21:36 +01:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
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
EEVEE & Viewport
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
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
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
EEVEE & Viewport
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
Platform
FreeBSD
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
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#119083
No description provided.