Add IKModifier3D

This commit is contained in:
Silc Lizard (Tokage) Renew 2025-09-10 09:46:41 +09:00
parent 08705259f2
commit bf22eb25e3
69 changed files with 6066 additions and 179 deletions

View file

@ -46,7 +46,7 @@ class Control : public CanvasItem {
#ifdef TOOLS_ENABLED
bool saving = false;
#endif //TOOLS_ENABLED
#endif // TOOLS_ENABLED
public:
static constexpr AncestralClass static_ancestral_class = AncestralClass::CONTROL;