Historique des commits

Auteur SHA1 Message Date
  Campbell Barton 649e5fb955 Cleanup: comments (long lines) in mikktspace il y a 5 ans
  Campbell Barton 108045faa0 ClangFormat: format '#if 0' code in intern/ il y a 5 ans
  Campbell Barton e12c08e8d1 ClangFormat: apply to source, most of intern il y a 5 ans
  Campbell Barton de13d0a80c doxygen: add newline after \file il y a 5 ans
  Campbell Barton eef4077f18 Cleanup: remove redundant doxygen \file argument il y a 6 ans
  Lukas Stockner 119846a6bb Mikktspace: Speed up the merging of identical vertices il y a 7 ans
  Sergey Sharybin 3241905f40 Fix T52818: Tangent space calculation is really slow for high-density mesh with degenerated topology il y a 7 ans
  Sergey Sharybin 2dab6f499c Mikkspace: Cleanup, reduce indentation level il y a 7 ans
  Sergey Sharybin 5121dacf9d Fix for fix (tm): Residue of the debug code il y a 7 ans
  Sergey Sharybin 90110d3732 Fix mistake in previous tangent space optimization il y a 7 ans
  Sergey Sharybin d79fa8dc4d Another optimization of tangent space calculation il y a 7 ans
  Sergey Sharybin 49717d4971 Optimize tangent space calculation by inlining functions il y a 7 ans
  Campbell Barton ba98f06acc mikktspace: minor optimization il y a 7 ans
  Brecht Van Lommel 5a0f397eaa Fix T49523: very slow normal map tangent computation for rendering in 2.78. il y a 8 ans
  Brecht Van Lommel 0552d5820b Fix T49384: crash in tangent space calculation with NaN mesh vertices. il y a 8 ans
  Campbell Barton b10e3cc997 Cleanup: warning il y a 8 ans
  Campbell Barton c1c26c36f6 Style Cleanup: remove preprocessor indentation (updated wiki style guide too) il y a 11 ans
  Campbell Barton 0392acc607 fix [#36685] crash calculating tangent space data on degenerate geometry il y a 11 ans
  Campbell Barton 4f29aeeff2 code cleanup: some structs were declaring data when only typedef's were intended, make local vars and functions static. il y a 11 ans
  Campbell Barton 25c96bc9f3 code cleanup: remove unused macros, commet some which may be useful later - or good to keep for completeness. quieted some warnings and add flags -Wmissing-include-dirs and -Wno-div-by-zero to cmake/gcc il y a 12 ans
  Campbell Barton e75f5c8208 quiet -Wmissing-prototypes warnings, and enable this warning by default for C with gcc. il y a 12 ans
  Campbell Barton d5032657ed style cleanup il y a 12 ans
  Campbell Barton 5189356d58 style cleanup il y a 12 ans
  Campbell Barton b340f930ec style cleanup: changes to brace placement / newlines - for/while/if/switch il y a 12 ans
  Brecht Van Lommel 4d7c44717a Code cleanup: fix some clang static checker warnings. il y a 13 ans
  Campbell Barton 38221fa8e6 set mikktspace functions as static which are not used externally. il y a 13 ans
  Campbell Barton 2d8c1e60e6 print an error message if Python.h can't be found for cmake and scons since its such a common problem. il y a 13 ans
  Campbell Barton 6e5ce953da use 'is None' rather then '== None' as suggested by python docs & mis-spelling. il y a 13 ans
  Campbell Barton 9b9c4184c8 misc nodes & editors: floats were being implicitly promoted to doubles, adjust to use floats. il y a 13 ans
  Campbell Barton e9005b985e remove some redundant vars, assignments & checks. il y a 14 ans