Skip to content

Commit

Permalink
Twist current is gone.
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Jan 17, 2024
1 parent 169911b commit 0991aeb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/many_bone_ik_3d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ void ManyBoneIK3D::_get_property_list(List<PropertyInfo> *p_list) const {
PropertyInfo(Variant::FLOAT, "constraints/" + itos(constraint_i) + "/twist_from", PROPERTY_HINT_RANGE, "-359.9,359.9,0.1,radians,exp", constraint_usage));
p_list->push_back(
PropertyInfo(Variant::FLOAT, "constraints/" + itos(constraint_i) + "/twist_range", PROPERTY_HINT_RANGE, "-359.9,359.9,0.1,radians,exp", constraint_usage));
p_list->push_back(
PropertyInfo(Variant::FLOAT, "constraints/" + itos(constraint_i) + "/twist_current", PROPERTY_HINT_RANGE, "-359.9,359.9,0.1,radians,exp", constraint_usage));
p_list->push_back(
PropertyInfo(Variant::INT, "constraints/" + itos(constraint_i) + "/kusudama_limit_cone_count", PROPERTY_HINT_RANGE, "0,10,1", constraint_usage | PROPERTY_USAGE_ARRAY | PROPERTY_USAGE_READ_ONLY,
"Limit Cones,constraints/" + itos(constraint_i) + "/kusudama_limit_cone/"));
Expand Down

0 comments on commit 0991aeb

Please sign in to comment.