Skip to content

Releases: pnmocap/NoitomMocapLiveLinkPlugin

v1.3.4

28 Apr 09:20
Compare
Choose a tag to compare
v1.3.4 Pre-release
Pre-release
  • Update for send manual calibrate commands from client to axis studio(can get calibration steps and send calibrate command step by step).
  • Some compile issues
  • Support Unreal Engine 5.4

We provide a blueprint named '/NeuronLiveLink/Demo/ManualCalibrateDemoActor.ManualCalibrateDemoActor' to demonstrate how to use step by step calibration:

  1. Add blueprint ManualCalibrateDemoActor to your level
  2. Setup four properties (UseTCP, ServerIP, SrvPort and ClientPort) in ManualCalibrateDemoActor to connect Axis Studio
  3. The BeginPlay event in ManualCalibrateDemoActor will call ConnectAxisLiveLink to connect Axis Studio, or you can break the connection in Beginplay event and call ConnectAxisLiveLink before sending any commands
  4. Call QueryManualCalibrateSteps in ManualCalibrateDemoActor to query the steps need in calibration
  5. After the steps returned, Call SendCalibratePose in ManualCalibrateDemoActor to calibrate a specific pose
  6. When All steps finishedm Call SendCalibrateFinish in ManualCalibrateDemoActor to tell Axis Studio finish calibration
  7. (Optional) Call DisconnectAxisLiveLink in ManualCalibrateDemoActor to end communication with Axis Studio. if will call it in its EndPlay event too
  8. if you need to communicate with more than one Axis Studio server, you can either add more ManualCalibrateDemoActor actors and one actor connect to one server or using ReconnectWithParam in ManualCalibrateDemoActor to connect another Axis Studio with different connection parameters and send step by step calibration commands to that server.

v1.3.2

20 Jul 06:14
Compare
Choose a tag to compare
  • Support UE5.3(using tag v1.3.2_UE53)
  • Support UE5.2
  • New mocapApi.dll
  • Improvement UI in Unreal 5

v1.3.1

25 Apr 05:40
Compare
Choose a tag to compare
  • Can add a Take Name for Axis studio use when sending start record command
  • Add MocapRecordNotifyEventHandler
  • Update MocapApi.dll
  • Fix some bugs

v1.2.17

27 Dec 01:28
Compare
Choose a tag to compare
  • Now Support Unreal Engine 5.1
  • Update Document
  • Rename asset Mixamo_Avatar for spelling mistakes

v1.2.16

03 Aug 06:33
Compare
Choose a tag to compare
  • Add WBP_AxisStudioUIController to support sending command, stat/stop recording, back to origin etc, to Axis Studio and receive results from it.
  • Add NeuronBlend node to solve feet sliding issue(need data with displacement from AS).
  • Update DemoMap and remove CommandTestMap.
  • Do NOT support sending calibrate for all command to glove only devices through AS, that may crash AS.

v1.2.04

27 Apr 08:11
Compare
Choose a tag to compare
  1. Add metahuman retarget pose in Arts folder
  2. Modify robots assets
  3. Modify Mixamo model for finger issue
  4. Restructure Source code
  5. Marked modified when remapasset is modified
  6. Fix rigid body bug
  7. Fix some bugs
  8. Supports form UE426 to UE50

V1.2.02

29 Mar 09:16
Compare
Choose a tag to compare
  1. Source re-Structure
  2. BP get names funcs
  3. Added Neuron VP volume
  4. UE5 preview2 compile issue
  5. Add Mixamo model
  6. Add Mannequin mode
  7. Rename LiveLinkRemapAsset
  8. Modify Robot model

v1.2.01

01 Mar 06:02
Compare
Choose a tag to compare
  1. Source folder re-structure
  2. Update MocapApi to newest release-0
  3. Add support to UE5.0EA