Commit Graph

14 Commits

Author SHA1 Message Date
Lina Halper
e1797893ea #ANIM: Fixed issue with not opening the bone selection window after search
https://jira.ol.epicgames.net/browse/UE-6255

[CL 2505537 by Lina Halper in Main branch]
2015-04-08 14:44:25 -04:00
Lina Halper
d454e4db80 #ANIM: RETARGETING: Make sure to return the node name
if any of them matches, list them out

[CL 2480695 by Lina Halper in Main branch]
2015-03-16 17:06:12 -04:00
Ben Marsh
149375b14b Update copyright notices to 2015.
[CL 2379638 by Ben Marsh in Main branch]
2014-12-07 19:09:38 -05:00
Jamie Dale
86b6c3f59f Fixed code relying on SLATE_TEXT_ATTRIBUTE for SButton
Made sure everything was using FText rather than FString.

[CL 2373606 by Jamie Dale in Main branch]
2014-12-02 06:42:27 -05:00
Jamie Dale
e856661aed Fixed code relying on SLATE_TEXT_ATTRIBUTE for SHeaderRow::FColumn
Made sure everything was using FText rather than FString.

[CL 2370913 by Jamie Dale in Main branch]
2014-11-26 12:46:05 -05:00
Lina Halper
e7a879adbb Fixed code standard for not having space before & or *
[CL 2356534 by Lina Halper in Main branch]
2014-11-11 19:03:47 -05:00
Lina Halper
013f962f62 Retargeting : select rig: Fixed so that you don't have to have "show engine content" to see Humanoid Rig
[CL 2336050 by Lina Halper in Main branch]
2014-10-21 14:34:42 -04:00
Wes Hunt
31e2bb00ac Removed a bunch of stuff from Slate standard include, created SlateBasics.h
* Moved Slate.h into SlateBasics.h and began shifting less commonly used headers into SlateExtras.h.
* Slate.h now simply includes SlateBasics.h and SlateExtras.h.
* Slate.h includes a deprecated warning now to indicate that SlateBasics.h + specific includes should be used instead.
* Moved dozens of inlined functions using Slate widgets into .cpp files to avoid header dependencies.
* All code samples now include SlateBasics.h and SlateExtras.h so future shifts will not break most those projects, but not trigger the deprecation warning of including Slate.h.
#BUN

[CL 2329610 by Wes Hunt in Main branch]
2014-10-14 22:50:06 -04:00
Michael Noland
928559eaa0 Editor: Coding-standards fixes (TypeName [*|&] VariableName -> TypeName[*|&] VariableName)
[CL 2316341 by Michael Noland in Main branch]
2014-10-01 14:45:23 -04:00
Lina Halper
68654008ef Fixed filtering text issue with rig window
[CL 2303054 by Lina Halper in Main branch]
2014-09-18 16:45:35 -04:00
Lina Halper
dce61c65fa - Retargeting
- Added "advanced" option

[CL 2302898 by Lina Halper in Main branch]
2014-09-18 15:12:44 -04:00
Lina Halper
5827f8cff5 # retargeting clean up
- changed rigcontrol to trasnformbase as right now it only does transform base, and in the future we should add more controllers
- added clear bone name
- added "reset base pose" option for opting back to original mesh pose
- fixed so that rig nodes doesn't have to be mapped

[CL 2302778 by Lina Halper in Main branch]
2014-09-18 13:59:36 -04:00
Lina Halper
0e69eaa43b Fix non-unity
[CL 2295330 by Lina Halper in Main branch]
2014-09-12 13:31:33 -04:00
Lina Halper
1ed6aaa87d - Animation Retargeting offline solution using rig
- Rig asset/Customization
- Retargeting Manager
- Support retargeting using the data

[CL 2295182 by Lina Halper in Main branch]
2014-09-12 11:37:36 -04:00