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-02-09Eevee: Film filter default to 1.5 instead of 1.0Dalai Felinto
2018-02-08Object Mode: move to workspace structCampbell Barton
2018-01-19Merge branch 'master' into blender2.8Campbell Barton
2018-01-18Fix T53808: VSE doesn't show scene strip markersCampbell Barton
2018-01-18Merge branch 'master' into blender2.8Campbell Barton
2018-01-18Fix weight particle brush versioningCampbell Barton
2018-01-16Cleanup: Naming of depsgraphSergey Sharybin
2018-01-16Depsgraph: pass depsgraph to editors update context structSergey Sharybin
2017-12-26Depsgraph: Fix copy-on-write assert when freeing Freestyle configDalai Felinto
2017-12-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-15Move ID recalc flags into dedicated field in IDSergey Sharybin
2017-12-04Cleanup: whitespaceCampbell Barton
2017-12-01Groups and collection: initial integrationDalai Felinto
2017-11-30Layer: Copy layer collection properties when doing a full copy of sceneDalai Felinto
2017-11-28Depsgraph: Wrap context used for editors update callback into a structureSergey Sharybin
2017-11-28Depsgraph: Remove workaround for Blender Internal in viewportSergey Sharybin
2017-11-23Cleanup: Rename ViewLayer *sl > ViewLayer *view_layerDalai Felinto
2017-11-23New view layers should be named "View Layer" (not Render Layer)Dalai Felinto
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-22SceneRenderLayer Removal/RefactorDalai Felinto
2017-11-22SceneRenderLayer > SceneLayer: Convert LayDalai Felinto
2017-11-09Farewell BaseLegacyDalai Felinto
2017-11-09Rename Scene macros back to their original _NEW less namesDalai Felinto
2017-11-09Farewell Scene->basactDalai Felinto
2017-11-09Depsgraph: Make dependency graph to be built from scene layerSergey Sharybin
2017-11-08Farewell Scene->baseDalai Felinto
2017-11-08Depsgraph: Remove traces of old single-per-scene dependency graphSergey Sharybin
2017-11-08Depsgraph: Move storage from single per-scene depsgraph to a hash storageSergey Sharybin
2017-11-07Depsgraph: Remove old unused function which is no longer to be usedSergey Sharybin
2017-11-07Depsgraph: Simplify some workarounds and make API closer to finalSergey Sharybin
2017-11-06Depsgraph: Cleanup, remove obsolete unused functionSergey Sharybin
2017-11-06Depsgraph: Avoid non-requested allocation of depsgraphSergey Sharybin
2017-11-03Depsgraph: Port more areas to direct depsgraph APISergey Sharybin
2017-10-25Depsgraph: Remove workaround for infinite recursion in scene updateSergey Sharybin
2017-10-25Depsgraph; Introduce new scene update routines which gets an explicit graphSergey Sharybin
2017-10-25Depsgraph: Make validation to take explicit graph to be checkedSergey Sharybin
2017-10-25Depsgraph: Don't touch set scenes when evaluating sceneSergey Sharybin
2017-10-25Depsgraph: Remove direct call to VSE animation updateSergey Sharybin
2017-10-25Depsgraph: Mark TODO as solvedSergey Sharybin
2017-10-25Depsgraph: Remove direct relations rebuild from set_backgroundSergey Sharybin
2017-10-24Depsgraph: Remove shortcut of freeing scene's depsgraphSergey Sharybin
2017-10-24Depsgraph: Remove scene from refresh APISergey Sharybin
2017-10-24Depsgraph: Switch to explicit graph specification for tag flushSergey Sharybin
2017-10-20Depsgraph: Introduce hash of dependency graphs in the scene levelSergey Sharybin
2017-10-20Depsgraph: Remove redundant call of depsgraph freeSergey Sharybin
2017-10-20Remove some residue of old legacy dependency graphSergey Sharybin
2017-10-19Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-19Add note about handling of root nodetree in ID copydata.Bastien Montagne
2017-10-16Workspace: Move engines to workspace and Properties Editor cleanupDalai Felinto
2017-10-12Merge branch 'master' into blender2.8Bastien Montagne