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-01-10fix T60049: Collada Exporter: When exporting multiple UVs, the set index must...Gaia Clary
2018-12-01fix T58293 Collada: Does not export Texture coordinates when option 'only sel...Gaia Clary
2018-11-28cleanup: Collada replaced outdated usage of CD_MTFACE Layers by CD_MLOOPUVGaia Clary
2018-11-24refactor: Collada reorganize class constructorsGaia Clary
2018-11-23Partial rewrite of the Collada Module for Blender 2.8Gaia Clary
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-10-11Merge branch 'master' into blender2.8Campbell Barton
2018-10-11Cleanup: style (pointers)Campbell Barton
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell 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-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-16Cleanup: indentationCampbell Barton
2018-03-11fix Collada: wrong usage of pointer and hidden redeclarationGaia Clary
2017-12-14Fix broken collada from recent merge rBb83b6afe5572ae29b4ad105dd8001c3343e2205b.Bastien Montagne
2017-12-14Merge branch 'master' into blender2.8Campbell Barton
2017-12-14Fix T53322: Collada export crash w/ shape keysCampbell Barton
2017-09-29Merge branch 'master' into blender2.8Campbell Barton
2017-09-29Collada: export vertex-color alphaCampbell Barton
2017-09-26Merge branch 'master' into blender2.8Campbell Barton
2017-09-26Cleanup: indentationCampbell Barton
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-07-21Fix compilation error with Collada enabledSergey Sharybin
2017-06-25Collada: Exporter now only exports either 'Materials' or 'UV Textures as Mate...Gaia Clary
2017-06-25fix: T51622 The exporter now exports meshes as <Triangles> when all contained...Gaia Clary
2017-06-25fix: Collada fprintf needs std::string be converted to char *Gaia Clary
2017-06-25Collada: Fix: Geometry exporter did not create all polylist when meshes are o...Gaia Clary
2017-06-24collada: export UV Textures as materials. Note: the reimport of the exported ...Gaia Clary
2017-06-24Collada: added new functions for improved material exporter (not used yet)Gaia Clary
2015-05-30fix T44884: corrected a wrong usage of the CustomLayer API (due to a misunder...Gaia Clary
2015-05-29fix T44884: Index counter for active UV Map used wrong offsetGaia Clary
2015-05-11Collada Exporter: sanitize a bit lnor export.Bastien Montagne
2015-05-06collada:custom normals generated by normals modifier have not been exported c...Gaia Clary
2015-04-16Added Support for Custom Vertex Normals to Collada exporterGaia Clary
2014-11-17Cleanup: rename `BKE_key_convert/update` to `BKE_keyblock_convert/update`.Bastien Montagne
2014-05-01Cleanup: Remove unused variables.Bastien Montagne
2014-05-01fix T39967: Added support for Import/export of vertex color layersgaiaclary
2014-01-15Fix collada and freestyle module compile errors after recent commit, forgot toBrecht Van Lommel
2013-12-10Fix T37753: encapsulated the creation of the source ID into one function to e...gaiaclary
2013-06-03fix [#35592] Collada (DAE) exporter messes up vertex colorsCampbell Barton
2013-04-25fix:#35073 face normals calculation used wrong mloop indexGaia Clary
2013-03-18style cleanupCampbell Barton
2013-03-04Collada: Added ngon support to Vertex Color exporterGaia Clary
2013-03-04code cleanup: unused vars in collada, preprocessor formatting & warning in mi...Campbell Barton
2013-03-04Collada: Fix export of Normals where shading is set to smoothGaia Clary