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-12-03Depsgraph: completely move customdata_mask to the ID node.Alexander Gavrilov
2018-12-03Depsgraph: Add missing cache file handling in build_id()Sergey Sharybin
2018-12-03Depsgraph: assert that mesh_get_eval_final/deform aren't used in eval.Alexander Gavrilov
2018-12-02Merge branch 'master' into blender2.8Campbell Barton
2018-12-01Cleanup: styleCampbell Barton
2018-11-30Merge branch 'master' into blender2.8Campbell Barton
2018-11-30Cleanup: name macros w/ matching BEGIN/ENDCampbell Barton
2018-11-30Fix T57981: Crash entering sculpt modeSergey Sharybin
2018-11-28Outliner/visibility: revert changes for now until we find better solutions.Brecht Van Lommel
2018-11-28Per view-layer collection visibilityDalai Felinto
2018-11-27Cleanup: style, includesCampbell Barton
2018-11-25Local ViewDalai Felinto
2018-11-23Depsgraph: add a new operation node for computing B-Bone segments.Alexander Gavrilov
2018-11-22Depsgraph: Ensure solver cleanup orderSergey Sharybin
2018-11-22Depsgraph: Cleanup, line wrappingSergey Sharybin
2018-11-22Depsgraph: Cleanup, make it easier to create relations with flagsSergey Sharybin
2018-11-21Depsgraph: Update commentSergey Sharybin
2018-11-21Depsgraph: Allow flush of CoW tag from ActionSergey Sharybin
2018-11-21Depsgraph: Cleanup, use more clear nameSergey Sharybin
2018-11-20Speedup rigs with multiple objects deformed by bbonesSergey Sharybin
2018-11-20Depsgraph: Don't use derived meshSergey Sharybin
2018-11-19Fix T57889: Crashes on undo and redo while working with image or image emptySergey Sharybin
2018-11-17Cleanup: styleCampbell Barton
2018-11-16Fix T56673: Tara.blend from Blender cloud crashes on loadSergey Sharybin
2018-11-15Fix T57854: Disable viewport visibility crashSergey Sharybin
2018-11-15Depsgraph: Clear localization tag for CoW IDsSergey Sharybin
2018-11-15Depsgraph: Build all type of IDs for modifiers and constraintsSergey Sharybin
2018-11-15Depsgraph: Make drivers builder less noisySergey Sharybin
2018-11-15Depsgraph: Save memory by ignoring invisible objectsSergey Sharybin
2018-11-15Depsgraph: Fix/workaround crash after recent point cache changesSergey Sharybin
2018-11-15Depsgraph: Use more human readable relation keys identifierSergey Sharybin
2018-11-15Cleanup: typo, whitespaceCampbell Barton
2018-11-14Depsgraph: suppress logs from add_relation on invalid driver variables.Alexander Gavrilov
2018-11-14Depsgraph: Remove meaningless evaluation modeSergey Sharybin
2018-11-14Depsgraph: Fix missing point cache reset when physics changesSergey Sharybin
2018-11-14Depsgraph: Remove unused operation codeSergey Sharybin
2018-11-14Depsgraph: Cleanup, code styleSergey Sharybin
2018-11-14Depsgraph: fix relations for drivers on bone weight in Armature constraint.Alexander Gavrilov
2018-11-13Depsgraph: fix missing relations for drivers on ShaderNode properties.Alexander Gavrilov
2018-11-09Cleanup, indentationSergey Sharybin
2018-11-08Fix depsgraph console warning after recent changes.Brecht Van Lommel
2018-11-08Fix T57689: world nodes / texture not updating for Eevee.Brecht Van Lommel
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-07Fix dpesgraph wrongly refcounting NLA strip actions when duplicating IDs.Bastien Montagne
2018-11-07Depsgraph: add proper handling of actions contained in NLA strips.Alexander Gavrilov
2018-11-07Depsgraph: Ensure dependency cycle does not clear runtime memorySergey Sharybin
2018-11-06Shrinkwrap: new mode that projects along the target normal.Alexander Gavrilov
2018-11-06Implement an Armature constraint that mimics the modifier.Alexander Gavrilov
2018-11-02Fix T57316: material preview icons not updating.Brecht Van Lommel