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-08fix D4476 collada exporter: in Blender 2.80 we no longer have a specular color.Gaia Clary
2019-02-27Cleanup: file rename lamp -> lightCampbell Barton
2019-02-27Cleanup: rename lamp -> lightCampbell Barton
2019-02-27DNA: rename Lamp -> LightCampbell 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-30Cleanup: remove non-existing function declarationsCampbell Barton
2018-11-28Fix defined but unused static variable warningSergey Sharybin
2018-11-27fix: Collada: The limit precision option does nothingGaia Clary
2018-11-25Merge branch 'master' into blender2.8Campbell Barton
2018-11-23Partial rewrite of the Collada Module for Blender 2.8Gaia Clary
2018-09-02Cleanup: comment blocksCampbell Barton
2018-09-02Cleanup: comment blocksCampbell Barton
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-02-27Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-27Collada: Use floating point version of abs()Sergey Sharybin
2018-02-27merge from masterGaia Clary
2018-02-26Adding support for Matrix Transformation exportGaia Clary
2018-02-25merged collada rework from master into blender 2.8Gaia Clary
2018-02-24T45687: Rework the Export/Import of AnimationsGaia Clary
2018-02-17Merge branch 'master' into blender2.8Brecht Van Lommel
2018-02-16fix: limit precision also for animation matrixes if the limit option is set (...Gaia Clary
2018-02-16Fix rotation issues due to matrix to quaternion ambiguitiesGaia Clary
2018-01-26fix:T53271 now using the context scene layer as requestedGaia Clary
2018-01-01fix T53230: avoid Nullpointer problems in Collada ExporterGaia Clary
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-07-21Fix compilation error with Collada enabledSergey Sharybin
2017-06-24Collada: added new functions for improved material exporter (not used yet)Gaia Clary
2017-04-01fix: T50412 - collada: Replaced precision local limit function by blender's o...Gaia Clary
2017-03-23Collada - Added some helper functions into collada_utils, for common usage in...Gaia Clary
2016-09-24Fix: Collada Importer did not import the Blender Profile information correctl...Gaia Clary
2016-06-03changed use_connect from bool to a 3 state value (-1,0,1)Gaia Clary
2016-05-29added missing includeGaia 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
2013-07-30Collada: Import now always rotates input to match blender's Z_UP axisGaia Clary
2013-03-03Collada: exported normals now based on MPoly instead of MFaceGaia Clary
2013-03-02Collada: Added support for ngon export/import and added triangulate option to...Gaia Clary
2013-02-11Fix #33437 Collada: Added scale matching for Scene imports.Gaia Clary
2013-02-09fixed: [#34080] import of COLLADA breaks on '#' in filepathGaia Clary
2012-11-01remove BLI_utildefines from BKE_DerivedMesh.h headerCampbell Barton
2012-08-12fixed: [#32240] Collada import when nodes share geometry but not materialGaia Clary
2012-06-22Collada: (Export) Added export of surface textures, and control over exported...Gaia Clary