Block a user
Miguel Pozo
created branch pull-workbench-next-volumes in pragma37/blender
2023-03-01 20:45:36 +01:00
0b3bb4fb3a
Volume Objects
ee45a03669
Port draw_volume to the new Draw Manager
f911a9280b
Merge branch 'blender-v3.5-release'
15f59470a3
Fix #105314: Custom node groups missing sockets
4ffae99d6d
Cleanup: Remove unnecessary declarations in laplacian smooth modifier
Draw: Custom IDs
It can be retrieved with .size()
.
This is what I tried at first, but it didn't work correctly with get_or_resize()
, which I think it's the real issue.
Maybe in .get_or_resize()
we…
Draw: Custom IDs
Yes, the Thin
prefix is just a leftover.
I used that term because that's the way we were initially refering to them.
The other patch used Sub
, but IMO the drw_CustomID
approach makes…
WIP: Draw: Thin Handles
WIP: Draw: Sub Handles
cd8e6c214b
Support draw_resource_id_with_thin_fallback in the OGL backend
390200bb85
Merge thin handles into the main thin_id_buf
WIP: Draw: Sub Handles
WIP: Draw: Thin Handles