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-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
2016-09-20regression fix for 1346482d23f167fa57049128384246397fda8d27: The length of le...Gaia Clary
2016-06-03changed use_connect from bool to a 3 state value (-1,0,1)Gaia Clary
2016-05-29Added support for non numeric bone layer labels (could happen when importing ...Gaia Clary
2016-05-28Collada: Adding support for bone roll and bone layersGaia Clary
2016-05-26moved is_leaf_bone() to collada utils for reuse in exporter and importerGaia Clary
2016-05-26fix: Import of meshes with holes is now reported as WARNING (unsupported)Gaia Clary
2015-10-12Fix T46444: Crash importing DAE w/ empty armatureCampbell Barton
2015-08-06Cleanup: whitespace, unused varCampbell Barton
2015-05-10fix T44648: Collada finding bone chains during import crashes when no bones a...Gaia Clary
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne