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
2017-11-22Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-20Fix (unreported) Crash: broken RNA accessors to tesselated MCol data.Bastien Montagne
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-09-29Merge branch 'master' into blender2.8Campbell Barton
2017-09-29RNA: expose mesh vertex alphaCampbell Barton
2017-09-18Merge branch 'master' into blender2.8Campbell Barton
2017-09-18Cleanup: use clamped rounding functionsCampbell Barton
2017-08-22Cleanup: naming for mesh dirty flagsCampbell Barton
2017-08-01Merge branch 'master' into blender2.8Campbell Barton
2017-08-01Cleanup: use static vars where appropriateCampbell Barton
2017-07-20RNA: face-map accessCampbell Barton
2017-06-26Fix T51559: Update draw cache when changing flat/smooth shadingLuca Rood
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-05-25TexFace removal part 3Campbell Barton
2017-05-24TexFace removal part 2Campbell Barton
2017-05-24Remove TexFace, per-face imagesCampbell Barton
2017-05-04Vertex paint with draw managerLuca Rood
2017-05-03Weight painting with draw managerLuca Rood
2016-12-28Various UI message and API doc tweaks and fixes.Bastien Montagne
2016-12-12Refactor RNA property: split flags in property flags, parameter flags, and in...Bastien Montagne
2016-10-07Fix T49595: bpy - negative skin_vertices radius crashes BlenderBastien Montagne
2016-09-22RNA/UI: Allow displaying in tooltip why RNA property isn't editableJulian Eisel
2016-02-28BKE_mesh: add polygon flipping tools.Bastien Montagne
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-11-01Fix T46660: No need to set explicitely UI range of auto smooth angle anymore.Bastien Montagne
2015-10-23Cleanup: rename 'datablocks' -> 'data-blocks'Campbell Barton
2015-06-17Cleanup: duplicate includesCampbell Barton
2015-06-13Fix T45062: Make it clear in tooltip that 'double sided' mesh option only aff...Bastien Montagne
2015-05-16BMesh: add UV delimit for select-linked, dissolveCampbell Barton
2015-05-16BMesh: add sharp edge delimiterCampbell Barton
2015-04-23Expose CD_PAINT_MASK to Python APICampbell Barton
2015-03-09Fix T43332: Adding polygon int layer failedCampbell Barton
2015-02-20RNA: correct bool callbacksCampbell Barton
2015-02-16Extended RNA support for mesh customdata property layers.Lukas Tönne
2015-02-05Add Custom Loop Normals.Bastien Montagne
2014-11-30Cleanup: warnings & spaceCampbell Barton
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-04-15Math Lib: avoid having to pass a pre-calculated normal tot area_poly_v3Campbell Barton
2014-04-15Fix my last commit cad4bfe: Added 'use_' prefix to Freestyle edge/face mark p...Tamito Kajiyama
2014-04-15Revert part of last commit,Campbell Barton
2014-04-15Freestyle: Added missing mesh property definitions for Freestyle Edge/Face ma...Tamito Kajiyama
2014-04-15Style cleanup: C & pep8Campbell Barton
2014-04-13Split Normals I (1/5): basis for split normals (nearly nothing user-visible h...Bastien Montagne
2014-02-19Fix T38714: MeshPolygon.center not a Vector typeCampbell Barton
2014-02-09UI: use proportional option while dragging buttonsCampbell Barton
2014-01-24Add convinient access to full bitangent for loops (some export formats like F...Bastien Montagne
2014-01-11Add tangent space computation/access from RNA (i.e. python).Bastien Montagne
2013-09-20Fix [#36759] UV Project - Specified UV Map doesnt work properlyBastien Montagne
2013-09-20code cleanup: quiet rna warnings, remove remove_strict_flags() for cmake/rna.Campbell Barton