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 (Collapse)Author
2015-06-19Cleanup: fix mismatch in printf formating (int/unsigned int).Bastien Montagne
Noisy and annoying with new gcc5...
2015-02-06cleanup: styleCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-08-17CleanupCampbell Barton
2014-07-09Cleanup: silent C++11 warning (implicit double to float conversion) in ↵Bastien Montagne
Collada code.
2014-02-23T38763 Fix: avoid NPE When no custom properties are definedgaiaclary
2014-02-19added support for double,float and int property values for maya restpose ↵gaiaclary
matrix properties
2014-02-19Added Maya restpose_matrix support via custom properties to Collada exportergaiaclary
2014-01-15Fix collada and freestyle module compile errors after recent commit, forgot toBrecht Van Lommel
compile with those enabled.
2013-10-03Changed some labels from Second Life to OpenSimGaia Clary
2013-07-18Avoid creating Morph Controllers when shape key export is disabledGaia Clary
2013-05-26BLI_math rename functions:Campbell Barton
- mult_m4_m4m4 -> mul_m4_m4m4 - mult_m3_m3m4 -> mul_m3_m3m4 these temporary names were used to avoid problems when argument order was switched.
2013-03-18style cleanupCampbell Barton
2013-03-04code cleanup: unused vars in collada, preprocessor formatting & warning in ↵Campbell Barton
mingw. also compiling without bullet needed a stub added.
2013-03-02Collada: Added support for ngon export/import and added triangulate option ↵Gaia Clary
to export
2013-02-27Fix various warnings with clang build, and adjust cmake clang warnings flagsBrecht Van Lommel
to include a few more that gcc is using too.
2013-02-25fix: #34427: Collada export crash with armatureGaia Clary
2013-02-10style cleanupCampbell Barton
2013-02-08fix: #34051 Collada export crashesGaia Clary
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
to indicate bugs, left a comment about those.
2013-01-21Added gsoc-2012 collada improvements from bratwurst branchGaia Clary