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-22Eevee : SSS : Add Translucency support.Clément Foucault
2017-11-14Eevee: Initial Separable Subsurface Scattering implementation.Clément Foucault
2017-10-25Fix T52392: Node materials (Materials and World) not updated in viewportDalai Felinto
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-07Cleanup: style, duplicate includesCampbell Barton
2017-08-10Eevee: Refraction: Add "thickness" parameter.Clément Foucault
2017-08-10Eevee: Refraction: Make it available for opaque materials.Clément Foucault
2017-08-10Eevee: Add Screen Space Refraction.Clément Foucault
2017-07-11Eevee: Transparency: Add transparent Shadow method UI.Clément Foucault
2017-07-11Eevee: Transparency: Add hide backside option.Clément Foucault
2017-07-11Eevee: Transparency: Add Alpha Blend mode.Clément Foucault
2017-07-11Eevee: Transparency: Add support for blend ADD and MULTIPLY.Clément Foucault
2017-07-11Eevee: Add support for Alpha clip and Hashed Alpha transparency.Clément Foucault
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-05-24Remove TexFace, per-face imagesCampbell Barton
2017-03-30Layers: use IDProperty and override collection properties systemDalai Felinto
2017-02-07Clay-Engine (merge clay-engine)Clément Foucault
2016-12-12Refactor RNA property: split flags in property flags, parameter flags, and in...Bastien Montagne
2016-09-22RNA/UI: Allow displaying in tooltip why RNA property isn't editableJulian Eisel
2016-08-30Correct render pass identifier usage in toolitpsAaron Carlisle
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-10-23Cleanup: rename 'datablocks' -> 'data-blocks'Campbell Barton
2015-10-06Cleanup: return PROP_EDITABLE rna flagCampbell Barton
2015-07-06Cleanup: style, spellingCampbell Barton
2015-07-04RNA: Match enum string to UI nameCampbell Barton
2015-07-03BGE: Add alpha to coverage render mode.Porteries Tristan
2015-03-28Cleanup: use BKE_texture_ prefixCampbell Barton
2015-01-28Fix clicking into texpaint slots not changing active image in blenderAntony Riakiotakis
2014-09-22Projective painting:Antony Riakiotakis
2014-09-16Fix part of T41739: Solid 3DView not updating when enabling/disabling nodal m...Bastien Montagne
2014-09-10Fix crash in active_paint_texture_index callbackCampbell Barton
2014-08-28Texture painting:Antony Riakiotakis
2014-08-28Texture paint system:Antony Riakiotakis
2014-08-26Add operator that deletes a texture paint layer for blender internal.Antony Riakiotakis
2014-07-28Fix invalid RNA limitsCampbell Barton
2014-07-25Minor changes:Antony Riakiotakis
2014-07-23Texture painting:Antony Riakiotakis
2014-07-22Fix T41141, can't paint texture in cycles.Antony Riakiotakis
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-07Fix T40775: Clearing material texture slot through Python does not update 3D ...Sergey Sharybin
2014-07-07Per-material line color settings for Freestyle.Tamito Kajiyama
2014-07-04Bugfix T40945: Typo in tooltip for SSS propertyJoshua Leung
2014-05-19Style cleanupCampbell Barton
2014-05-16Fix part of T39708, don't overupdate particles when changine activeAntony Riakiotakis
2014-04-23Blender Internal: Add material property "Cast" which can disable both ray and...IRIE Shinsuke
2014-02-24Fix T38766: blender material transparency setting not taken into account for ...Brecht Van Lommel
2014-02-22Code cleanup: styleCampbell Barton
2014-02-12Revert own previous commit rBe2f9afbaabbd.IRIE Shinsuke