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
2019-02-11Cleanup: comment indentation & spellingCampbell Barton
2019-02-06Cleanup: manually apply changes missed last commitCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-05BKE_library: id_copy: More general usage of LIB_ID_COPY_LOCALIZE.Bastien Montagne
2019-02-05Cleanup: BKE_library: remove 'test' param of id_copy.Bastien Montagne
2019-02-05Cleanup: remove contributors for CMake filesCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: manually remove header text not handled by automationCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-25Cleanup: sort cmake file listsCampbell Barton
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2019-01-15Cleanup: rename BKE_libblock_delete to BKE_id_delete.Bastien Montagne
2019-01-15Cleanup: rename BKE_libblock_free_us to BKE_id_free_us.Bastien Montagne
2019-01-11Preferences: remove author fieldCampbell Barton
2019-01-10fix D4187: Collada Importer: Material assignment broken after importing Mesh ...Trevor Glauz
2019-01-10fix T60049: Collada Exporter: When exporting multiple UVs, the set index must...Gaia Clary
2019-01-05fix T59743: Collada exporter: Add option for exporting flat curvesGaia Clary
2019-01-05fix T60092 collada exporter: exporting a rig with one single bone failsGaia Clary
2018-12-30Cleanup: remove non-existing function declarationsCampbell Barton
2018-12-20Cleanup: argument wrapping indentationCampbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-12-07Cleanup: styleCampbell Barton
2018-12-06Merge remote-tracking branch 'origin/master' into blender2.8Gaia Clary
2018-12-06Fix (devtalk 4053): Collada build with older cmake versions brokenGaia Clary
2018-12-05Merge remote-tracking branch 'origin/master' into blender2.8Gaia Clary
2018-12-05fix: Collada: remove Class from method definition in header fileGaia Clary
2018-12-04Merge remote-tracking branch 'origin/master' into blender2.8Gaia Clary
2018-12-04fix T58568: used wrong case in variable nameGaia Clary
2018-12-04Merge branch 'master' into blender2.8Gaia Clary
2018-12-04fix T58568 build errors when using collada 1.6.68 or newerGaia Clary
2018-12-01fix: Collada exporter has similar issue as reproted in T58150Gaia Clary
2018-12-01fix T58293 Collada: Does not export Texture coordinates when option 'only sel...Gaia Clary
2018-11-29Cleanup: remove unused filesCampbell Barton
2018-11-28cleanup: Collada replaced outdated usage of CD_MTFACE Layers by CD_MLOOPUVGaia Clary
2018-11-28fix:T58093 Collada Exporter does not create bind_vertex_input and texcoord at...Gaia Clary
2018-11-28Fix defined but unused static variable warningSergey Sharybin
2018-11-28Cleanup: styleCampbell Barton
2018-11-27fix: Collada Exporter: improve usage of viewlayer and depsgraphGaia Clary
2018-11-27fix: Collada exporter: take care of parent inverse for exports of Armatures w...Gaia Clary
2018-11-27Fix: Collada Importer: Keep bindinfo option is not properly handledGaia Clary
2018-11-27fix: Collada: The limit precision option does nothingGaia Clary
2018-11-25Merge branch 'master' into blender2.8Campbell Barton
2018-11-24refactor: Collada reorganize class constructorsGaia Clary
2018-11-23fix: Collada: used wrong Enumeration type for comparisonGaia Clary
2018-11-23fix: collada: must use case sensitive filename in includeGaia Clary
2018-11-23fix: Collada: use reference to BezTriple instead of copyGaia Clary