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-03-11Fix Collada: Avoid unnecessary and even wrong check on unavailable dataGaia Clary
2018-03-11Cleanup Collada: Make sure index variables are not reusedGaia Clary
2018-03-11Cleanup Collada: make sure float array is initialisedGaia Clary
2018-03-11Refactor Collada: combined 2 almost identical functions into oneGaia Clary
2018-02-28Collada: Make EvaluationContext const as its only used for reading hereGaia Clary
2018-02-28collada: call from operator to Collada exporter/importer now uses structures ...Gaia Clary
2018-02-28Collada: Moved structure definitions for export settings to the exportSetting...Gaia Clary
2018-02-27Collada: Remove obsolete codeGaia Clary
2018-02-27fix: Collada Matrixdata Importer tried to fix rotations where nothing was to ...Gaia Clary
2018-02-27Collada: removed unnecessary dup[licate matrix conversion in matrix data expo...Gaia Clary
2018-02-27Collada: Remove unused vector of flaot[4][4] valuesSergey Sharybin
2018-02-27Collada: Use floating point version of abs()Sergey Sharybin
2018-02-27Collada: removed unused variables. fixed incompatible format in console outpu...Gaia Clary
2018-02-26simplified collada integration in Blender. made functions mostly similar with...Gaia Clary
2018-02-26Adding support for Matrix Transformation exportGaia Clary
2018-02-26collada: fix typo in if statementGaia Clary
2018-02-26Revert "changing collada parameters"Campbell Barton
2018-02-25changing collada parametersGaia Clary
2018-02-24T45687: Rework the Export/Import of AnimationsGaia Clary
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-02-02fix: silence warnings about unused local variable (thanks to dfelinto for the...Gaia Clary
2018-02-02fix: unintentionally commented out collada animation exportGaia Clary
2018-02-01fix T50198: The OpenCollada error handler must return true after detecting un...Gaia Clary
2018-01-16Cleanup: indentationCampbell Barton
2018-01-01fix T53230: avoid Nullpointer problems in Collada ExporterGaia Clary
2017-12-14Fix T53322: Collada export crash w/ shape keysCampbell Barton
2017-12-07Fix Collada buildingDalai Felinto
2017-12-07Cleanup: extract BKE_colorband from BKE_textureCampbell Barton
2017-11-08Silence warning from ColladaDalai Felinto
2017-09-29Collada: export vertex-color alphaCampbell Barton
2017-09-26Cleanup: indentationCampbell Barton
2017-09-21fix T52831 removed enforcement of matrix decomposition when animations are ex...Gaia Clary
2017-07-17fix T52065: Joint ID was generated wrong for bone animation exportsGaia Clary
2017-06-27Cleanup: remove unused functionCampbell Barton
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-25fix: collada: removed unnecessary extra qualificationGaia 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: change image export: export either UV Textures or Materials. ThisGaia Clary
2017-06-24Collada: improved Error handling: Avoid shutdown of Blender when the Collada ...Gaia Clary
2017-06-24Collada: added new functions for improved material exporter (not used yet)Gaia Clary
2017-06-15Fix collada importer doing own handling of usercount/freeing.Bastien Montagne
2017-05-27Remove MinGW supportAaron Carlisle
2017-04-03Collada - add flag to limit precision of exported data, mainly to simplify de...Gaia Clary
2017-04-03fix: collada - do proper conversion from int to bool (as with other nearby pa...Gaia Clary
2017-04-01fix: T50412 - collada: Replaced precision local limit function by blender's o...Gaia Clary