ANtlord / LegsIKPlugin

Unreal Engine Plugin, adds animation node for IK for legs.
32 stars 20 forks source link

Non BoneControllers in last UE #1

Closed koohz closed 8 years ago

koohz commented 8 years ago

There is not a directory "BoneControllers" in the last UE.

ANtlord commented 8 years ago

Excuse me, what do you mean?

koohz commented 8 years ago

When build the engine with this plugin, it require some files located in "\Engine\Source\Runtime\Engine\Classes\Animation\BoneControllers\" but in the last build i can't see any BoneControllers folder.

Image

ANtlord commented 8 years ago

Hmm, I should check it. I think, that I could spent for it tomorrow.

koohz commented 8 years ago

Nice, here is the compiler log

http://pastebin.com/r2Radfnp

Edit: BoneControllers moved to

"\Engine\Source\Runtime\AnimGraphRuntime\"

ANtlord commented 8 years ago

OK, I've got a little free time. It seems, that not only paths have been changed in UE4. I've errors about incorrect types arguments, that I pass. It should be not huge work, but not a little. And I will create two main branches. One for 4.8.x, one for 4.9.x.

koohz commented 8 years ago

Well good :D

ANtlord commented 8 years ago

I've made branch unreal-engine-4.9-support. It has patched version of plugin, that compiled and works. But on my test project, I've got a bug. It seems, that I get wrong coordinates, but it can be bug of skeleton, that I use. @koMah try it on your skeleton, if you have time.

koohz commented 8 years ago

I'm not able to make it work, can you share your node config?

ANtlord commented 8 years ago

Node config. Do you mean parameters of node, that available after installation of this plugin?

ANtlord commented 8 years ago

Plugin works on Unreal Engine 4.9. Tests on standard new model. Screenshots have been added. Solved.