Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-10Cleanup: spelling in commentsCampbell Barton
2022-10-05Fix T101185: New Mikktspace crashes on meshes without valid trianglesLukas Stockner
2022-09-26Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-23Cleanup: spelling in commentsCampbell Barton
2022-09-17Mikktspace: Fix triangle reordering predicateLukas Stockner
2022-09-09Fix Clang warning about braces around initializationSergey Sharybin
2022-09-07Mikktspace: Optimized port to C++Lukas Stockner
2022-04-23Mikktspace: Reduce number of data queries to callerLukas Stockner
2022-03-18Cleanup: Compilation warningsSergey Sharybin
2022-02-11File headers: use SPDX for Zlib licenseCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-10-04Cleanup: pass arguments as constCampbell Barton
2021-06-24Cleanup: use '#if 0' for commented code-blockCampbell Barton
2021-05-23Docs: Add readme for mikktspaceAaron Carlisle
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-01-31Fix more undefined behavior in tangent space computationBrecht Van Lommel
2020-01-27Fix undefined behavior in tangent space computationSimon G
2019-10-03Cleanup: unused structs, struct membersCampbell Barton
2019-05-01Cleanup: comments (long lines) in mikktspaceCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in intern/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-05Cleanup: remove contributors for CMake filesCampbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-17Cleanup: trailing space in CMake filesCampbell Barton
2017-11-17Mikktspace: Speed up the merging of identical verticesLukas Stockner
2017-09-19Fix T52818: Tangent space calculation is really slow for high-density mesh wi...Sergey Sharybin
2017-09-19Mikkspace: Cleanup, reduce indentation levelSergey Sharybin
2017-08-25Fix for fix (tm): Residue of the debug codeSergey Sharybin
2017-08-25Fix mistake in previous tangent space optimizationSergey Sharybin
2017-08-25Another optimization of tangent space calculationSergey Sharybin
2017-08-25Optimize tangent space calculation by inlining functionsSergey Sharybin
2017-08-03mikktspace: minor optimizationCampbell Barton
2016-10-06Fix T49523: very slow normal map tangent computation for rendering in 2.78.Brecht Van Lommel
2016-09-18Fix T49384: crash in tangent space calculation with NaN mesh vertices.Brecht Van Lommel
2016-03-13Cleanup: warningCampbell Barton
2016-01-04Remove SCons building systemSergey Sharybin
2015-11-23CMake: use -Wshadow warning for C sourceCampbell Barton
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-09-09fix [#36685] crash calculating tangent space data on degenerate geometryCampbell Barton
2013-08-07code cleanup: some structs were declaring data when only typedef's were inten...Campbell Barton
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-06-07style cleanupCampbell Barton
2012-06-05style cleanupCampbell Barton