belocity by default

This commit is contained in:
christophe.seux 2025-02-07 15:19:21 +01:00
parent 3742fd7bc3
commit 81b87eae99

View File

@ -23,7 +23,7 @@ class GP_PG_interpolate_settings(PropertyGroup):
('BONE', 'Bone', 'Pick an armature bone and follow it', 3), ('BONE', 'Bone', 'Pick an armature bone and follow it', 3),
('TRI', 'Triangle', 'Interpolate based on triangle traced manually over geometry', 4) ('TRI', 'Triangle', 'Interpolate based on triangle traced manually over geometry', 4)
), ),
default='GEOMETRY', default='VELOCITY',
description='Select method for interpolating strokes' description='Select method for interpolating strokes'
) )