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-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-06-03changed use_connect from bool to a 3 state value (-1,0,1)Gaia Clary
2016-05-29Added support for non numeric bone layer labels (could happen when importing ...Gaia 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
2015-10-12Fix T46444: Crash importing DAE w/ empty armatureCampbell Barton
2015-08-06Cleanup: whitespace, unused varCampbell Barton
2015-05-10fix T44648: Collada finding bone chains during import crashes when no bones a...Gaia Clary
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-11Cleanup: quite some harmless but noisy warnings from gcc...Bastien Montagne
2014-12-01Collada Importer: Separated finding bone chains and fixing leaf bone orientat...Gaia Clary
2014-12-01Improved Collada Armature ImportGaia Clary
2014-11-17Cleanup: rename `BKE_key_convert/update` to `BKE_keyblock_convert/update`.Bastien Montagne
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-30Style cleanupCampbell Barton
2014-02-27Fix T38847: Reject reuse of child bones as root bones. That doesn't make sens...gaiaclary
2013-12-17Fix compile after last commit, casting to (bArmature *), kudos to JesterKingJens Verwiebe
2013-12-17'Transform' Python Function for armature, curve and lattice.Campbell Barton
2013-10-31code cleanup: spellingCampbell Barton
2013-07-30apply world matrix only to armature, Bones and children get it implicit via p...Gaia Clary
2013-07-30Collada: unit converter was not initialized for ArmatureImporterGaia Clary
2013-07-27Import of single bones used infinite bone sizeGaia Clary
2013-07-18Leaf bone length calculation used wrong bone tailGaia Clary
2013-07-18Fix: #36184 Collada import/export... leaf bone size was not set as needed.Gaia Clary
2013-07-14fix: #36060 Collada Import: animated armature+mesh problemGaia Clary
2013-07-14Removed unused paramter from ArmatureImporter:add_joint()Gaia Clary
2013-05-26BLI_math rename functions:Campbell Barton
2013-03-26style cleanup:Campbell Barton
2013-03-18style cleanupCampbell Barton
2013-03-15code cleanup: rename BKE_mesh_to_curve_ex --> BKE_mesh_to_curve_nurblist,Campbell Barton
2013-02-27Fix various warnings with clang build, and adjust cmake clang warnings flagsBrecht Van Lommel
2013-02-17fix #34284 Collada: update problem for vertex weights directly after import.Gaia Clary
2013-02-12Fixed importing of shapekey names: name is now taken from geometry name inste...Gaia Clary
2013-02-10style cleanupCampbell Barton
2013-02-04style cleanup: spaces -> tabsCampbell 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-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-06-24style cleanypCampbell Barton
2012-06-14fix a nullpointer exception when data missing in dae fileGaia Clary
2012-06-13style cleanupCampbell Barton
2012-05-22style cleanup: brace placement.Campbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-04Fix #31258: collada now selects newly added objects after import.Brecht Van Lommel
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