Skip to content

Commit

Permalink
feat: update pre-built plug-ins
Browse files Browse the repository at this point in the history
  • Loading branch information
akasaki1211 committed Oct 8, 2024
1 parent 12bfe38 commit 1136c64
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.3.0", "Any");
MFnPlugin plugin(obj, "Hiroyuki Akasaki", "0.4.0", "Any");

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

0 comments on commit 1136c64

Please sign in to comment.