Revīziju vēsture

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