feat: updated engine version to 4.4-rc1
This commit is contained in:
parent
ee00efde1f
commit
21ba8e33af
5459 changed files with 1128836 additions and 198305 deletions
|
|
@ -35,11 +35,6 @@
|
|||
#include "editor/editor_properties.h"
|
||||
#include "editor/plugins/editor_plugin.h"
|
||||
|
||||
#include "modules/modules_enabled.gen.h" // For regex.
|
||||
#ifdef MODULE_REGEX_ENABLED
|
||||
#include "modules/regex/regex.h"
|
||||
#endif
|
||||
|
||||
#include "scene/3d/skeleton_3d.h"
|
||||
#include "scene/gui/box_container.h"
|
||||
#include "scene/gui/color_rect.h"
|
||||
|
|
@ -122,8 +117,6 @@ public:
|
|||
|
||||
protected:
|
||||
void _notification(int p_what);
|
||||
static void _bind_methods();
|
||||
|
||||
void _confirm();
|
||||
|
||||
private:
|
||||
|
|
@ -172,7 +165,6 @@ class BoneMapper : public VBoxContainer {
|
|||
void _apply_picker_selection();
|
||||
void _clear_mapping_current_group();
|
||||
|
||||
#ifdef MODULE_REGEX_ENABLED
|
||||
/* For auto mapping */
|
||||
enum BoneSegregation {
|
||||
BONE_SEGREGATION_NONE,
|
||||
|
|
@ -184,7 +176,6 @@ class BoneMapper : public VBoxContainer {
|
|||
BoneSegregation guess_bone_segregation(const String &p_bone_name);
|
||||
void auto_mapping_process(Ref<BoneMap> &p_bone_map);
|
||||
void _run_auto_mapping();
|
||||
#endif // MODULE_REGEX_ENABLED
|
||||
|
||||
protected:
|
||||
void _notification(int p_what);
|
||||
|
|
@ -233,7 +224,7 @@ class BoneMapEditorPlugin : public EditorPlugin {
|
|||
GDCLASS(BoneMapEditorPlugin, EditorPlugin);
|
||||
|
||||
public:
|
||||
virtual String get_name() const override { return "BoneMap"; }
|
||||
virtual String get_plugin_name() const override { return "BoneMap"; }
|
||||
BoneMapEditorPlugin();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue