this is what I get for coding tired forgot a socket and left some code that was from the Armature constraint I copied it from, which shouldn't have been here
@@ -16,7 +16,7 @@ from .utilities import prRed
MANTIS_VERSION_MAJOR=0
MANTIS_VERSION_MINOR=11
-MANTIS_VERSION_SUB=13
+MANTIS_VERSION_SUB=14
classLists = [module.TellClasses() for module in [
link_definitions,
@@ -3,7 +3,7 @@ schema_version = "1.0.0"
# Example of manifest file for a Blender extension
# Change the values according to your extension
id = "mantis"
-version = "0.11.13"
+version = "0.11.14"
name = "Mantis"
tagline = "Mantis is a rigging nodes toolkit"
maintainer = "Nodespaghetti <josephbburg@protonmail.com>"
@@ -849,7 +849,6 @@ class LinkFloor(MantisLinkNode):
super().__init__(signature, base_tree, LinkFloorSockets)
self.init_parameters(additional_parameters={"Name":None })
self.set_traverse([("Input Relationship", "Output Relationship")])
- setup_custom_props(self) # <-- this takes care of the runtime-added sockets
def bExecute(self, bContext = None,):
prepare_parameters(self)
@@ -418,6 +418,7 @@ LinkFloorSockets = [
is_input=True, default_value=False, blender_property='use_rotation',),
TargetSpaceTemplate,
OwnerSpaceTemplate,
+ InfluenceTemplate,
EnableTemplate,
OutputRelationshipTemplate,
]