Explorar el Código

Add missing sockets to Track To

This is the last missing socket from the Socket Template update
I checked against nodes made by an older commit!
it's ready to go!
Joseph Brandenburg hace 6 meses
padre
commit
ed6f150ebd
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      link_socket_templates.py

+ 2 - 0
link_socket_templates.py

@@ -311,6 +311,8 @@ LinkTrackToSockets = [
                  default_value="UP_Z", blender_property='up_axis'),
     SockTemplate(name="Use Target Z", bl_idname="BooleanSocket", is_input=True,
                  default_value=False, blender_property='use_target_z'),
+    TargetSpaceTemplate,
+    OwnerSpaceTemplate,
     InfluenceTemplate,
     TargetTemplate,
     EnableTemplate,