Matias Mendiola mendio
  • Joined on 2013-10-31
Matias Mendiola commented on pull request blender/blender#120722 2024-04-17 20:23:57 +02:00
Fix: GPv3: Retrieving drawings for layer returns invalid layer index

I'll check grease_pencil_separate_layer tomorrow and let you know

Matias Mendiola commented on pull request blender/blender#120722 2024-04-17 14:53:07 +02:00
Fix: GPv3: Retrieving drawings for layer returns invalid layer index

@PratikPB2123 @SietseB please revert this. This change breaks Separate by Layer operator (grease_pencil_separate_layer) The operator needs all the drawings in a particular layer not the layer…

Matias Mendiola deleted branch GPV3_separate_bug from mendio/blender 2024-03-05 12:26:34 +01:00
Matias Mendiola commented on issue blender/blender#118956 2024-03-04 19:19:45 +01:00
GPv3: Separate by material creates new objects when material is not used

@PratikPB2123 @filedescriptor here it is a PR to fix the bug [#119062: GPv3: Fix: Avoid the creation of new objects for empty material slots when separating by material](https://projects.blender.or

Matias Mendiola created pull request blender/blender#119062 2024-03-04 19:16:10 +01:00
GPv3: Fix: Avoid the creation of new objects for empty material slots when separating by material
Matias Mendiola pushed to GPV3_separate_bug at mendio/blender 2024-03-04 19:06:22 +01:00
a82baef8e5 Merge branch 'main' into GPV3_separate_bug
ce80cc1526 Cleanup: Remove unused UI button creation function
82448c1e4d Fix: Typo in latest commit
4ab6feb5bd Fix: GPU Compositor results are sometimes clipped
19188582b0 Cleanup: Remove unused return
Compare 18 commits »
Matias Mendiola created branch GPV3_separate_bug in mendio/blender 2024-03-04 19:03:56 +01:00
Matias Mendiola pushed to GPV3_separate_bug at mendio/blender 2024-03-04 19:03:56 +01:00
5113e46e13 Avoid create objects for empty material slot
797b9f65e6 GPv3: Select mode in Edit Mode keymap
ad8180c54c GPv3: Copy and Paste operators for copying strokes and points
d0c9246fcc Fix #119022: GPv3: Noise modifier seed per stroke
64bb63dcb0 Fix #118962: Skip setting not taken into account looping over points
Compare 10 commits »
Matias Mendiola deleted branch GPV3_menus from mendio/blender 2024-02-08 12:45:48 +01:00
Matias Mendiola commented on pull request blender/blender#117959 2024-02-08 12:13:02 +01:00
GPv3: Add and reorder menus to follow GPv2 menu layout

yes, Arrange and reorder are both correct names, but better to keep Arrange for muscle memory

Matias Mendiola pushed to GPV3_menus at mendio/blender 2024-02-08 12:12:42 +01:00
dc036134fa Use Arrange name for layer reorder
Matias Mendiola created pull request blender/blender#117959 2024-02-07 20:07:25 +01:00
GPV3: Add and reorder menus to follow GPv2 menu layout
Matias Mendiola pushed to GPV3_menus at mendio/blender 2024-02-07 20:00:29 +01:00
575646424a Cleanup: Add and reorder menus to follow GPv2 menu layout
f810d66920 Merge branch 'main' into GPV3_menus
18218a5e1d Merge branch 'blender-v4.1-release'
8e80b44796 Cycles: Fix initial OIDN GPU denoiser quality
b19bd19660 Cleanup: Make format
Compare 10 commits »
Matias Mendiola created branch GPV3_menus in mendio/blender 2024-02-07 20:00:28 +01:00
Matias Mendiola deleted branch GPv3_OP_Separate from mendio/blender 2024-02-06 12:20:37 +01:00
Matias Mendiola commented on pull request blender/blender#116726 2024-02-06 12:14:22 +01:00
GPv3: Merge Points

It would be nice if we also changed the name of this PR to Join Operator as we discussed above to avoid confusion.

Matias Mendiola pushed to GPv3_OP_Separate at mendio/blender 2024-02-05 17:29:25 +01:00
476ec04fd1 Merge branch 'main' into GPv3_OP_Separate
db4fd7060f BLI: support content based slicing in IndexMask
fa77e9142d UI: fix and improve a few messages
4f0ec384ce Fix incorrect update tag handling in inactive depsgraphs
212d736842 Fix assert when setting default collapsed state of items
Compare 21 commits »
Matias Mendiola pushed to GPv3_OP_Separate at mendio/blender 2024-02-05 17:26:40 +01:00
773a0bde61 Update code to determine if a layer exists
Matias Mendiola deleted branch GPv3_OP_Move_to_layer from mendio/blender 2024-02-05 15:38:54 +01:00
Matias Mendiola pushed to GPv3_OP_Separate at mendio/blender 2024-02-05 14:28:03 +01:00
c61828e5be Reorder function parameters