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-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-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
2017-11-30Fix lightprobe single user not workingDalai Felinto
2017-11-30Depsgraph: Fix crash on playback of animated objects when CoW is enabledSergey Sharybin
2017-11-30Layer: Copy layer collection properties when doing a full copy of sceneDalai Felinto
2017-11-30Depsgraph: Fix wrong remapping of compositor node tree when CoW is enabledSergey Sharybin
2017-11-30Depsgraph: Fix missing objects in viewport when CoW is enabledSergey Sharybin
2017-11-30Depsgraph: Make sure we pass proper base to object builderSergey Sharybin
2017-11-30Depsgraph: Make a note about why is it OK to pass original base in relations ...Sergey Sharybin
2017-11-30Depsgraph: Properly pass flags when COW is not usedSergey Sharybin
2017-11-30Depsgraph: Cleanup spellingSergey Sharybin
2017-11-30Depsgraph: Tag all id_types on_visible_updateDalai Felinto
2017-11-30Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-30Depsgraph: More full explanation for previous commitSergey Sharybin
2017-11-30Depsgraph: Fix DEG_id_type_tag commentDalai Felinto
2017-11-30Merge branch 'master' into blender2.8Campbell Barton
2017-11-30Haiku OS SupportCampbell Barton
2017-11-30Cycles: Improve denoising speed on GPUs with small tile sizesLukas Stockner
2017-11-30Fix T53410: 3D Text always recalculatedCampbell Barton
2017-11-30Select similar for bones by group indexCampbell Barton
2017-11-29Fix T53420: Vertex Groups: The "-" button gets a hidden functionBastien Montagne
2017-11-29Fix T53116: default texture coordinates for volume materials are blank.José Luis Oliveira Cunha
2017-11-29Merge branch 'master' into blender2.8Brecht Van Lommel
2017-11-29Cycles: add object level holdout property.Brecht Van Lommel
2017-11-29Cycles: improve triangle intersection performance.Maxym Dmytrychenko
2017-11-29Sequencer: add many more color blend modes, and a new color mix strip.Maikon Araujo
2017-11-29Fix paint float color blending bugs with alpha 1.0 and vivid light.Brecht Van Lommel
2017-11-29Merge branch 'master' into blender2.8Sergey Sharybin