Skip to content

Commit

Permalink
feat: update pre-built plug-ins
Browse files Browse the repository at this point in the history
Update 2022, 2023, 2024, 2025
  • Loading branch information
akasaki1211 committed Jul 29, 2024
1 parent bbea26f commit 1d3c273
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified plug-ins/2022/boneDynamicsNode.mll
Binary file not shown.
Binary file modified plug-ins/2023/boneDynamicsNode.mll
Binary file not shown.
Binary file modified plug-ins/2024/boneDynamicsNode.mll
Binary file not shown.
Binary file modified plug-ins/2025/boneDynamicsNode.mll
Binary file not shown.
2 changes: 1 addition & 1 deletion src/pluginMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
MStatus initializePlugin(MObject obj)
{
MStatus status;
MFnPlugin plugin(obj, "Hiroyuki Akasaki", "0.2.1", "Any");
MFnPlugin plugin(obj, "Hiroyuki Akasaki", "0.3.0", "Any");

status = plugin.registerNode(boneDynamicsNodeName, boneDynamicsNode::s_id, boneDynamicsNode::creator, boneDynamicsNode::initialize);
if (!status) {
Expand Down

0 comments on commit 1d3c273

Please sign in to comment.