Skip to content

Commit

Permalink
Remove to constraint ik namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Dec 9, 2024
1 parent 0b9a715 commit 2d16ebd
Show file tree
Hide file tree
Showing 72 changed files with 4 additions and 16 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#include "editor/many_bone_ik_3d_gizmo_plugin.h"
#endif

void initialize_many_bone_ik_module(ModuleInitializationLevel p_level) {
void initialize_constraint_ik_module(ModuleInitializationLevel p_level) {
if (p_level == MODULE_INITIALIZATION_LEVEL_SCENE) {
}
#ifdef TOOLS_ENABLED
Expand All @@ -61,7 +61,7 @@ void initialize_many_bone_ik_module(ModuleInitializationLevel p_level) {
}
}

void uninitialize_many_bone_ik_module(ModuleInitializationLevel p_level) {
void uninitialize_constraint_ik_module(ModuleInitializationLevel p_level) {
if (p_level != MODULE_INITIALIZATION_LEVEL_SCENE) {
return;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

#include "modules/register_module_types.h"

void initialize_many_bone_ik_module(ModuleInitializationLevel p_level);
void uninitialize_many_bone_ik_module(ModuleInitializationLevel p_level);
void initialize_constraint_ik_module(ModuleInitializationLevel p_level);
void uninitialize_constraint_ik_module(ModuleInitializationLevel p_level);

#endif // MANY_BONE_IK_REGISTER_TYPES_H
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 0 additions & 12 deletions modules/many_bone_ik/.gitrepo

This file was deleted.

0 comments on commit 2d16ebd

Please sign in to comment.