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
2017-05-28Merge branch 'master' into blender2.8Bastien Montagne
2017-05-27Remove MinGW supportAaron Carlisle
2017-05-25TexFace removal part 3Campbell Barton
2017-05-24Fix compiler error for VS2017Antonio Vazquez
2017-05-24Remove TexFace, per-face imagesCampbell Barton
2017-04-06Depsgraph: Remove old depsgraph header from colladaSergey Sharybin
2017-04-05Depsgraph: Remove all layer bit flags related checksSergey Sharybin
2017-04-04Collada export cleanupDalai Felinto
2017-04-04Fix collada exporting for Blender 2.8Dalai Felinto
2017-04-03Merge branch 'master' into blender2.8Sergey Sharybin
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
2017-03-25Merge branch 'master' into blender2.8Campbell Barton
2017-03-23Collada - Export: now use bind_mat and rest_mat custom properties (when the u...Gaia Clary
2017-03-23Collada - Import: now add bind_mat and rest_mat as custom properties (when th...Gaia Clary
2017-03-23Collada - remove no longer used functions (moved to collada_utils)Gaia Clary
2017-03-23Collada - Added support for custom bind matrix (using new bind_mat custom pro...Gaia Clary
2017-03-23Collada - removed TransformBase baseclass (not needed for anything)Gaia Clary
2017-03-23Collada - Added some helper functions into collada_utils, for common usage in...Gaia Clary
2017-03-23Added new option for storing bindpose matrix, see T50412Gaia Clary
2017-03-23collada: Simplify reading Node MatrixGaia Clary
2017-03-23collada: Make sure that bone use_conncet is set to false when connect type is...Gaia Clary
2017-03-23collada: add extern 'C' for c header includesGaia Clary
2017-03-23fix: collada - Connected bones get their tails set to wrong location when fix...Gaia Clary
2017-03-23collada: use local variable to avoid repeated call of bone chain_length_calcu...Gaia Clary
2017-03-23collada: use vector copy function instead of direct assigningGaia Clary
2017-03-14Merge branch 'master' into blender2.8Campbell Barton
2017-03-14fix D2552: Collada - Follow up change to complete the fix in rBda6cd7762810 (...Gaia Clary
2017-03-14Collada simplify: avoid duplicate negation in booleanGaia Clary
2017-03-14fix D2552: Collada - use unique id for bones with same name but in different ...Jon Allee
2017-02-23Merge branch 'master' into blender2.8Bastien Montagne
2017-02-19Fix a few compiler warnings with macOS / clang.Brecht Van Lommel
2017-02-07Fix broken COLLADA building.Bastien Montagne
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2017-01-29fix D2489: Collada exporter broke edit data when exporting Armature while in ...Gaia Clary
2017-01-28fix D2489: Collada exporter broke edit data when exporting Armature while in ...Gaia Clary
2017-01-16Cleanup/refactor: Add new BLI_string_util.Bastien Montagne
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