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-11-13GP: box/lasso support for select-operationsCampbell Barton
2018-11-12Remove AnimMapper: it has been left unimplemented for almost ten years.Alexander Gavrilov
2018-11-12Cleanup: minor gpencil changesCampbell Barton
2018-11-10Fix (unreported) crash when deleting collection in freshly duplicated scene.Bastien Montagne
2018-11-10Cleanup: styleCampbell Barton
2018-11-09Cleanup: fix layer_collection_sync() using int's for short values.Bastien Montagne
2018-11-09Fix typo in assert that we do not delete master collection..Bastien Montagne
2018-11-09BKE_id_is_in_gobal_main > BKE_id_is_in_global_mainDalai Felinto
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-08Render API: Support arbitrary length for custom image metadata fieldsLukas Stockner
2018-11-08Cleanup: use explicit 'select_and_set_active' API nameCampbell Barton
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: Ensure dependency cycle does not clear runtime memorySergey Sharybin
2018-11-07Workbench: Add cubic filtering for smoke simulationClément Foucault
2018-11-07Multi-Objects: MBALL_OT_select_similarHabib Gahbiche
2018-11-07Multi-Objects: MBALL_OT_select_allDalai Felinto
2018-11-07Merge branch 'master' into blender2.8Campbell Barton
2018-11-07Cleanup: use BLI_compiler_compat.h for BLI_INLINECampbell Barton
2018-11-07Merge branch 'master' into blender2.8Campbell Barton
2018-11-07Cleanup: renmae ePaintTexture(Projective) -> 3DCampbell Barton
2018-11-07Paint: paint.brush_select now supports gpencilCampbell Barton
2018-11-07Cleanup: naming (inconsistent paint_mode term)Campbell Barton
2018-11-07Cleanup: use BKE_brush_tool_get/set macrosCampbell Barton
2018-11-07Cleanup: styleCampbell Barton
2018-11-06Shrinkwrap: new mode that projects along the target normal.Alexander Gavrilov
2018-11-06BKE_mesh: add a utility to get edge indices from looptri.Alexander Gavrilov
2018-11-06GP: Fix unreported error moving material slotsAntonioya
2018-11-06Multires: Refactor propagation to the higher levelsSergey Sharybin
2018-11-06Implement an Armature constraint that mimics the modifier.Alexander Gavrilov
2018-11-06Brush: split out vertex paint tool & blend modeCampbell Barton
2018-11-06Cleanup: rename fast-heap -> heap-simpleCampbell Barton
2018-11-06Cleanup: move fast heap into own source & headerCampbell Barton
2018-11-06Tool System: use tool type enum to access brushesCampbell Barton
2018-11-06Cleanup: styleCampbell Barton
2018-11-05Fix (unreported) potential race condition in view_layer_bases_hash_create().Bastien Montagne
2018-11-05BLI_heap: implement a limited but faster version of heap.Alexander Gavrilov
2018-11-05GP: Add new layer above active layerAntonioya
2018-11-05Paint: setting the brush now updates tool slotsCampbell Barton
2018-11-05Paint: add tool offset & mode to runtime dataCampbell Barton
2018-11-05Paint: add BKE_paint_ensure to initialize toolsettingsCampbell Barton
2018-11-05Cleanup: use boolCampbell Barton
2018-11-05Fix various Freestyle rendering bugs.Brecht Van Lommel
2018-11-04Fix missing NULL check initializing paint toolsCampbell Barton