Matias Mendiola mendio
  • Joined on 2013-10-31
Matias Mendiola commented on pull request blender/blender#116715 2024-01-06 19:35:23 +01:00
GPv3: Separate operator

I had to use std::any_of in this case

Matias Mendiola pushed to GPv3_OP_Separate at mendio/blender 2024-01-06 19:32:42 +01:00
ccb738a2d6 Refactor: avoid write access and pallelism to verify that there is something selected
Matias Mendiola pushed to GPv3_OP_Separate at mendio/blender 2024-01-06 18:52:23 +01:00
e1bbe1d696 Second changes after review
Matias Mendiola commented on pull request blender/blender#116715 2024-01-06 14:22:17 +01:00
GPv3: Separate operator
Matias Mendiola commented on pull request blender/blender#116715 2024-01-06 14:14:18 +01:00
GPv3: Separate operator

It was my first intention, but continue doesn't seem to work: "a continue statement may only be used within a loop"

Matias Mendiola commented on pull request blender/blender#116715 2024-01-06 14:08:56 +01:00
GPv3: Separate operator

I passing most of the variables but had to keep src_to_dst_layer vector. Using {layer_index} gives an error: C2668: 'blender::bke::gather_attributes': ambiguous call to overloaded function

Matias Mendiola pushed to GPv3_OP_Separate at mendio/blender 2024-01-06 13:51:37 +01:00
a480869147 First changes after review
Matias Mendiola pushed to GPv3_OP_Separate at mendio/blender 2024-01-03 23:39:23 +01:00
8c3f47d350 Add Separate Operator to stroke and point context menus
Matias Mendiola created pull request blender/blender#116764 2024-01-03 23:03:50 +01:00
GPv3: Move set uniform and set opacity operators to Stroke Menu
Matias Mendiola pushed to GPv3_stroke_menu at mendio/blender 2024-01-03 23:00:24 +01:00
67ccfbd446 UI: Move set uniform and opacity operators to Stroke Menu
0da2ebf644 make: fix clang-format detection
a1bcba0598 UI: Implement a Clear Recent Files List Operator
986f493812 Audaspace: faster audio resampling
10bea077ae Fix: VSE: image strip outline sometimes not matching image
Compare 10 commits »
Matias Mendiola created branch GPv3_stroke_menu in mendio/blender 2024-01-03 23:00:23 +01:00
Matias Mendiola commented on issue blender/blender#115282 2024-01-03 02:52:46 +01:00
File thumbnails does not show with files saved to OneDrive (Windows)

Thank you for taking the time to review the issue @Harley and thank you for clarifying why this is happening, now it's clear to me. You could mark this as a known issue or resolved then.

Matias Mendiola deleted branch GPv3_Separate from mendio/blender 2024-01-02 16:59:22 +01:00
Matias Mendiola pushed to GPv3_OP_Separate at mendio/blender 2024-01-02 16:41:47 +01:00
26dcd99fd5 Fix: end line spaces
Matias Mendiola created pull request blender/blender#116715 2024-01-02 16:34:23 +01:00
GPv3: Separate operator
Matias Mendiola pushed to GPv3_OP_Separate at mendio/blender 2024-01-02 16:02:54 +01:00
694dee33f4 Merge branch 'main' into GPv3_OP_Separate
c6d61e8586 USD: Support armature and shape key export
4190a61020 Cleanup: move CMake test utility functions into testing.cmake
e016c1d6c3 Build: bump sse2neon to version 1.7.0
cc38b7a50d Build: auto detect Python version available in libs for make format
Compare 11 commits »
Matias Mendiola pushed to GPv3_OP_Separate at mendio/blender 2023-12-31 17:34:37 +01:00
cd0c3226df Merge branch 'main' into GPv3_OP_Separate
043239b841 Fix: Control that strokes selection id not empty in separate by layer
1c96d0d861 Metal: Improve shader logging
1e7a2fe483 GPU: Fix wrong error lines in tests
f639a6fd03 EEVEE-Next: Replace gl_LocalInvocationID by gl_LocalInvocationIndex
Compare 9 commits »
Matias Mendiola pushed to GPv3_OP_Separate at mendio/blender 2023-12-30 20:15:31 +01:00
b8634d3fd2 Merge branch 'main' into GPv3_OP_Separate
715c829290 Fix #116647: Sculpt smooth brushes ineffective with low strength
255ac188a9 Fix #115400: "Face Sets from Visible" missing undo and redraw
6f5139cdca Fix: all curves drawn cyclic if "cyclic" attribute exists
c428b5871c Fix #116614: Empty Point Cloud crash Points to Curves
Compare 14 commits »
Matias Mendiola pushed to GPv3_OP_Separate at mendio/blender 2023-12-30 20:09:08 +01:00
8b830cf289 Cleanup: Unused code