I don't know what I'm missing, it should be totally simple and I found nothing about how to hide the collision shapes in viewport.
(For some objects I chose a simple collision shape that doesn't necessarily fit the object shape)
Asked
Active
Viewed 56 times
2
audi02
- 251
- 1
- 6
-
There's no option in the Viewport Overlays panel so I guess you can't disable the shape display – moonboots Dec 02 '23 at 19:32
-
@moonboots - thanks for clarifying it – audi02 Dec 03 '23 at 06:48
-
It looks like it is not possible even with python. According to ChatGPT :) there is not an API to controlle visibility of collision_shape component. So the only one option seems to be disable all Overlays. As workaround I wanted to change Theme of 3Dviewport and set Alpha to zero, but there is only RGB. – vklidu Dec 03 '23 at 09:59
-
@vklidu - is there a way to disable all overlays in the editor? I tried turning off everything but the wireframe of the collision shape stay. That's really strange there is no toggle function for it. – audi02 Dec 03 '23 at 18:29
1 Answers
0
It looks like it is not possible even with python. According to ChatGPT :) there is not an API to controlle visibility of collision_shape component.
As workaround I wanted to change Theme of 3D Viewport and set Alpha to zero, but there is only RGB.
So the only one option seems to be hide all Overlays (gizmo, outlines, ...)
vklidu
- 36,165
- 1
- 61
- 135

