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
2020-03-06Cleanup: move Alembic, AVI, Collada, and USD to `source/blender/io`Sybren A. Stüvel
2020-02-11Fix T56108: Crash editing corrupted vertex groupsCampbell Barton
2020-02-11Cleanup: remove duplicate, commented structsCampbell Barton
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-09-07Partially revert "Cleanup: use post increment/decrement"Campbell Barton
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-06-04Cleanup: clang-format, remove tabsCampbell Barton
2019-06-03refactor collada: replace bc_sanitize_mat() by static class method in BCMatrixGaia Clary
2019-05-31Cleanup: style, use braces in source/Campbell Barton
2019-05-23fix unreported Collada exporter Regression: Added back minimal support for Ma...Gaia Clary
2019-05-23Collada exporter updateGaia Clary
2019-04-30Cleanup: comments (long lines) in colladaCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-12-20Cleanup: argument wrapping indentationCampbell Barton
2018-11-27fix: Collada exporter: take care of parent inverse for exports of Armatures w...Gaia Clary
2018-11-27fix: Collada: The limit precision option does nothingGaia Clary
2018-11-24refactor: Collada reorganize class constructorsGaia Clary
2018-11-23Partial rewrite of the Collada Module for Blender 2.8Gaia Clary
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-10-11Merge branch 'master' into blender2.8Campbell Barton
2018-10-11Cleanup: style (pointers)Campbell Barton
2018-09-24Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.Brecht Van Lommel
2018-09-24Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-06-24Nuke DM out of collada code.Bastien Montagne
2018-06-14Merge branch 'master' into blender2.8Bastien Montagne
2018-06-14Cleanup: remove last G.main's from Collada code.Bastien Montagne
2018-06-08Merge branch 'master' into blender2.8Campbell Barton
2018-06-08Cleanup: trailing spaceCampbell Barton
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-03-17Merge branch 'master' into blender2.8Gaia Clary
2018-03-17Refactor: Collada: remove param, changed order of params in Function callGaia Clary
2018-02-27merge from masterGaia Clary
2018-02-26Adding support for Matrix Transformation exportGaia Clary
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-07-21Fix compilation error with Collada enabledSergey Sharybin
2017-06-24collada: change image export: export either UV Textures or Materials. ThisGaia Clary
2017-04-03Collada - add flag to limit precision of exported data, mainly to simplify de...Gaia Clary
2017-03-23Collada - remove no longer used functions (moved to collada_utils)Gaia Clary
2017-03-23Collada - Added support for custom bind matrix (using new bind_mat custom pro...Gaia Clary
2017-03-14fix D2552: Collada - Follow up change to complete the fix in rBda6cd7762810 (...Gaia Clary
2015-06-19Cleanup: fix mismatch in printf formating (int/unsigned int).Bastien Montagne
2015-02-06cleanup: styleCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-08-17CleanupCampbell Barton
2014-07-09Cleanup: silent C++11 warning (implicit double to float conversion) in Collad...Bastien Montagne