work: restore shift+spacebar for media play/pause
maybe put in maya config? idk what funiman's preference is
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"DEFAULTJIGGLE": {
|
||||
"Name": "Default Jiggle",
|
||||
"Description": "Default settings for jiggle physics",
|
||||
"Settings": {
|
||||
"gp_sim_speed": 0.8,
|
||||
"gp_sim_friction": 5.0,
|
||||
"gp_sim_mass": 0.15,
|
||||
"gp_sim_stiffness": 0.1,
|
||||
"gp_sim_damping": 8.0,
|
||||
"gp_sim_influence": 1.0,
|
||||
"gp_sim_gravity": 1.0
|
||||
}
|
||||
},
|
||||
"JIGGLELOOSE": {
|
||||
"Name": "Jiggle Loose",
|
||||
"Description": "Location based Jiggle offset for Secondary Animation",
|
||||
"Settings": {
|
||||
"gp_sim_speed": 0.77,
|
||||
"gp_sim_friction": 5.0,
|
||||
"gp_sim_mass": 0.2,
|
||||
"gp_sim_stiffness": 0.1,
|
||||
"gp_sim_damping": 10.06,
|
||||
"gp_sim_influence": 1.0,
|
||||
"gp_sim_gravity": 1.0
|
||||
}
|
||||
},
|
||||
"JIGGLESTIFF": {
|
||||
"Name": "Jiggle Stiff",
|
||||
"Description": "Location based Jiggle offset for Secondary Animation with less bounce",
|
||||
"Settings": {
|
||||
"gp_sim_speed": 0.83,
|
||||
"gp_sim_friction": 5.0,
|
||||
"gp_sim_mass": 0.15,
|
||||
"gp_sim_stiffness": 0.3,
|
||||
"gp_sim_damping": 10.06,
|
||||
"gp_sim_influence": 1.0,
|
||||
"gp_sim_gravity": 1.0
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user