Lorenzo-Carpaneto
  • Joined on 2023-05-31
Lorenzo-Carpaneto commented on pull request blender/blender#109240 2023-06-22 17:46:45 +02:00
GPv3: Select Alternate

@mod_moder Yes, good motivations, I ll change it :)

Lorenzo-Carpaneto commented on pull request blender/blender#109240 2023-06-22 17:30:24 +02:00
GPv3: Select Alternate

Then we are ready to merge this pr I think :)

Lorenzo-Carpaneto commented on pull request blender/blender#109240 2023-06-22 16:50:36 +02:00
GPv3: Select Alternate

what do we want to do? We could template the function and support both selection; we could change the selection type, we could do nothing and prevent the user to use this if the type of selection…

Lorenzo-Carpaneto pushed to gpv3-select-alternate at Lorenzo-Carpaneto/blender 2023-06-22 15:27:29 +02:00
c66efbd41b gpv3-select-alternate
2f5334180c GPv3: Select Alternate
a4ef0ac05a GPv3: Add hide and lock buttons to layer UI
a711c5004c Geometry Nodes: Simplify code in duplicate elements face mode
dddc69d0be GPv3: Add layers RNA
Compare 112 commits »
Lorenzo-Carpaneto commented on pull request blender/blender#109240 2023-06-22 15:20:04 +02:00
GPv3: Select Alternate

Ah then you use (point_i % 2 == unselect_ends) instead.

Are we entirely sure that the first point is always 0? Because I see that index_range has a start_ init param

Lorenzo-Carpaneto commented on pull request blender/blender#109240 2023-06-22 15:12:22 +02:00
GPv3: Select Alternate

@mod_moder to me this seems more difficult to read than what I had originally written though...

Lorenzo-Carpaneto commented on pull request blender/blender#109240 2023-06-22 15:05:26 +02:00
GPv3: Select Alternate

mmm, this is not entirely right I think: the select ends params make us start or from first or from second point... So the selection is kind of "inverted" based on this params (I am basing this…

Lorenzo-Carpaneto commented on pull request blender/blender#109240 2023-06-22 14:54:38 +02:00
GPv3: Select Alternate

So right now it is coded as the old behavior, we just need to decide on description and if we want to use select_ends or deselect_ends :) I will make it as similar as the old version as possible,…

Lorenzo-Carpaneto commented on pull request blender/blender#109240 2023-06-22 14:34:02 +02:00
GPv3: Select Alternate

This description is not precise though, because we select the first point but the last point is selected only if we get there alternated (e.g. if we have two points we select only the first…

Lorenzo-Carpaneto created pull request blender/blender#109240 2023-06-22 14:11:50 +02:00
GPv3: Select Alternate
Lorenzo-Carpaneto created branch gpv3-select-alternate in Lorenzo-Carpaneto/blender 2023-06-22 14:10:27 +02:00
Lorenzo-Carpaneto pushed to gpv3-select-alternate at Lorenzo-Carpaneto/blender 2023-06-22 14:10:27 +02:00
38ba283662 GPv3: Select Alternate
27965a64a9 Merge branch 'blender-v3.6-release'
a6f3afe995 Fix: USD export: wrong emissive color in viewport material
a4d792a3ad Cycles/EEVEE: change point light to double-sided sphere light
c49af381c0 Alembic: set output error string for subdivision meshes
Compare 10 commits »
Lorenzo-Carpaneto commented on issue blender/blender#109204 2023-06-22 12:00:17 +02:00
GPv3: Select Alternate

@filedescriptor In previous versions of blender select_alternate, select the points only for drawings that have some points selected. Do we want to keep this feature or we just do select alternate…

Lorenzo-Carpaneto pushed to gpv3-select-random at Lorenzo-Carpaneto/blender 2023-06-15 15:42:58 +02:00
498e2f2720 GPv3: Select Random operator
dc530c2382 GPv3: Select random operator
a8ad31a3e3 GPv3: Select random operator
Compare 3 commits »
Lorenzo-Carpaneto commented on pull request blender/blender#109009 2023-06-15 14:50:10 +02:00
GPv3: Select random operator

I reverted this change and will push now, but this was because the file is currently missing a new line at the end. Shouldn't there be one?

Lorenzo-Carpaneto created pull request blender/blender#109009 2023-06-15 14:11:39 +02:00
GPv3: Select random operator
Lorenzo-Carpaneto created branch gpv3-select-random in Lorenzo-Carpaneto/blender 2023-06-15 14:05:33 +02:00
Lorenzo-Carpaneto pushed to gpv3-select-random at Lorenzo-Carpaneto/blender 2023-06-15 14:05:33 +02:00
f0b757bd3c GPv3: Select random operator
Lorenzo-Carpaneto created repository Lorenzo-Carpaneto/blender 2023-06-13 13:53:29 +02:00
Lorenzo-Carpaneto commented on issue blender/blender#108105 2023-06-02 16:58:03 +02:00
Fix operators that affect hidden geometry

Hello, I am new to blender dev, and I was looking into this issue to start.

Before diving into the issue I wanted to highlight a couple of findings that might make the problem more difficult…