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
2017-12-04WM: message bus replacement for property notifiersCampbell Barton
2017-12-04Eevee: Irradiance Visibility: Initial ImplementationClément Foucault
2017-12-04Eevee: Irradiance Visibility: Add RNA / Engine propertiesClément Foucault
2017-12-04Eevee: Irradiance Grid: Fix problem with bounce update.Clément Foucault
2017-12-04Eevee: Irradiance Grid: Fix Multibounce baking.Clément Foucault
2017-12-04Cleanup: whitespaceCampbell Barton
2017-12-04Merge branch 'master' into blender2.8Campbell Barton
2017-12-04Cleanup: wrap long function args in seqeffectsCampbell Barton
2017-12-04Cleanup: styleCampbell Barton
2017-12-04Fix crash w/ template search & invalid propertyCampbell Barton
2017-12-02Fix MSVC compilation, there is no 'Designated initializers' in C++!Bastien Montagne
2017-12-02BLI_ghash: Description of GHash, GSetCampbell Barton
2017-12-02Cleanup: minor change to API useCampbell Barton
2017-12-02Cleanup: indentationCampbell Barton
2017-12-01Draw Maganer: Cleanup: Remove unnecessary lines of code in draw_cache_impl_me...Germano
2017-12-01Fixup for workspace view_layer fixDalai Felinto
2017-12-01Fix crash reading 2.8 files with workspace.view_layer setJulian Eisel
2017-12-01Depsgraph: Call editors update after everything was flushedSergey Sharybin
2017-12-01Cleanup: Proper silencing of unused vars( for now).Bastien Montagne
2017-12-01Fix warnings in release builds.Bastien Montagne
2017-12-01Cleanup: forgot to rename RNA prop flag to override_static...Bastien Montagne
2017-12-01Depsgraph: Separate loop for ID node flags clearSergey Sharybin
2017-12-01Fix update of non-scene owned layer collectionsDalai Felinto
2017-12-01Groups and collection: editing group collectionsDalai Felinto
2017-12-01Groups and collection: create group from collectionDalai Felinto
2017-12-01Groups and collection: initial integrationDalai Felinto
2017-12-01Workspaces: Store an active view-layer per sceneJulian Eisel
2017-12-01Depsgraph: Cleanup, simplify evaluation flush functionSergey Sharybin
2017-12-01Silence warning from object_relations.cDalai Felinto
2017-12-01Depsgraph: Remove legacy recalc flag from DNASergey Sharybin
2017-12-01Depsgraph: Remove clear of legacy unused flagSergey Sharybin
2017-12-01Depsgraph: Move away from setting old deprecated object recalc flagsSergey Sharybin
2017-12-01Depsgraph: Don't use legacy flags in versioning codeSergey Sharybin
2017-12-01Depsgraph: Use per-ID flags to see whether update is neededSergey Sharybin
2017-12-01Depsgraph: Use new per-ID tags to see whether object in a group needs an updateSergey Sharybin
2017-12-01Transform: Avoid attempt to bypass dependency graph updateSergey Sharybin
2017-12-01Transform: Use new DEG query API to see what's being affected by a changing o...Sergey Sharybin
2017-12-01Depsgraph: Add query API to traverse all dependent IDs of the given IDSergey Sharybin
2017-12-01Depsgraph: Move iterator to own implementation fileSergey Sharybin
2017-12-01Depsgraph: Cleanup, use enum value rather than a defineSergey Sharybin
2017-12-01Depsgraph: Cleanup, namingSergey Sharybin
2017-12-01_gawain python module: Add methods "program_use_begin" and "program_use_end"Germano
2017-11-30RNA: Fix unreported: Some callbacks called when updating properties were inco...Germano
2017-11-30Removing OMP: legacy ccgsubsurf.Bastien Montagne
2017-11-30Depsgraph: Add assert to make sure the view layer is part of the sceneDalai Felinto
2017-11-30Transform: Fix recent merge conflict resolution fiascoSergey Sharybin
2017-11-30Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-30Transform: Use single flag with more meaningful name to prevent snapping to a...Sergey Sharybin
2017-11-30Transform: Remove some legacy code about snapping in particle edit modeSergey Sharybin
2017-11-30Fix memory leak when single_obdata_users() fails to copy datablockDalai Felinto