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
2017-07-28Fix T52213: Enum drivers no longer workCampbell Barton
2017-07-28Merge branch 'master' into blender2.8Campbell Barton
2017-07-28Resolve T45301 by adding option for old behaviorCampbell Barton
2017-07-28Cleanup: clear deprecated UI flagsCampbell Barton
2017-07-28Fix T52156: Hair dynamics broken with density textureLuca Rood
2017-07-28Fix crash when duplicating objectSergey Sharybin
2017-07-28Fix T52148: Point Density Texture ID User decrement error related to the Obje...Bastien Montagne
2017-07-28Depsgraph: Re-use evaluated mesh across frames and remove time dependency fro...Sergey Sharybin
2017-07-28Fix T52212: Vgroups doesn't work after Carve BooleanSergey Sharybin
2017-07-28Fix potential 'divide-by-zero' in our UI fitting code.Bastien Montagne
2017-07-28Fix T52208: Using UI_BUT_REDALERT flag for UI_BTYPE_KEY_EVENT buttons crashes...Bastien Montagne
2017-07-27Prevent crash when duplicating object which doesn't have evaluated base prope...Sergey Sharybin
2017-07-27Copy on write: Prevent crash when duplicating object with particle systemSergey Sharybin
2017-07-27Fix UI messages...Bastien Montagne
2017-07-27Depsgraph: Attempt to keep evaluated mesh when possibleSergey Sharybin
2017-07-27Depsgraph: Cleanup, variable nameSergey Sharybin
2017-07-27Depsgraph: Cleanup, use some utility functions to shorten construction codeSergey Sharybin
2017-07-27Depsgraph: Create ID nodes on build-time expansion using node builderSergey Sharybin
2017-07-27Depsgraph: Allow stealing copy-on-written pointerSergey Sharybin
2017-07-27Depsgraph: Fix possibly missing lamp update when lamp data changesSergey Sharybin
2017-07-27Depsgraph: Make it possible to use given pre-allocated ID as a copySergey Sharybin
2017-07-27Copy on write: Make sure freeing evaluated mesh does not cause crash when re-...Sergey Sharybin
2017-07-27DRW: Fix vertex buffer too large.Clément Foucault
2017-07-27Eevee: Fix probes interfeering with SSR.Clément Foucault
2017-07-27Eevee: Planar Reflection: only support mirror reflection if not using SSR.Clément Foucault
2017-07-27Eevee: Fix bloom once and for all.Clément Foucault
2017-07-27DRW: Add stats group to eevee and object mode.Clément Foucault
2017-07-27DRW: Revamp the performance debugging tool.Clément Foucault
2017-07-27Depsgraph: Fix crash happening in copy-on-write of imagesSergey Sharybin
2017-07-27Fix T51776: Make sure button icons are updated on Ctrl-ScrollWheelJeff Knox
2017-07-27Fix button text overlapping with shortcut text in popupsJulian Eisel
2017-07-27Minor code style correctionsJulian Eisel
2017-07-27Fix Label colors in popupsAleksandr Zinovev
2017-07-27Fix: use click style if a pie was spawned by release or click eventAleksandr Zinovev
2017-07-27Depsgraph: Skip iterating over all ntree users on node tree parameter updateSergey Sharybin
2017-07-27Fix button text overlapping with shortcut text in popupsJulian Eisel
2017-07-27Minor code style correctionsJulian Eisel
2017-07-27Fix Label colors in popupsAleksandr Zinovev
2017-07-27Fix: use click style if a pie was spawned by release or click eventAleksandr Zinovev
2017-07-27Manipulator: remove namesCampbell Barton
2017-07-27stub updateCampbell Barton
2017-07-27Merge branch 'master' into blender2.8Campbell Barton
2017-07-27Cleanup: remove check for old GCC&PPCCampbell Barton
2017-07-27Cleanup: Py3.7x warningCampbell Barton
2017-07-26Fix crash in recent changes to instancingCampbell Barton
2017-07-26Last commit broke WITH_PYTHON_SAFETYCampbell Barton
2017-07-26BPY_id_release was a nop, use RNA invalidate directlyCampbell Barton
2017-07-26Fix T52186: Crash on bevelSergey Sharybin
2017-07-26CLeanup: Use utility function in BKESergey Sharybin
2017-07-26Depsgraph: Add utility function to initialize evaluation context from scene a...Sergey Sharybin