belocity by default

master
christophe.seux 2025-02-07 15:19:21 +01:00
parent 3742fd7bc3
commit 81b87eae99
1 changed files with 1 additions and 1 deletions

View File

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