-
Notifications
You must be signed in to change notification settings - Fork 15
/
Changes.txt
53 lines (45 loc) · 2.01 KB
/
Changes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
List of changes:
================
v0.5.4
- Remove UE4.16 build warnings
v0.5.3
- Update to Plugin v0.3.3
v0.5.2
- Plugin Enable Fix for UE4.14
v0.5.1
- Compile Fixes for UE4.13
v0.5.0
- Cleanup of all Animation BP and switch to new NeuronReadArray function
which improves the support of custom skeletons.
- Remove old custom bone mapping functions (are now deprecated)
- Add function in Animation BP to remove pelvis drift on ground
- Change project to UE 4.10
- Update to Plugin v0.3.0
v0.4.0
- Network and player controller actors now support manual configuration
of reference skeleton instead using external BVH reference file.
- To have an example how to add custom skeletons,
the Mannequin now uses the new bone map feature of the plugin.
For a "HowTo" please have a look into the Mannequin BP function "Init Bone Map".
- Update to Plugin v0.2.0
v0.3.0
- Source code restructure: C++ code is now placed in a plugin to be more project independend.
This plugin can be used in any of your projects and there is no need to create a C++ project anymore.
The binary plugin version 0.1.0 can be downloaded from here:
https://github.com/Cyx69/TP_ThirdPersonNeuron/releases/download/v0.3.0/Perception_Neuron_Plugin_0.1.0.zip
- Further comments and minor improvements
v0.2.0
- Playback Controller added.
Now you can directly play BVH files placed ín your content folder instead connecting to a BVH server.
See new Blueprint nodes Play and Pause.
To have an example Neuron character is now connected to a player controller instead to a network controller.
- Neuron and TPP_Hero are now part of a character blueprint (To have an example for that)
- Hips bone of TPP_Hero mesh is used to translate complete actor (capsule).
Actor rotation is still a problem and is not connected.
- Add support for standard BVH format
- Add support for disabled displacement and/or enabled reference bone in motion line
- Add DNS name support
- Add Blender source file for Neuron character
- Further comments and minor improvements
v0.1.0
- Initial version