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-07-25Cleanup: rename active to modalCampbell Barton
2017-07-25Manipulator: option to draw all while interactingCampbell Barton
2017-07-24Eevee: SSR: Refactor multiple rays. Plus other changes...Clément Foucault
2017-07-24Eevee: SSR: Add two hit option.Clément Foucault
2017-07-24Eevee: SSR: Add Weight Normalization option.Clément Foucault
2017-07-24Eevee: SSR: Add fullscreen raytrace option and Screen border factor.Clément Foucault
2017-07-24Eevee: SSR: Add stride and thickness parameters.Clément Foucault
2017-07-24Eevee: SSR: Output ssr datas to buffers.Clément Foucault
2017-07-24Manipulator: Expose Context.manipulator_groupCampbell Barton
2017-07-23Manipulator: setup_keymap callbackCampbell Barton
2017-07-21Fix function declaration of some modifiersSergey Sharybin
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-07-21Depsgraph: Fix missing material update when changing links in node treeSergey Sharybin
2017-07-20Fix T51925: Eevee: Animated Eevee values slowdownSergey Sharybin
2017-07-20Manipulator: add access to manipulator's groupCampbell Barton
2017-07-20RNA: face-map accessCampbell Barton
2017-07-18Merge branch 'master' into blender2.8Campbell Barton
2017-07-18Cleanup: quiet picky warningsCampbell Barton
2017-07-17Work around small DPI resulting in blurry fonts, clamping auto DPI to minimum...Brecht Van Lommel
2017-07-17Manipulator: allow ID-writing for most callbacksCampbell Barton
2017-07-17Manipulator: split alpha out of color propertyCampbell Barton
2017-07-17Fix crash re-registering the same manipulator typeCampbell Barton
2017-07-17Manipulator: add snap flagCampbell Barton
2017-07-14Implement Uniformbuffer objects for nodetree parametersDalai Felinto
2017-07-14Workspace: Fix crash on preview, and sanitize placeholder functionsDalai Felinto
2017-07-13Depsgraph: Begin work on making depsgraph per-scene-layerSergey Sharybin
2017-07-12DwM: Option to use final material over mode shadingCampbell Barton
2017-07-11Merge branch 'master' of git@git.blender.org:blender.git into blender2.8mano-wii
2017-07-11Snap System: Separate raycast functions from nearest2d functionsmano-wii
2017-07-11Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-07-11RNA/UI: Always use capitalized words in the UIDalai Felinto
2017-07-11Fix: Accidentally left debug print in last commitJoshua Leung
2017-07-11Fix T52009: F-Curve "Stepped interpolation" modifier "restrict frame-range" I...Joshua Leung
2017-07-11Fix T51879: NLA Influence can not be autokeyedJoshua Leung
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-07-05Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-07-05Eevee: Fixups.Clément Foucault
2017-07-05Eevee: Volumetrics: Add Light contribution clamping.Clément Foucault
2017-07-05Eevee: Volumetrics: Add settings.Clément Foucault
2017-07-05Override template: Add text and icon optional parametersDalai Felinto
2017-07-05Expose rna_translate_ui_text to be used for interface templatesDalai Felinto
2017-07-05Code comments regarding last commit (forgotten to add before)Luca Rood
2017-07-05Merge branch 'master' into blender2.8Luca Rood
2017-07-05Fix T51296: UVs not working for hair emitted from verticesLuca Rood
2017-07-03Eevee: Initial implementation of Volumetrics.Clément Foucault
2017-07-03Merge branch 'master' into blender2.8Dalai Felinto