Matias Mendiola mendio
  • Joined on 2013-10-31
Matias Mendiola pushed to GPv3_OP_Move_to_layer at mendio/blender 2024-01-15 18:43:05 +01:00
595853bd02 Merge branch 'main' into GPv3_OP_Move_to_layer
5c32b9ad38 VSE: Speed up "Alpha Over/Under" if the pixels are fully transparent or opaque
78587261da Cleanup: Use standard variable name for mesh face corner normals
62dbef895b Mesh: Add missing sharing of cached face corner normals
fdb56c4e8d RNA: Speed up raw array access when the property is stored contiguously
Compare 20 commits »
Matias Mendiola pushed to GPv3_OP_Move_to_layer at mendio/blender 2024-01-15 18:38:23 +01:00
dda0726d83 Copy geometry initial code
Matias Mendiola pushed to GPv3_OP_Move_to_layer at mendio/blender 2024-01-15 12:05:04 +01:00
aa3b897ad6 Merge branch 'main' into GPv3_OP_Move_to_layer
11158458ce I18N: Updated UI translations from git/weblate repo (24a48aa5c83ddfa2).
acbb91b192 Fix: Anim, replace last arm.collections.all with arm.collections_all
6e2572116d EEVEE: Fix running render tests
f4632e1da0 Fix: EEVEE: Potential Read From Unallocated Memory
Compare 27 commits »
Matias Mendiola pushed to GPv3_OP_Move_to_layer at mendio/blender 2024-01-13 15:56:09 +01:00
c3593283b1 Get or add new layer
feb0fc6d91 Merge branch 'main' into GPv3_OP_Move_to_layer
40003b2172 Update Stroke menu
df8dea9287 Cleanup: GPU: Remove warning about unused parameter
f70b8f76e9 EEVEE-Next: Simplify sphere probe storage
Compare 96 commits »
Matias Mendiola commented on pull request blender/blender#116946 2024-01-12 19:56:58 +01:00
GPv3: Opacity modifier

I Agree to have the checkbox on the same line. Hans proposal seems a right choice

Matias Mendiola commented on pull request blender/blender#116715 2024-01-12 15:20:42 +01:00
GPv3: Separate operator

We need to keep one of the layers on the source object, these lines prevent the creation of a new object for the selected layer. In by_material I use the same concept but ommiting the first…

Matias Mendiola pushed to GPv3_OP_Separate at mendio/blender 2024-01-12 15:06:15 +01:00
399cbea63d Fix: Transfer Layer attributes
b6e3d6eb8e Rename function to get target layer
Compare 2 commits »
Matias Mendiola pushed to GPv3_OP_Move_to_layer at mendio/blender 2024-01-10 23:08:58 +01:00
734c86d95d Merge branch 'main' into GPv3_OP_Move_to_layer
eb747c5d20 Fix: invalid memory access in Hydra world and material export
4e0d604035 Fix #116950: Redraw Issues in Open Recent Previews
7271f303fe Cleanup: make format
2b9aa55a03 RNA: Remove bitmask from BoolAttributeValue.value
Compare 15 commits »
Matias Mendiola pushed to GPv3_OP_Separate at mendio/blender 2024-01-10 23:08:30 +01:00
4fbb787e9c Merge branch 'main' into GPv3_OP_Separate
eb747c5d20 Fix: invalid memory access in Hydra world and material export
4e0d604035 Fix #116950: Redraw Issues in Open Recent Previews
7271f303fe Cleanup: make format
2b9aa55a03 RNA: Remove bitmask from BoolAttributeValue.value
Compare 15 commits »
Matias Mendiola pushed to GPv3_OP_Separate at mendio/blender 2024-01-10 21:30:58 +01:00
38280ed01d Pass variable by value
Matias Mendiola pushed to GPv3_OP_Separate at mendio/blender 2024-01-10 21:24:32 +01:00
03432dd428 Cleanup unnecessary whitespace
Matias Mendiola pushed to GPv3_OP_Move_to_layer at mendio/blender 2024-01-10 18:18:55 +01:00
82c1f73bbc Merge branch 'main' into GPv3_OP_Move_to_layer
dda8d0920a Fix #116211: Cycles light linking incorrect with transparent objects
5cc0c0671e Fix: build error when not using unity build
31d8a6514f Fix: EEVEE(Legacy): Broken dielectric material shading
f2bc8108ef Fix #116964: EEVEE(Legacy): Crash during render
Compare 9 commits »
Matias Mendiola pushed to GPv3_OP_Separate at mendio/blender 2024-01-10 18:14:39 +01:00
22c472b519 Merge branch 'main' into GPv3_OP_Separate
bc416be27a Merge branch 'main' into GPv3_OP_Separate
dda8d0920a Fix #116211: Cycles light linking incorrect with transparent objects
5cc0c0671e Fix: build error when not using unity build
31d8a6514f Fix: EEVEE(Legacy): Broken dielectric material shading
Compare 231 commits »
Matias Mendiola pushed to GPv3_OP_Move_to_layer at mendio/blender 2024-01-10 16:25:16 +01:00
5c0b697a8c Cleanup code
7dc30a9dcc Merge branch 'main' into GPv3_OP_Move_to_layer
0681d79611 Fix: EEVEE-Next: Crash on start
cae74b2033 Merge branch 'main' into GPv3_OP_Move_to_layer
0e8f02ca18 Initial OP code
Compare 10 commits »
Matias Mendiola created branch GPv3_OP_Move_to_layer in mendio/blender 2024-01-10 16:25:16 +01:00
Matias Mendiola pushed to GPv3_OP_Separate at mendio/blender 2024-01-08 19:23:24 +01:00
232a0e1092 Comments cleanup and code changes after second review
Matias Mendiola commented on pull request blender/blender#116715 2024-01-08 12:59:05 +01:00
GPv3: Separate operator

Thanks for the review @HooglyBoogly, I hope I managed to resolve all the comments.

Matias Mendiola pushed to GPv3_OP_Separate at mendio/blender 2024-01-08 12:49:32 +01:00
2ab2826d79 Cleanup: Comments
Matias Mendiola pushed to GPv3_OP_Separate at mendio/blender 2024-01-08 12:31:48 +01:00
3b0df2e6a3 Make loops non-parallel
Matias Mendiola pushed to GPv3_OP_Separate at mendio/blender 2024-01-08 12:11:52 +01:00
959b83f123 Use references in functions parameters