Sietse Brouwer SietseB
  • Joined on 2023-02-08
Sietse Brouwer pushed to gp-weight-paint-fix-click-on-bone at SietseB/blender 2023-06-01 19:55:54 +02:00
dca860bcc4 Fix #108472: weight painted when ctrl-left-click on bone in GP
3788f70647 Fix #107704: Release infrequently used memory in Metal buffer pools
361b42d526 Fix #107766: Resolve Metal texutre usage issue for GreasePencil fill
c3f7b723b2 Fix #108500: Resolve Metal line loop emulation for armature limits
cf959c1a90 Fix: remove materials from simulation state in all cases
Compare 5 commits »
Sietse Brouwer created pull request blender/blender#108522 2023-06-01 19:37:57 +02:00
Fix #108475: no helpful tooltips for Vertex Paint tools in Grease Pencil
Sietse Brouwer pushed to gp-vertex-paint-tool-tooltips at SietseB/blender 2023-06-01 19:36:35 +02:00
078e85c25a Fix #108475: no helpful tooltips for Vertex Paint tools in Grease Pencil
Sietse Brouwer created branch gp-vertex-paint-tool-tooltips in SietseB/blender 2023-06-01 19:36:35 +02:00
Sietse Brouwer created pull request blender/blender#108521 2023-06-01 18:50:02 +02:00
Fix #108472: weight painted when ctrl-left-click on bone in GP
Sietse Brouwer created branch gp-weight-paint-fix-click-on-bone in SietseB/blender 2023-06-01 18:41:10 +02:00
Sietse Brouwer pushed to gp-weight-paint-fix-click-on-bone at SietseB/blender 2023-06-01 18:41:10 +02:00
1fd4fc3aa8 Fix #108472: weight painted when ctrl-left-click on bone in GP
355f4164b6 Fix: action's actual users and recorded user count could diverge
98d48c16a3 Paint: Add loop select for faces
50bfe1dfe3 Geometry Nodes: Rewrite mesh delete geometry node
c5694fdf10 Cleanup: Use unique_ptr, references for UV aabb islands
Compare 10 commits »
Sietse Brouwer commented on issue blender/blender#108473 2023-05-31 22:16:48 +02:00
GPencil: Auto Normalize unexpected Weight Paint results

This one can be assigned to me, since I am the author of this part of the code.

Sietse Brouwer commented on issue blender/blender#108472 2023-05-31 22:16:24 +02:00
GPencil: Ctrl+LC in Weight Paint mode paints weight on strokes (left-click-select)

This one can be assigned to me, since I am the author of this part of the code.

Sietse Brouwer opened issue blender/blender#108243 2023-05-24 21:21:42 +02:00
Crash when save before close with modified image
Sietse Brouwer deleted branch gp-fix-grab-on-modified-strokes from SietseB/blender 2023-05-07 17:18:34 +02:00
Sietse Brouwer commented on pull request blender/blender#106744 2023-05-03 19:53:27 +02:00
Fix: GP grab tool doesn't work on strokes changed by modifiers

@antoniov Can you merge this PR into main? Or should I ask Falk to do that?

Sietse Brouwer deleted branch gp-weight-paint-additions from SietseB/blender 2023-05-03 11:35:48 +02:00
Sietse Brouwer pushed to gp-fix-grab-on-modified-strokes at SietseB/blender 2023-04-25 10:51:19 +02:00
186d8eb0a9 Merge branch 'main' into gp-fix-grab-on-modified-strokes
6124f4dbb4 ID RNA: Add accessor to the 'IS_MISSING" status tag of IDs.
2f0b166dce Fix #107294 : Node Editor "Frame All/Selected" ignore Smooth View
151a53110c Realtime Compositor: Implement Texture node
2cbf536605 Cleanup: Use consistent enum type in header
Compare 451 commits »
Sietse Brouwer commented on pull request blender/blender#106663 2023-04-19 16:56:56 +02:00
GPencil: Several Weight Paint additions

Second review processed. And merged with main again.

Sietse Brouwer commented on pull request blender/blender#106663 2023-04-19 16:54:27 +02:00
GPencil: Several Weight Paint additions

I could have understood that the first time ;-) Done. Removed the last dg =.

I didn't write this code myself, just moved it. Don't know much about the depsgraph, so I don't know if the…

Sietse Brouwer pushed to gp-weight-paint-additions at SietseB/blender 2023-04-19 15:47:06 +02:00
0641ae21f5 Cleanup: remove unused Gpencil macro
598a6f523e Merge branch 'main' into gp-weight-paint-additions
9a4b047672 Cleanup: code style fixes in Gpencil Weight Paint after code review
b647c2b88d Cleanup: Remove unused variables/functions
86611a5fcc Tests: add tests for BLI_path_extension ensure & replace
Compare 51 commits »
Sietse Brouwer commented on pull request blender/blender#106663 2023-04-18 22:56:16 +02:00
GPencil: Several Weight Paint additions

I processed the review comments (except for the last one, see my reaction). And merged with main.

Oh yeah, I discovered a small error in the old code today: a double falloff was applied in…

Sietse Brouwer commented on pull request blender/blender#106663 2023-04-18 22:50:05 +02:00
GPencil: Several Weight Paint additions

It's a bit tricky one. Selection is allowed in Weight Mode and Object Mode, so that's the test here. But there is no active way to test for Object Mode, AFAIK. Hence the macro... All those…

Sietse Brouwer pushed to gp-weight-paint-additions at SietseB/blender 2023-04-18 21:38:45 +02:00
4a17adf09b Cleanup: format