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
2015-06-19Cleanup: fix mismatch in printf formating (int/unsigned int).Bastien Montagne
2015-06-12BLI_linklist, avoid full list search for appendCampbell Barton
2015-05-30fix T44884: corrected a wrong usage of the CustomLayer API (due to a misunder...Gaia Clary
2015-05-29fix T44884: Index counter for active UV Map used wrong offsetGaia Clary
2015-05-27fix:T44856 reverted triangluation back to bmesh ( apparently broken by commit...Gaia Clary
2015-05-11Collada Exporter: sanitize a bit lnor export.Bastien Montagne
2015-05-10fix T44648: Collada finding bone chains during import crashes when no bones a...Gaia Clary
2015-05-06collada:custom normals generated by normals modifier have not been exported c...Gaia Clary
2015-05-04Add name argument to data creation API callsCampbell Barton
2015-05-03Added name attribute to instance_geometry nodes (request for Second Life)Gaia Clary
2015-04-16Added Support for Custom Vertex Normals to Collada exporterGaia Clary
2015-04-15Cleanup: warnings, wsCampbell Barton
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-03-30missed last commitCampbell Barton
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-28Fix collada compile after BKE cleanupJens Verwiebe
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-13Add argument to DM_to_mesh() function to take ownership over the DMSergey Sharybin
2015-03-05Revert "COLLADA - support for shadeless material (SHADER_CONSTANT)"Gaia Clary
2015-03-05COLLADA - support for shadeless material (SHADER_CONSTANT)Gaia Clary
2015-03-04fix T43094 Added check for out of bounds in vertex color arrayGaia Clary
2015-03-03Cleanup: remove unused collada conversionCampbell Barton
2015-03-03Fix T43151: Collada meshes crash BlenderCampbell Barton
2015-03-03Cleanup: collada had own defined Global (why?)Campbell Barton
2015-02-11Fix T43297 The Exporter assumed ANSII encoding but we need to support UTF-8 i...Gaia Clary
2015-02-06cleanup: styleCampbell Barton
2015-02-05Mesh validate: add an option to not clean temp/cache CDLayers.Bastien Montagne
2015-02-04Fix T43366 export/import materials inconsistentGaia Clary
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-24BKE_image: use BKE_image_*** prefixCampbell Barton
2015-01-23cleanup: styleCampbell Barton
2015-01-21Cleanup: styleCampbell Barton
2015-01-11Cleanup: quite some harmless but noisy warnings from gcc...Bastien Montagne
2015-01-07Fix for bool flag useCampbell Barton
2014-12-29Fix stupid handling of 'Object.matrix_local' in RNA.Bastien Montagne
2014-12-22partial revert ab6417aa9ff8cbd4831c3ed1837742c1178be25a was too strictGaia Clary
2014-12-08Fix Mesh Objects with missing textures or wrong texture path now import witho...Gaia Clary
2014-12-01Collada Importer: Separated finding bone chains and fixing leaf bone orientat...Gaia Clary
2014-12-01Improved Collada Armature ImportGaia Clary
2014-11-19Refactor: Move part of vgroup handling code from ED_mesh/object_vgroup.c to B...Bastien Montagne
2014-11-17Cleanup: rename `BKE_key_convert/update` to `BKE_keyblock_convert/update`.Bastien Montagne
2014-11-16Cleanup: use BLI_listbase_count_ex to avoid redundant loopingCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-10-30Math Lib: add transpose_m3_m3, m3_m4, m4_m4Campbell Barton
2014-09-30fix T42022 Attempt to export empty set of objects resulted in an exceptiongaiaclary
2014-09-01Fix opencollada not compiling after recent changes.Antony Riakiotakis
2014-08-25Simplified Collada error message for unknown references.gaiaclary
2014-08-25Fix T41513 Avoid adding NULL values into object lists when lamp- and controll...gaiaclary
2014-08-22Fix T41528: Error message on trying to import COLLADA triangle strips is wrongThomas Dinges
2014-08-17CleanupCampbell Barton