Commit Graph

10 Commits

Author SHA1 Message Date
PaulEremeeff
3d878d5a79 PR #996: Fixing PVS-Studio warnings (Contributed by PaulEremeeff)
I have reviewed each change carefully, but it is a large change and I could have missed something! Here is a summary of the types of changes in this CL:
 * Made nullptr checks consistent (the plurality of the changes are of this type)
 * Completed switch statements (IE, switch did not explicitly handle default case, but had unhandled enum entries - this is the second most popular type of fix)
 * Removed unused variables
 * Removed redundant initializations
 * WidgetNavigationCustomization.cpp was fixed by the owner
 * integers converted to floats where result was stored in a float
 * Removed redundent null checks (e.g. before delete statements)
 * Renamed variables to prevent non-obvious shadowing
 * Fixed use of bitwise & when checking for equality to an enum entry (which is often 0)
 * Fixes for some copy paste errors (e.g. FoliageEdMode.cpp)

[CL 2498053 by Dan Oconnor in Main branch]
2015-03-31 20:12:31 -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
Martin Wilson
001f439d87 Double buffered bone space bases
[CL 2356960 by Martin Wilson in Main branch]
2014-11-12 08:43:50 -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
baeed2662e Fixed saving retarget pose when cloth exists
[CL 2320658 by Lina Halper in Main branch]
2014-10-06 18:53:45 -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
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
6ed56e68e7 - Fixed tooltip
- Fixed undo with rig set up

[CL 2295712 by Lina Halper in Main branch]
2014-09-12 17:56:56 -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