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-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
2014-08-09Intensity and color are now adjusted upon import to get correct valuesgaiaclary
2014-07-21Math Lib: rename mul_serie_m3 to mul_m3_series & reorder argsCampbell Barton
2014-07-20Math Lib: use variable length args for mul_serie_m3,m4 (instead of trailing N...Campbell Barton
2014-07-09Cleanup: silent C++11 warning (implicit double to float conversion) in Collad...Bastien Montagne
2014-06-29Fix T40829: Collada Export with 'Include Material Textures' selected crashes.Bastien Montagne
2014-05-22Don't write all uv textures, but only active uv layer.Nathan Letwory
2014-05-07Code cleanup: spelling/indentationCampbell Barton
2014-05-01Cleanup: Remove unused variables.Bastien Montagne
2014-05-01fix T39967: Added support for Import/export of vertex color layersgaiaclary
2014-04-27Fix T39921: Collada export creates invalid XML when using Track To constraintBastien Montagne
2014-04-27Fix T39919: Collada export crashes blender when using a "Copy Location" const...Bastien Montagne
2014-04-11API Cleanup: Use BKE_constraint prefix for constraint apiCampbell Barton
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
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 matr...gaiaclary
2014-02-19Added Maya restpose_matrix support via custom properties to Collada exportergaiaclary