You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-07 19:53:17 +00:00
Merge pull request #27887 from godotengine/AndreaCatania-patch-1
Added No bone set state in the IK
This commit is contained in:
@@ -335,7 +335,7 @@ void SkeletonIK::_validate_property(PropertyInfo &property) const {
|
||||
|
||||
if (skeleton) {
|
||||
|
||||
String names;
|
||||
String names("--,");
|
||||
for (int i = 0; i < skeleton->get_bone_count(); i++) {
|
||||
if (i > 0)
|
||||
names += ",";
|
||||
|
||||
Reference in New Issue
Block a user