Matias Mendiola mendio
  • Joined on 2013-10-31
Matias Mendiola commented on pull request blender/blender#117244 2024-01-17 18:06:30 +01:00
GPv3: Move to layer

@HooglyBoogly do you mind to look at this? I've got an assert with this Resize line. Points and curves numbers seems to be right in my tests

Matias Mendiola created pull request blender/blender#117244 2024-01-17 18:01:06 +01:00
WIP: GPv3 Move to layer
Matias Mendiola pushed to GPv3_OP_Move_to_layer at mendio/blender 2024-01-17 17:42:32 +01:00
5e0f1ddea8 Cleanup: Comments
Matias Mendiola pushed to GPv3_OP_Move_to_layer at mendio/blender 2024-01-17 17:23:41 +01:00
7ca7b825f9 cleanup code
Matias Mendiola pushed to GPv3_OP_Move_to_layer at mendio/blender 2024-01-17 15:53:32 +01:00
560495ed1d fix: wrong point and curve references
Matias Mendiola pushed to GPv3_OP_Move_to_layer at mendio/blender 2024-01-17 15:00:16 +01:00
0ec63b37a0 Merge branch 'main' into GPv3_OP_Move_to_layer
e4a93d7b8c Compositor: Add High Precision option to Kuwahara
1e85feb542 Fix #117161: Detectable geometry for the brush doesn't update after Undo
c954940e76 Fix: remove assert when creating interface socket
049e48b431 GPv3: Add curve plane normal cache
Compare 67 commits »
Matias Mendiola commented on pull request blender/blender#116726 2024-01-17 14:09:43 +01:00
GPv3: Merge Points

In that case my proposal is to only keep Join Operator but giving the possibility to work with points and strokes selection (what this PR code already does) The only thing we have to update in the…

Matias Mendiola commented on pull request blender/blender#117057 2024-01-17 13:49:38 +01:00
GPv3: Noise modifier

Separate the checkbox from the header seems an UI regression for me. Is this something that is going to be fixed soon?

Matias Mendiola commented on pull request blender/blender#117057 2024-01-17 13:19:48 +01:00
GPv3: Noise modifier

Overall work fine, just notice you put Randomize panel inside Influence panel. It should go above in their own panel.

image

Matias Mendiola commented on pull request blender/blender#116726 2024-01-17 13:09:05 +01:00
GPv3: Merge Points

This operator in stroke selection mode does something similar to what Stroke Join operator oes. The Join operator algorithm in GPv2 also takes into account the distance of the ends of the strokes…

Matias Mendiola commented on pull request blender/blender#116975 2024-01-17 12:50:22 +01:00
GPv3: Smooth modifier

I tried the modifier and overall it seems to work fine, the only thing I found is that filtering by Layer doesn't work

Matias Mendiola commented on pull request blender/blender#116946 2024-01-16 16:22:55 +01:00
GPv3: Opacity modifier

sorry for the close, my bad :)

Matias Mendiola closed pull request blender/blender#116946 2024-01-16 16:19:50 +01:00
GPv3: Opacity modifier
Matias Mendiola commented on pull request blender/blender#116946 2024-01-16 16:19:48 +01:00
GPv3: Opacity modifier

Some notes regarding UI

image

  • I don't think the word Color should be used in Mode, the Mode is the geometry that is affected by the…
Matias Mendiola pushed to GPv3_OP_Separate at mendio/blender 2024-01-16 15:31:20 +01:00
c3f4cb9b45 Merge branch 'main' into GPv3_OP_Separate
ccd85adabb Fix #117158: Multires sculpting crash
c5e2ec8a1a Report when register_class overrides classes with the same bl_idname
0e68898a37 Fix: broken make update on new macOS build
aefa1cd723 Build: bump sse2neon version to latest hash
Compare 156 commits »
Matias Mendiola pushed to GPv3_OP_Move_to_layer at mendio/blender 2024-01-16 15:30:26 +01:00
2f2311ab1a Update copy to geometry
Matias Mendiola pushed to GPv3_OP_Move_to_layer at mendio/blender 2024-01-15 22:59:01 +01:00
82829f8574 Initial code for copy geometry to existing layer
Matias Mendiola pushed to GPv3_OP_Move_to_layer at mendio/blender 2024-01-15 21:41:09 +01:00
843356ed61 Copy geometry split code for new and existing layers
Matias Mendiola commented on pull request blender/blender#116726 2024-01-15 20:50:24 +01:00
GPv3: Merge Points
  • Checking the legacy pencil, I saw that this option appears in a different menu. I wouldn't like to break UX, so please let me know how you prefer this operator to be called from the…
Matias Mendiola pushed to GPv3_OP_Move_to_layer at mendio/blender 2024-01-15 19:52:56 +01:00
993ec6aa90 Copy geometry update