Commit Graph

6 Commits

Author SHA1 Message Date
Dan Oconnor
195086b1a5 Changes from PVS-Studio, these could introduce small behavior change.
Consistent null checks, fixes for copy/pasted conditions, copy pasted LOCTEXT identifiers, comparisons against literals of the wrong type, missing return statements, dead code, and some system calls that were ignoring their return value

[CL 2494390 by Dan Oconnor in Main branch]
2015-03-27 16:11:50 -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
Matt Kuhlenschmidt
c0074e049d Skel mesh importing optimizations
- Greatly improved skeletal mesh importing by removing n^2 operation when combining vertices
- Added a cvar parameter to disable triangle order optimization (debugging purposes only)

[CL 2367715 by Matt Kuhlenschmidt in Main branch]
2014-11-21 13:26:18 -05:00
Ori Cohen
46be7a51af Undo accidental change where we make BoneVertsInfo not use local space. Fixes the problems in PhAT
TTP#334913

[CL 2070531 by Ori Cohen in Main branch]
2014-05-12 13:39:45 -04:00
Lina Halper
c64b68081b - Fixed issue with importing doesn't apply cluster transform causing skin to be positioned with wrong transform.
- Fixed calculating vert size to not apply ref inverse transform. Vert position is imported on ref pose, so if you inverse it, you'll get scale 1, 1, 1 transform, which isn't true. Just using normal vert size should work fine.

[CL 2064094 by Lina Halper in Main branch]
2014-05-05 21:13:13 -04:00
Tim Sweeney
324683ce78 Engine source (Main branch up to CL 2026164) 2014-03-14 14:13:41 -04:00