Commit Verlauf

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