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
2016-11-26fix T50118: Added missing assignment of Bone RollGaia Clary
2016-11-25Math Lib: rotate matrix cleanupCampbell Barton
2016-11-13fix T50004: Removed check for empty mesh and adjusted the vertex import funct...Gaia Clary
2016-11-02COLLADA: Removed obsolete Export select option 'Both' which created invalid d...Gaia Clary
2016-09-24Collada: Trying to get rid of some warning messages on linuxGaia Clary
2016-09-24Collada: Trying to get rif of some warning messages on linuxGaia Clary
2016-09-24Fix: Collada Importer did not import the Blender Profile information correctl...Gaia Clary
2016-09-20regression fix for 1346482d23f167fa57049128384246397fda8d27: The length of le...Gaia Clary
2016-08-16Fix two memleaks found by coverity.Bastien Montagne
2016-07-16Cleanup: spellingCampbell Barton
2016-07-15fix T48857: Improved the handling of Material Alpha, based on patch D1949 wit...Sandy Carter
2016-07-15Collada: changed specification of material alpha from using transparency to u...Gaia Clary
2016-07-14fix T48857: Added support for transparency (used Patch D1949 from bwrsandman ...Gaia Clary
2016-07-14Cleanup: comment blocksCampbell Barton
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-02Correction for MSVCCampbell Barton
2016-07-02Cleanup: comment blocksCampbell Barton
2016-07-01BMesh: make toolflags optionalCampbell Barton
2016-06-18Cleanup: style, whitespace, doxy filepathsCampbell Barton
2016-06-14fix T48602: Changed The Collada validator to treat faces with < 3 verts as Wa...Gaia Clary
2016-06-03changed use_connect from bool to a 3 state value (-1,0,1)Gaia Clary
2016-06-03fix T48389 (wip) added warning for loops that define holes (polygons with hol...Gaia Clary
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 exporter: fixed wrong check for bone roll valueGaia 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-05-26fix: Import of meshes with holes is now reported as WARNING (unsupported)Gaia Clary
2016-05-26fix: Import of meshes with holes is now reported as WARNING (unsupported)Gaia Clary
2016-04-29Cleanup: warnings. spellingCampbell Barton
2016-04-29Fix broken Collada from rBrB6d0cae56e84306ed.Bastien Montagne
2016-04-25Refactor BKE_blender into separate headersCampbell Barton
2016-02-21fix T47484: Added fallback solution (copy exported file when rename is not su...Gaia Clary
2016-02-20fix T47484: Added proper error reporting for Collada ExporterGaia Clary
2016-02-20fix T47484: Added final status of exported file to Blender consoleGaia Clary
2016-02-19fix T47484: replaced tempnam() by simple name 'untitled'Gaia Clary
2016-01-04Remove SCons building systemSergey Sharybin
2015-12-28Cleanup: style, indentationCampbell Barton
2015-12-28Cleanup: use BLI_libblock prefix for id functionsCampbell Barton
2015-12-28Changes to rename_id function:Antony Riakiotakis
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-12-01Cleanup: Collada: make gcc (partially) happy.Bastien Montagne
2015-11-27fix T46868: added workaround for a collada issue with UTF8 filenamesGaia Clary
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-11-05Correct error in recent commitCampbell Barton
2015-10-26Cleanup: warning & whitespaceCampbell Barton
2015-10-12Fix T46444: Crash importing DAE w/ empty armatureCampbell Barton
2015-09-11Fix memory leaks in collada importCampbell Barton
2015-09-11Fix T46074: Collada crashes importing animationCampbell Barton