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-09-24Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-09-19Merge branch 'master' into blender2.8Campbell Barton
2018-07-13Merge branch 'master' into blender2.8Campbell Barton
2018-07-13Cleanup: right shift argumentsCampbell Barton
2018-07-01Merge branch 'master' into blender2.8Campbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-27Cleanup: remove some more DM usages...Bastien Montagne
2018-05-16Add BKE_mesh_is_validMai Lavelle
2018-03-23Merge branch 'master' into blender2.8Campbell Barton
2018-03-23Cleanup: stray tabsCampbell Barton
2018-02-15Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2017-05-28Merge branch 'master' into blender2.8Bastien Montagne
2017-05-26Fix T50851: Array modifier generating invalid geometry.Bastien Montagne
2017-05-25TexFace removal part 3Campbell Barton
2017-04-06Depsgraph: Remove old header from blenkernelSergey Sharybin
2016-05-17C99/C++11: replace deprecated finite() by isfinite().Brecht Van Lommel
2015-11-23Cleanup: shadowing (blenkernel)Campbell Barton
2015-11-16Fix/enhance BKE_mesh_validate_arrays.Bastien Montagne
2015-10-07Fix mesh validate: 'r_changed' ignored loop editsCampbell Barton
2015-08-20Fix T45514 crash entering texpaint mode.Antony Riakiotakis
2015-06-19Cleanup: fix mismatch in printf formating (int/unsigned int).Bastien Montagne
2015-04-07Use BKE_edgehash_ensure_p where possibleCampbell Barton
2015-03-03Fix mesh-validate for polys using successive vertsCampbell Barton
2015-02-26mesh_validate: don't add invalid edges into the hashCampbell Barton
2015-02-24Fix BKE_mesh_validate_arrays, ignored do_fixesCampbell Barton
2015-02-05Mesh validate: add an option to not clean temp/cache CDLayers.Bastien Montagne
2014-11-21Cleanup: typoCampbell Barton
2014-08-19Fix crash in BKE_mesh_validate_arraysCampbell Barton
2014-08-19Fix mesh validate skipping first vertexCampbell Barton
2014-07-25Fix bug in validate mesh code (could use index out of range).Bastien Montagne
2014-07-17Add helper to validate (and fix) material indices of meshes' polygons, curves...Bastien Montagne
2014-04-26Code cleanup: use 'const' for arrays (blenkernel)Campbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-01-17Code Cleanup: spellingCampbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-12Fix [#37380] vertex paint colors don't render.Bastien Montagne
2013-09-25fix error where BKE_mesh_cd_validate layer renaming would use invalid index v...Campbell Barton
2013-09-20Fix [#36759] UV Project - Specified UV Map doesnt work properlyBastien Montagne
2013-09-16fix [#36291] Applying subsurf to mesh or setting subdivisions to zero crashes...Campbell Barton
2013-09-09move mesh evaluation functions (normal, mapping, smooth group... etc, calcula...Campbell Barton
2013-09-04fix for building on msvcCampbell Barton
2013-09-04debug option for modifier stack calculation USE_MODIFIER_VALIDATE,Campbell Barton
2013-08-24use reserve argument for more edgehashsCampbell Barton
2013-08-24when the size of an edgehash is known or can be guessed,Campbell Barton
2013-08-24edge hash: take an arg for the guarded-malloc string (as ghash does)Campbell Barton
2013-07-27code cleanup: typosCampbell Barton