Falk David filedescriptor
  • Grease Pencil developer at Blender.

  • Joined on 2017-01-04
Falk David created pull request blender/blender#129639 2024-10-31 15:05:39 +01:00
Fix #129295: GPv3: Snap Cursor to Selected includes locked layers
Falk David pushed to fix-129295 at filedescriptor/blender 2024-10-31 15:05:07 +01:00
8e372748da Fix #129295: GPv3: Snap Cursor to Selected includes locked layers
Falk David pushed to fix-129295 at filedescriptor/blender 2024-10-31 15:03:25 +01:00
1c7b2a4372 Fix #129295: GPv3: Snap Cursor to Selected includes locked layers
Falk David created branch fix-129295 in filedescriptor/blender 2024-10-31 15:03:24 +01:00
Falk David created pull request blender/blender#129638 2024-10-31 14:52:11 +01:00
Fix #129239: GPv3: Python: Vertex color is initialized as white
Falk David pushed to fix-129239 at filedescriptor/blender 2024-10-31 14:45:31 +01:00
4b4134be08 Fix #129239: GPv3: Python: Vertex color is initialized as white
b25da97fef glTF: Fix #113469: enable Draco compression for bpy as a py module
ab89e367da Fix #129518: GPv3: Crash entering edit mode with locked layers
3a36d638a5 Fix #127205: OptiX error with OSL material using wavelength node
2a2ad0c662 Fix error in recent fix for Rotate Edges
Compare 10 commits »
Falk David created branch fix-129239 in filedescriptor/blender 2024-10-31 14:45:31 +01:00
Falk David pushed to main at blender/blender 2024-10-31 13:11:43 +01:00
7a7c5c7306 Merge branch 'blender-v4.3-release'
ab89e367da Fix #129518: GPv3: Crash entering edit mode with locked layers
Compare 2 commits »
Falk David commented on pull request blender/blender#129465 2024-10-31 13:00:29 +01:00
Fix #129297: Gizmo missing for unlocked layer when autolock inactive is on

Thanks for looking into this. I am not sure I fully understand why the call there can be removed. Could you elaborate where autolock_inactive_layers will be called?

Falk David commented on issue blender/blender#129621 2024-10-31 12:58:14 +01:00
The grease pencil will flash out directly when entering editing mode

Should be fixed with ab89e367da5b90ec77e7e782db36886e648b4854.

Falk David deleted branch fix-129518 from filedescriptor/blender 2024-10-31 12:57:18 +01:00
Falk David closed issue blender/blender#129518 2024-10-31 12:57:15 +01:00
4.3 Blender Beta crashing when moving drawn grease pencil strokes
Falk David pushed to blender-v4.3-release at blender/blender 2024-10-31 12:57:11 +01:00
ab89e367da Fix #129518: GPv3: Crash entering edit mode with locked layers
Falk David merged pull request blender/blender#129625 2024-10-31 12:57:11 +01:00
Fix #129518: GPv3: Crash entering edit mode with locked layers
Falk David commented on issue blender/blender#129239 2024-10-31 12:56:38 +01:00
GPv3: Initializing vertex_color via Python turns all points white

Unfortunately, I don't know if we can fix this. The default seems to be defined in layerDefault_propcol so any FLOAT_COLOR attribute (also for meshes, etc.) are initialized with `(1.0f, 1.0f,…

Falk David commented on pull request blender/blender#129528 2024-10-31 12:52:23 +01:00
Fix #129266: GPv3: Layer Groups hide masks by default

@PratikPB2123 If the layer group can't override the masking, what would be the use of having the masking toggle on the layer group in the first place? It's basically the same as the visibility…

Falk David commented on pull request blender/blender#129625 2024-10-31 12:32:23 +01:00
Fix #129518: GPv3: Crash entering edit mode with locked layers

No, we need to create the start and end points for all the stroke in the drawing. Otherwise this will only add start and end points for the first and last stroke in the drawing.

Falk David commented on issue blender/blender#129621 2024-10-31 12:31:22 +01:00
The grease pencil will flash out directly when entering editing mode

@PratikPB2123 Would be nice, yes. Maybe you can test it with the file of this report too