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-01-04Remove SCons building systemSergey Sharybin
2015-12-28Cleanup: style, indentationCampbell Barton
2015-12-28Cleanup: use BLI_libblock prefix for id functionsCampbell Barton
2015-12-28Changes to rename_id function:Antony Riakiotakis
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-12-01Cleanup: Collada: make gcc (partially) happy.Bastien Montagne
2015-11-27fix T46868: added workaround for a collada issue with UTF8 filenamesGaia Clary
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-11-05Correct error in recent commitCampbell Barton
2015-10-26Cleanup: warning & whitespaceCampbell Barton
2015-10-12Fix T46444: Crash importing DAE w/ empty armatureCampbell Barton
2015-09-11Fix memory leaks in collada importCampbell Barton
2015-09-11Fix T46074: Collada crashes importing animationCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-06Cleanup: whitespace, unused varCampbell Barton
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