Block a user
Fix #128714: GPv3: Don't erase behind the camera
Falk David
pushed to gpv3-manual-updates at filedescriptor/blender-manual
2024-10-08 15:33:42 +02:00
0a39c7e7b1
Update modifier introduction page
Falk David
pushed to gpv3-manual-updates at filedescriptor/blender-manual
2024-10-08 15:28:27 +02:00
3c94d97b96
Add page for layer attributes
Falk David
pushed to gpv3-manual-updates at filedescriptor/blender-manual
2024-10-08 15:02:44 +02:00
b916f1ddb6
Fix warnings
WIP: Grease Pencil manual updates
Falk David
pushed to gpv3-manual-updates at filedescriptor/blender-manual
2024-10-08 14:55:59 +02:00
b5fcf08cde
Add page for Layer Groups
18bda44846
Update Layers page
21530f8ccd
Update Onion Skinning page
Falk David
created branch gpv3-manual-updates in filedescriptor/blender-manual
2024-10-08 14:55:59 +02:00
0156b38905
Merge branch 'blender-v4.3-release'
f99735d85c
Fix: pyapi_grease_pencil test failiure
92b4c853db
Fix: Python: Incorrect default curve_type when calling
drawing.add_strokes()
09ca5a4c5f
Fix: Python: Empty list of
drawing.strokes
doesn't have length of 0
35c2461130
Fix: Build warnings missing include
6b12ff2ac0
Fix: Python: Incorrect default curve_type when calling
drawing.add_strokes()
da339407a9
Fix: Python: Empty list of
drawing.strokes
doesn't have length of 0
821cfcbe4a
Fix: Build warnings missing include
Fix: GPv3: Missing topbar layer panel in weight/vertex paint
@PratikPB2123 You need to merge with blender-v4.3-release
again. There were multiple issues with the state of the branch yesterday.
GPv3: Drawing slow down when drawing a very long stroke
@ChengduLittleA GPv2 didn't do the triangulation because it didn't write the stroke to the frame, it wrote it to a temporary buffer that is rendered seperately (sbuffer
). This added a lot of…