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-14Cleanup: remove last G.main's from Collada code.Bastien Montagne
2018-06-08Cleanup: trailing spaceCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-03-17Refactor: Collada: remove param, changed order of params in Function callGaia Clary
2018-03-11Fix Collada: Avoid unnecessary and even wrong check on unavailable dataGaia Clary
2018-02-27Collada: Remove obsolete codeGaia 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: removed unused variables. fixed incompatible format in console outpu...Gaia Clary
2018-02-26Adding support for Matrix Transformation exportGaia Clary
2018-02-26collada: fix typo in if statementGaia Clary
2018-02-24T45687: Rework the Export/Import of AnimationsGaia Clary
2018-02-16fix: limit precision also for animation matrixes if the limit option is set (...Gaia Clary
2017-09-26Cleanup: indentationCampbell Barton
2017-07-17fix T52065: Joint ID was generated wrong for bone animation exportsGaia Clary
2015-10-26Cleanup: warning & whitespaceCampbell Barton
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-03Cleanup: collada had own defined Global (why?)Campbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2014-04-27Fix T39919: Collada export crashes blender when using a "Copy Location" const...Bastien Montagne
2014-04-11API Cleanup: Use BKE_constraint prefix for constraint apiCampbell Barton
2014-01-31Fix for T32843gaiaclary
2014-01-26Fix T38366: export collada crash - if you set a keyframeBastien Montagne
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-10-03Changed some labels from Second Life to OpenSimGaia Clary
2013-06-26Avoid blender crash during collada export (when armature has animation data)Gaia Clary
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-06Fix #35229: collada crash exporting constraints with no target set.Brecht Van Lommel
2013-03-18style cleanupCampbell Barton
2013-03-08style cleanupCampbell Barton
2013-03-07Collada fixed Collada ID name for exported animation curvesGaia Clary
2013-03-07Collada: Added option for how rot,loc,trans data is exported (improves flexib...Gaia Clary
2013-02-10style cleanupCampbell Barton
2013-02-04style cleanup: spaces -> tabsCampbell Barton
2013-02-02code style checker now tests for: 'SomeText{' (no space before {).Campbell Barton
2013-02-01Fix some warnings in the collade code, but did not fix two because they seemBrecht Van Lommel
2013-01-21Added gsoc-2012 collada improvements from bratwurst branchGaia Clary
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-08-06COLLADA: report #32237 fixed Camera exporter and Importer to use correct cam...Gaia Clary
2012-06-17style cleanup:Campbell Barton
2012-06-13Collada: fixed a few loops to only loop over the list of exported objects, in...Gaia Clary
2012-06-13style cleanupCampbell Barton
2012-06-13patch #31794 Collada: make exporter more robust, now uses BKE_object_relation...Gaia Clary
2012-05-09style cleanup: whitespace/operatorsCampbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-28style cleanupCampbell Barton