Miguel Pozo pragma37
  • Joined on 2018-04-26
Miguel Pozo pushed to main at blender/blender 2023-03-02 17:57:44 +01:00
2a9f792c9e Draw Next: Fix shader orco computation
Miguel Pozo pushed to pull-workbench-next-volumes at pragma37/blender 2023-03-02 17:57:06 +01:00
6a103a98ea Draw Next: Fix shader orco computation
6f8aba4820 Volume Modifier
Compare 2 commits »
Miguel Pozo created branch pull-workbench-next-volumes in pragma37/blender 2023-03-01 20:45:36 +01:00
Miguel Pozo pushed to pull-workbench-next-volumes at 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
Compare 10 commits »
Miguel Pozo commented on pull request blender/blender#105261 2023-02-28 17:51:40 +01:00
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…

Miguel Pozo pushed to pull-thin-handles at pragma37/blender 2023-02-28 17:45:55 +01:00
b5f1ef22af Cleanup
Miguel Pozo pushed to pull-thin-handles at pragma37/blender 2023-02-28 17:37:30 +01:00
e39bbec7c2 Use StorageVectorBuffer size()
Miguel Pozo pushed to pull-thin-handles at pragma37/blender 2023-02-28 17:16:32 +01:00
462da1c87c Cleanup
e7aff05bd4 Thin Handles -> Custom IDs
Compare 2 commits »
Miguel Pozo pushed to pull-thin-handles at pragma37/blender 2023-02-28 16:55:02 +01:00
68d46fb6f4 Cleanup
dad334c063 Thin Handles -> Custom IDs
Compare 2 commits »
Miguel Pozo pushed to pull-thin-handles at pragma37/blender 2023-02-28 16:32:53 +01:00
242fc6ff92 Thin Handles -> Custom IDs
Miguel Pozo pushed to pull-thin-handles at pragma37/blender 2023-02-28 16:20:21 +01:00
bea7e1e18a Thin Handles -> Custom IDs
Miguel Pozo commented on pull request blender/blender#105261 2023-02-28 13:10:17 +01:00
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…

Miguel Pozo created pull request blender/blender#105261 2023-02-27 18:50:31 +01:00
WIP: Draw: Thin Handles
Miguel Pozo closed pull request blender/blender#105175 2023-02-27 18:36:48 +01:00
WIP: Draw: Sub Handles
Miguel Pozo pushed to pull-thin-handles at pragma37/blender 2023-02-27 18:35:07 +01:00
cd8e6c214b Support draw_resource_id_with_thin_fallback in the OGL backend
390200bb85 Merge thin handles into the main thin_id_buf
Compare 2 commits »
Miguel Pozo pushed to main at blender/blender 2023-02-24 16:30:24 +01:00
45bbee340e Cleanup: Draw Manager: Update outdated comment
Miguel Pozo pushed to pull-thin-handles-2 at pragma37/blender 2023-02-24 16:21:52 +01:00
a11a15e45d Use 5 bits for sub_index
Miguel Pozo pushed to pull-thin-handles-2 at pragma37/blender 2023-02-24 16:08:57 +01:00
4d139d5e92 Use 5 bits for sub_index
Miguel Pozo created pull request blender/blender#105175 2023-02-24 15:44:58 +01:00
WIP: Draw: Sub Handles
Miguel Pozo closed pull request blender/blender#105034 2023-02-24 15:43:31 +01:00
WIP: Draw: Thin Handles