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-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-02-07Cleanup: use of 'unsigned'Campbell Barton
2020-02-07Cleanup: `make format`Dalai Felinto
2020-02-05T73589: Code Quality: Renaming on BKE_material.hAntonio Vazquez
2020-02-05Fix T56892: Crash on Collada .dae importSebastian Parborg
2020-01-28Cleanup: warnings, clang-formatCampbell Barton
2020-01-27Fix OBJECT_GUARDED_FREE compiler error when type is in namespaceBrecht Van Lommel
2020-01-23Merge branch 'blender-v2.82-release'Sergey Sharybin
2020-01-23CMake: Refactor external dependencies handlingSergey Sharybin
2020-01-22Fix T69090: Collada Exporter now exports the base color if Nodes are disabledGaia Clary
2020-01-20cleanup: do no longer use deprecated Alpha channel from Shader diffuse color ...Gaia Clary
2020-01-20cleanup: Collada exporter: Removed misleading commentsGaia Clary
2020-01-20Cleanup: remove redundant functionBrecht Van Lommel
2020-01-20Fix T73129: sculpt mode slow on mesh with fake userBrecht Van Lommel
2019-12-17Cleanup: conform header guards to Blender's styleCampbell Barton
2019-12-10Cleanup: header guardsCampbell Barton
2019-11-27fix T69772 Collada importer creates wrong fcurves for skeletal animationGaia Clary
2019-11-27refactor: collada importer: calculate fcurve index only once when creating an...Gaia Clary
2019-11-25fix: T71718 Collada: importer does not release intermediate fcurves when impo...Gaia Clary
2019-11-24Cleanup: doxygen commentsCampbell Barton
2019-10-20Cleanup: missing declaration warningsCampbell Barton
2019-10-04Fix expanding paths ignoring data-block librariesCampbell Barton
2019-10-02Implement a user preference for the default Auto Handle Smoothing mode.Alexander Gavrilov
2019-09-11Depsgraph: Pass bmain to depsgraph object creationSergey Sharybin
2019-09-07Partially revert "Cleanup: use post increment/decrement"Campbell Barton
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-31Cleanup: rename natural string comparisonCampbell Barton
2019-08-25cleanup: collada: removed unused public class variableGaia Clary
2019-08-25fix: Removed Debug statement from Collada CMakeLists. cmake now silently dete...Gaia Clary
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-08-02Cleanup: spellingCampbell Barton
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
2019-07-23fix: unreported: Collada using incompatible Enumeration types for compareGaia Clary
2019-07-22Incompatible usage of the Collada transparency valueGaia Clary
2019-07-16fix T66899: Collada: Shininess/Reflectivity not handled correctGaia Clary
2019-07-07Cleanup: spellingCampbell Barton
2019-07-02Cleanup: move comments onto own lines to avoid breaking linesCampbell Barton
2019-06-17Cleanup: comment, RNA spellingCampbell Barton
2019-06-17Cleanup: comment spellingCampbell Barton
2019-06-11fix T65576 collada exporter duplicates node tree when exported material alrea...Gaia Clary
2019-06-05fix T65480: Collada exporter did not export image texture for Base ColorGaia Clary
2019-06-05update Collada Importer: reworked export and import of MaterialsGaia Clary
2019-06-04Cleanup: Cleanup: style, use braces for collada (BCMath)Campbell Barton
2019-06-04Cleanup: clang-format, remove tabsCampbell Barton
2019-06-03fix collada: get Alpha and Emission from principled BSDF ShaderGaia Clary
2019-06-03Cleanup: Cleanup: style, use braces for colladaCampbell Barton
2019-06-03fix collada Importer: Set bone transformation type when importing unskinned s...Gaia Clary
2019-06-03feature collada: Allow export/import of skeletal animations as curvesGaia Clary