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
2018-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-06-14Cleanup: remove last G.main's from Collada code.Bastien Montagne
2018-06-08Cleanup: trailing spaceCampbell Barton
2018-05-29Cleanup: Get rid of G.main in BKE_material.Bastien Montagne
2018-05-07Cleanup: rename char/float conversion functionsCampbell Barton
2018-04-16Cleanup: indentationCampbell Barton
2018-04-16Cleanup: indentationCampbell Barton
2018-03-11fix Collada: wrong usage of pointer and hidden redeclarationGaia Clary
2017-06-15Fix collada importer doing own handling of usercount/freeing.Bastien Montagne
2017-05-27Remove MinGW supportAaron Carlisle
2016-11-13fix T50004: Removed check for empty mesh and adjusted the vertex import funct...Gaia Clary
2016-06-18Cleanup: style, whitespace, doxy filepathsCampbell Barton
2016-06-14fix T48602: Changed The Collada validator to treat faces with < 3 verts as Wa...Gaia Clary
2016-06-03fix T48389 (wip) added warning for loops that define holes (polygons with hol...Gaia Clary
2016-05-26fix: Import of meshes with holes is now reported as WARNING (unsupported)Gaia Clary
2016-04-25Refactor BKE_blender into separate headersCampbell Barton
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
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-02-05Mesh validate: add an option to not clean temp/cache CDLayers.Bastien Montagne
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-23cleanup: styleCampbell Barton
2014-08-22Fix T41528: Error message on trying to import COLLADA triangle strips is wrongThomas Dinges
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-02-08T38482: Fixed the Crashing. If the same UV Layer is referenced multiple times...gaiaclary
2014-01-15Fix collada and freestyle module compile errors after recent commit, forgot toBrecht Van Lommel
2013-09-21style cleanup: whitespace & odd indentationCampbell Barton
2013-09-20Ensure positions can be read for sources that have strideNathan Letwory
2013-09-05code cleanup:Campbell Barton
2013-08-02fix(Collada): wrong usage of the set attribute with multiple UV setsGaia Clary
2013-07-19code cleanup: case & brace placementCampbell Barton
2013-05-28code cleanup: lots of calls to BKE_mesh_calc_normals_mapping were not using t...Campbell Barton
2013-05-28Added missing recalculate of normals after mesh importGaia Clary
2013-04-19Fix #35014: collada import crash with UV coordinates.Brecht Van Lommel
2013-03-18code cleanupCampbell Barton
2013-03-17code cleanup: name mesh functions more consistently, also use bools for mesh ...Campbell Barton
2013-03-16object converting curve/mball to a mesh would give invalid selection state (e...Campbell Barton
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-02Collada: Added support for ngon export/import and added triangulate option to...Gaia Clary
2013-02-12Fixed importing of shapekey names: name is now taken from geometry name inste...Gaia Clary
2013-02-08fix warning message when imported Collada nodes have < 3 edges.Gaia Clary
2013-02-05Attempt to fix collada compilation after recent commitSergey Sharybin
2013-01-21Added gsoc-2012 collada improvements from bratwurst branchGaia Clary
2012-12-29style cleanupCampbell Barton
2012-12-06Fix #33421: collada import of a mesh with loose edges did not draw the edges ...Brecht Van Lommel
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton