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-06-01Fix missing animation updates when the proxy object is not visible.Brecht Van Lommel
2018-06-01Fix use of uninitialized value in depsgraph.Brecht Van Lommel
2018-05-31Depsgraph: Fixes to prevent object duplicate to jumpSergey Sharybin
2018-05-31Depsgraph: Remove unused flagsSergey Sharybin
2018-05-31Depsgraph: Copy evaluated data to original datablockSergey Sharybin
2018-05-31Depsgraph: Begin concept of active dependency graphSergey Sharybin
2018-05-31Depsgraph: Forbid update flush to go from copy-on-write to animationSergey Sharybin
2018-05-31Depsgraph: Remove the "disable-copy-on-write" option completelyJoshua Leung
2018-05-31Fix depsgrah copying and evaluating hidden collections.Brecht Van Lommel
2018-05-31Fix depsgraph copying and evaluating hidden objects.Brecht Van Lommel
2018-05-31Depsgraph: optimization of driver evaluation with many drivers.Brecht Van Lommel
2018-05-30Cleanup: style/whitespaceCampbell Barton
2018-05-30Initial 'fix' for Sculpt & COW - shallow copy sculpt data into COWed object.Bastien Montagne
2018-05-30Fix missing Cycles 3D viewport updates when editing materials, lamps.Brecht Van Lommel
2018-05-30Fix unnecessary Cycles render updates when selecting objects.Brecht Van Lommel
2018-05-30Depsgraph: Add TODO about backing up evaluated state of IDSergey Sharybin
2018-05-30Add deformed evaluated mesh to objectSergey Sharybin
2018-05-30Fix T55253: Camera lens can't be edited after keyframing itSergey Sharybin
2018-05-30Cleanup: Wrap object runtime eval members into own structSergey Sharybin
2018-05-30Cleanup: Naming, match policy with rest of copy-on-write designSergey Sharybin
2018-05-29Fix T55204: proxy object disappearing randomly.Brecht Van Lommel
2018-05-28CoW: Skip pointers that are used in Lattice edit mode.Germano
2018-05-28Cleanup: Fix typo: updata -> updateGermano
2018-05-28CoW: Skip used pointers in MetaBall edit mode.Germano
2018-05-28CoW: Skip pointers used in Text edit mode.Germano
2018-05-28Depsgraph: preserve memory caches for particles when creating Copy-on-WriteSergey Sharybin
2018-05-25Style: use extra space for aligning parameters in a function.Germano
2018-05-25Fix crash when entering the curve edit mode.Germano
2018-05-24Fix T55170 and T55167: Crash adding new curveGermano
2018-05-23Revert "Depsgraph: refresh RNA that doesn't need a full rebuild"Joshua Leung
2018-05-23Fix curve not updating when scaling Bevel ObjectDalai Felinto
2018-05-23Depsgraph: refresh RNA that doesn't need a full rebuildCampbell Barton
2018-05-22Depsgraph: Enable copy on write by defaultJoshua Leung
2018-05-20Cleanup: whitespace, duplicate includesCampbell Barton
2018-05-19Add back temporary exception for pose bones in DEG_get_evaluated_rna_pointer()Joshua Leung
2018-05-19Cleanup: Remove temporary debugging codeJoshua Leung
2018-05-19WIP: Improved implementation of DEG_get_evaluated_rna_pointer()Joshua Leung
2018-05-19WIP COW Fix: Insert keyframe operators/api now queries depsgraph for evaluat...Joshua Leung
2018-05-18Clear the ParticleSettings pointer to prevent doubly-freeing itSybren A. Stüvel
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-05-15Depsgraph: Forbid flush across scene->geometry operationsSergey Sharybin
2018-05-15Depsgraph: Keep track of original particle systemSergey Sharybin
2018-05-11Depsgraph: Fix redundant nodes built when animation shares same actionSergey Sharybin
2018-05-11Depsgraph: Remove workaround for scene freeSergey Sharybin
2018-05-11Depsgraph: Move edit mode pointers trickery to own functionsSergey Sharybin
2018-05-11Add comment about weird special handling of scene freeing in depsgraph.Bastien Montagne
2018-05-11Cleanup: whitespaceCampbell Barton
2018-05-08Collections: remove per collection and view layer engine overrides.Brecht Van Lommel
2018-05-04Depsgraph: Fix several ID blocks added multiple times to depsgraphSergey Sharybin
2018-05-04Depsgraph: Fix missing relations for IDs brought by driversSergey Sharybin