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
2018-06-24Nuke DM out of collada code.Bastien Montagne
2018-06-20Depsgraph: add some missing depsgraph tags when relations change.Brecht Van Lommel
2018-06-14Cleanup: some remaining G.main's in COllada in 2.8...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-13Merge branch 'master' into blender2.8Bastien Montagne
2018-06-13Cleanup: get rid of last G.main in BMesh code.Bastien Montagne
2018-06-08Merge branch 'master' into blender2.8Campbell Barton
2018-06-08Cleanup: trailing spaceCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-16Merge branch 'master' into blender2.8Campbell Barton
2018-04-16Cleanup: indentationCampbell Barton
2018-04-16Fix stubsCampbell Barton
2018-02-28collada: EvaluationContext is now feeded into the class instances of Animatio...Gaia Clary
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:T50079 collada matrix and blender matrix are transposed. This was not reg...Gaia Clary
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-12-01Groups and collection: initial integrationDalai Felinto
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-08Farewell Scene->baseDalai Felinto
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-07-21Fix compilation error with Collada enabledSergey Sharybin
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-06-24Collada: added new functions for improved material exporter (not used yet)Gaia Clary
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-04-06Depsgraph: Remove old depsgraph header from colladaSergey Sharybin
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-07-14Cleanup: comment blocksCampbell Barton
2016-07-02Correction for MSVCCampbell Barton
2016-07-02Cleanup: comment blocksCampbell Barton
2016-07-01BMesh: make toolflags optionalCampbell Barton
2016-05-29added missing includeGaia Clary
2016-05-29fixed some incompatible definitions (to make this work also on linux)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-04-29Fix broken Collada from rBrB6d0cae56e84306ed.Bastien Montagne