We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6952202 commit fab757bCopy full SHA for fab757b
jme3-core/src/main/java/com/jme3/animation/SkeletonControl.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2009-2023 jMonkeyEngine
+ * Copyright (c) 2009-2025 jMonkeyEngine
3
* All rights reserved.
4
*
5
* Redistribution and use in source and binary forms, with or without
@@ -250,6 +250,8 @@ private void controlRenderSoftware() {
250
resetToBind(); // reset morph meshes to bind pose
251
252
offsetMatrices = skeleton.computeSkinningMatrices();
253
+ numberOfBonesParam.setEnabled(false);
254
+ boneMatricesParam.setEnabled(false);
255
256
for (Geometry geometry : targets) {
257
Mesh mesh = geometry.getMesh();
0 commit comments