Notifications
Clear all
[Closed] Scripted Plugin trimesh properties
Page 2 / 2
Prev
1 Reply
in domesh function has to be added the first line:
if not iskindof curve bezier_float do params.setProfile update:off
Jan 21, 2014 2:48 am
forget about previous solution. there is the right one. add code below to the plugin body:
fn defaultCurve =
(
curve = bezier_float()
addnewkey curve 0f
addnewkey curve 1f
k = addnewkey curve 0.5f
k.value = 1
)
on create do defaultCurve()
Page 2 / 2
Prev