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
path: root/source
AgeCommit message (Expand)Author
2018-11-09Draw manager: Expose grease pencil helper functionSergey Sharybin
2018-11-09gpu.offscreen, fix pydoc, example and rename modelviewmatrix > viewmatrixDalai Felinto
2018-11-09RNA ID: forbid editing names of non-GMain IDs.Bastien Montagne
2018-11-09Fix T57737: crash displaying expanded tooltip for transform toolPhilipp Oeser
2018-11-09UI: Make Region overlap slide instead of fadeClément Foucault
2018-11-09Object Mode: Grid: Make antialiasing more groundedClément Foucault
2018-11-09Fix crash when renaming metaballsDalai Felinto
2018-11-09BKE_id_is_in_gobal_main > BKE_id_is_in_global_mainDalai Felinto
2018-11-09Greasepencil: double promotion cleanup and relatedDalai Felinto
2018-11-09GreasePencil: division by zero when stroke has one pointDalai Felinto
2018-11-09Improvements on CURVE_OT_select_similar: SIMCURHAND_DIRECTIONHabib Gahbiche
2018-11-09Cleanup, indentationSergey Sharybin
2018-11-09Correct error in last commitCampbell Barton
2018-11-09Icons: rename gpencilCampbell Barton
2018-11-09Icons: update to r62155Campbell Barton
2018-11-09Cleanup: de-duplicate poll functionCampbell Barton
2018-11-09Tool System: add grease pencil primitive toolCampbell Barton
2018-11-09UI: Decrease the fade in/out time of regions with region overlap on.Pablo Vazquez
2018-11-09UI: Name added LightProbe objects after their type.Pablo Vazquez
2018-11-09Keymap: move builtin keymaps from C to PythonBrecht Van Lommel
2018-11-08Eevee: Fix broken Vector Transform nodeClément Foucault
2018-11-08Eevee: Add partial support for the Light Path NodeClément Foucault
2018-11-08Eevee: Fix geometry node for environments and support true_normalClément Foucault
2018-11-08Eevee: Fix refraction materialsClément Foucault
2018-11-08Fix depsgraph console warning after recent changes.Brecht Van Lommel
2018-11-08Fix Cycles viewport render info overlapping other text.Brecht Van Lommel
2018-11-08Fix T57689: world nodes / texture not updating for Eevee.Brecht Van Lommel
2018-11-08Cleanup, compiler warnings in release modeSergey Sharybin
2018-11-08Merge branch 'master' into blender2.8Brecht Van Lommel
2018-11-08Cleanup, spellingSergey Sharybin
2018-11-08RNA: tag animation update when changing Action Extrapolation/Blend/etc.Alexander Gavrilov
2018-11-08RNA API: ViewLayers: add name to LayerCollection struct.Bastien Montagne
2018-11-08UI: fix glitch showing the redo panelCampbell Barton
2018-11-08Render API: Support arbitrary length for custom image metadata fieldsLukas Stockner
2018-11-08RNA: Object.select_set use boolean, only selectCampbell Barton
2018-11-08Cleanup: use explicit 'select_and_set_active' API nameCampbell Barton
2018-11-08GPU: Cleanups: Remove GPUMatType, Vectorize / MADD some operationsClément Foucault
2018-11-08Eevee: Add support for interpolation options for Environment Texture nodesClément Foucault
2018-11-08Eevee: Support for extension type in the Node Image TextureClément Foucault
2018-11-08Cleanup: style, use const argsCampbell Barton
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-11-07Cleanup/Refactor: move Main stuff into BKE's new main.c file (and header).Bastien Montagne
2018-11-07Cleanup: Remove 'BKE_library.h' include from 'BKE_main.h'Bastien Montagne
2018-11-07Fix dpesgraph wrongly refcounting NLA strip actions when duplicating IDs.Bastien Montagne
2018-11-07NLA: use animsys_write_orig_anim_rna when applying NLA stack results.Alexander Gavrilov
2018-11-07Depsgraph: add proper handling of actions contained in NLA strips.Alexander Gavrilov
2018-11-07GP: Show all objects sharing data in edit modesAntonioya
2018-11-07Depsgraph: Ensure dependency cycle does not clear runtime memorySergey Sharybin
2018-11-07Fix T57390: properties editor crash creating new scene in some cases.Brecht Van Lommel
2018-11-07Merge branch 'master' into blender2.8Stefan Werner