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-07-02Cleanup: move comments onto own lines to avoid breaking linesCampbell Barton
2019-06-04Cleanup: clang-format, remove tabsCampbell 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
2019-05-31Cleanup: style, use braces in source/ (include disabled blocks)Campbell Barton
2019-05-31Cleanup: style, use braces in source/Campbell Barton
2019-04-30Cleanup: comments (long lines) in colladaCampbell Barton
2019-04-18Cleanup: comment blocksCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-19Cleanup: comment blocksCampbell 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-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-11-27Fix: Collada Importer: Keep bindinfo option is not properly handledGaia Clary
2018-10-11Merge branch 'master' into blender2.8Campbell Barton
2018-10-11Cleanup: style (pointers)Campbell Barton
2018-09-02Cleanup: comment blocksCampbell Barton
2018-09-02Cleanup: comment blocksCampbell Barton
2018-06-21Cleanup: remove DM from 'join as shape' operator.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-12Merge branch 'master' into blender2.8Bastien Montagne
2018-06-12Cleanup: remove moar G.main from BKE area.Bastien Montagne
2018-06-08Merge branch 'master' into blender2.8Campbell Barton
2018-06-08Cleanup: trailing spaceCampbell Barton
2018-06-07Cleanup: Nuke moar G.main usages...Bastien Montagne
2018-06-06Merge branch 'master' into blender2.8Bastien Montagne
2018-06-06Cleanup: Nuke moar G.main usages...Bastien Montagne
2018-04-15Merge branch 'master' into blender2.8Campbell Barton
2018-04-15Cleanup: remove bad castsCampbell Barton
2018-04-15Cleanup: ED_armature namingCampbell Barton
2018-03-12Merge remote-tracking branch 'origin' into blender2.8Gaia Clary
2018-03-11Cleanup Collada: Avoid unintentional reuse of previous defined variableGaia Clary
2018-01-26fix:T53271 now using the context scene layer as requestedGaia Clary
2017-04-06Depsgraph: Remove old depsgraph header from colladaSergey Sharybin
2017-03-23Collada - Import: now add bind_mat and rest_mat as custom properties (when th...Gaia Clary
2017-03-23Added new option for storing bindpose matrix, see T50412Gaia Clary
2017-03-23collada: Simplify reading Node MatrixGaia Clary
2017-03-23collada: Make sure that bone use_conncet is set to false when connect type is...Gaia Clary
2017-03-23collada: add extern 'C' for c header includesGaia Clary
2017-03-23fix: collada - Connected bones get their tails set to wrong location when fix...Gaia Clary
2017-03-23collada: use local variable to avoid repeated call of bone chain_length_calcu...Gaia Clary
2017-03-23collada: use vector copy function instead of direct assigningGaia Clary
2017-03-14Collada simplify: avoid duplicate negation in booleanGaia Clary
2016-11-26fix T50118: Added missing assignment of Bone RollGaia Clary
2016-09-24Collada: Trying to get rid of some warning messages on linuxGaia Clary
2016-09-24Collada: Trying to get rif of some warning messages on linuxGaia Clary
2016-09-24Fix: Collada Importer did not import the Blender Profile information correctl...Gaia Clary