We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Godot version: 3.2.3 stable
OS/device including version: Windows 10 64-bit
Issue description: Setting either Node A or Node B throws the warning "set_param: The parameter 2 is deprecated."
Steps to reproduce: create Generic6DOFJoint and assign either of the two nodes
The text was updated successfully, but these errors were encountered:
@addmix Please upload a minimal reproduction project to make this easier to troubleshoot.
Sorry, something went wrong.
it happens every time so we don't need a reproduction project. The cause is this line:
godot/scene/3d/physics_joint_3d.cpp
Line 911 in 7879b0a
when params_x[i] equals 2.
params_x[i]
The warning is emited here:
godot/modules/bullet/generic_6dof_joint_bullet.cpp
Line 229 in 7879b0a
I'm not familiar with this code but if you tell me how to handle this I can make a PR to solve the warning.
This is still present in 3.5.1 and I'm getting it with a PinJoint as well, not just 6DOFJoint.
No branches or pull requests
Godot version:
3.2.3 stable
OS/device including version:
Windows 10 64-bit
Issue description:
Setting either Node A or Node B throws the warning "set_param: The parameter 2 is deprecated."
Steps to reproduce:
create Generic6DOFJoint and assign either of the two nodes
The text was updated successfully, but these errors were encountered: