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
2013-03-04Collada: Added ngon support to Vertex Color exporterGaia Clary
2013-03-04code cleanup: unused vars in collada, preprocessor formatting & warning in mi...Campbell Barton
2013-03-04Collada: Fix: do not export controllers when shape_key exporting is disabledGaia Clary
2013-03-04Collada: Fix export of Normals where shading is set to smoothGaia Clary
2013-03-03Collada: exported normals now based on MPoly instead of MFaceGaia Clary
2013-03-03enable triangulation with collada, disable BLI_STATIC_ASSERT for C++.Campbell Barton
2013-03-03partial revert of collada triangulation code due to problems on linuxGaia Clary
2013-03-03Fix Collada build error in sconsGaia Clary
2013-03-02Collada: Added support for ngon export/import and added triangulate option to...Gaia Clary
2013-02-27Collada export: Add ngon support (initial)Gaia Clary
2013-02-27Fix various warnings with clang build, and adjust cmake clang warnings flagsBrecht Van Lommel
2013-02-25fix: #34427: Collada export crash with armatureGaia Clary
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2013-02-20fix #34049: Collada importer doesn't import armature. Added some comments to ...Gaia Clary
2013-02-20fix #34049: Collada importer doesn't import armature. Added support for 'root...Gaia Clary
2013-02-17fix #34284 Collada: update problem for vertex weights directly after import.Gaia Clary
2013-02-15Fix: Collada Import files with X_UP and Y_UP axis where imported with wrong o...Gaia Clary
2013-02-13Collada: Fixed import of textures with path settings relative to main import ...Gaia Clary
2013-02-13fix: remove extra qualification in headerGaia Clary
2013-02-12Fixed importing of shapekey names: name is now taken from geometry name inste...Gaia Clary
2013-02-12[#34062] Collada: fixed redundant transform information and order of creation...Gaia Clary
2013-02-12Fix: Collada Import of armatures only added the root boneGaia Clary
2013-02-11Collada Importer: Some code cleanup and optimization of the rescale functionGaia Clary
2013-02-11style cleanup: also some typosCampbell Barton
2013-02-11Fix #33437 Collada: Added scale matching for Scene imports.Gaia Clary
2013-02-10style cleanupCampbell Barton
2013-02-09[#33437](partial fix) Collada: importing a scene changes units. Added an opti...Gaia Clary
2013-02-09fixed: [#34080] import of COLLADA breaks on '#' in filepathGaia Clary
2013-02-08[#33955] Collada Model Import Hangs Blender. Optimized Object import for bett...Gaia Clary
2013-02-08fix: #34051 Collada export crashesGaia Clary
2013-02-08fixed collada import for objects which have NO childrenGaia Clary
2013-02-08fix null pointer issue when child nodes reference to unknown/invalid meshGaia Clary
2013-02-08fix warning message when imported Collada nodes have < 3 edges.Gaia Clary
2013-02-05* One more fix for Collada. Thomas Dinges
2013-02-05Attempt to fix collada compilation after recent commitSergey Sharybin
2013-02-04style cleanup: spaces -> tabsCampbell Barton
2013-02-02code style checker now tests for: 'SomeText{' (no space before {).Campbell Barton
2013-02-02style cleanupCampbell Barton
2013-02-01Fix some warnings in the collade code, but did not fix two because they seemBrecht Van Lommel
2013-01-21Fix compile with collada enabledJens Verwiebe
2013-01-21Fix building for new collada...Bastien Montagne
2013-01-21Added gsoc-2012 collada improvements from bratwurst branchGaia Clary
2013-01-16style cleanupCampbell Barton
2012-12-31Alpha premul pipeline cleanupSergey Sharybin
2012-12-29style cleanupCampbell Barton
2012-12-23Compilation fix for colladaSergey Sharybin
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-12revert recent code cleanup which introduced const parametersGaia Clary
2012-12-11fix for warnings/errors in recent commitsCampbell Barton
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton