Block a user
a65921ced8
Prevent deadlock by using an internal lock-free function to ensure custom data attributes.
db7001ec11
Merge branch 'main' into tmp-rb-only-cache-read
86e7668b11
Fix #117367: OBJ importer does not correctly import vertex colors when not all vertices have them
58d04bfa7c
Fix: DRW: Missing
vnor
attribute on edit mesh and edges
a6ec643229
Fix: DRW: Missing data upload
Lukas Tönne
deleted branch fix-gpv3-primitive-selection-uninitialized from LukasTonne/blender
2024-08-09 15:07:08 +02:00
GPv3: Adding primitive after selecting points crashes edit mode
Fix #125970: GPv3 primitive tool is not initializing selection attribute
GPv3: Segment selection support
Note 2 about select more/less: Making curves with a fill material does not make cyclic strokes! This can be confusing, because the "select more" operator should cross the last point on cyclic…
GPv3: Crash when deleting everything in edit mode
GPv3: Segment selection support
Note about the "Select Less" operator: This only works when there are unselected points already. In particular, "select less" does not work when every point of a curve is selected. This may be…
Fix #125970: GPv3 primitive tool is not initializing selection attribute
Lukas Tönne
created branch fix-gpv3-primitive-selection-uninitialized in LukasTonne/blender
2024-08-09 12:00:13 +02:00
Lukas Tönne
pushed to fix-gpv3-primitive-selection-uninitialized at LukasTonne/blender
2024-08-09 12:00:13 +02:00
bea9b183c8
Fix #125970: GPv3 primitive tool is not initializing selection attribute
GPv3: Adding primitive after selecting points crashes edit mode
@ChengduLittleA This will only write the "InitVArray" values to the attribute when it is newly created. The issue here is that the attribute already exists and the primitive tool just resizes…
7953c0b06a
Merge branch 'main' into gpv3-segment-selection
86e7668b11
Fix #117367: OBJ importer does not correctly import vertex colors when not all vertices have them
58d04bfa7c
Fix: DRW: Missing
vnor
attribute on edit mesh and edges
a6ec643229
Fix: DRW: Missing data upload
724112d51d
Fix: DRW: Missing default enabled program point size