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-07-30Minor cleanup.Bastien Montagne
2018-07-30Cleanup/Refactor: Move CurveCache runtime data into Object.runtime struct.Bastien Montagne
2018-07-10Eevee: LightCache: Initial ImplementationClément Foucault
2018-07-10DrawData: Change drawdata to a generic struct shared accross ID typesClément Foucault
2018-07-05Depsgraph: Preserve engine data when doing object copy on write updateSergey Sharybin
2018-07-04Depsgraph: Log entry operations which are directly modified and taggedSergey Sharybin
2018-07-03Cleanup: typosCampbell Barton
2018-06-12Depsgraph: Add debug option to invalidate data tagged for updateSergey Sharybin
2018-06-04Depsgraph: Only store original mesh pointer for mesh objectSergey Sharybin
2018-06-04Fix crash when making objects to share same meshSergey Sharybin
2018-05-31Depsgraph: Copy evaluated data to original datablockSergey Sharybin
2018-05-31Depsgraph: Remove the "disable-copy-on-write" option completelyJoshua Leung
2018-05-31Depsgraph: optimization of driver evaluation with many drivers.Brecht Van Lommel
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-30Depsgraph: Add TODO about backing up evaluated state of IDSergey Sharybin
2018-05-30Add deformed evaluated mesh to objectSergey 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-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-18Clear the ParticleSettings pointer to prevent doubly-freeing itSybren A. Stüvel
2018-05-15Depsgraph: Keep track of original particle systemSergey 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-08Collections: remove per collection and view layer engine overrides.Brecht Van Lommel
2018-05-03Depsgraph: Keep edit bones around, fixes missing edit mode with copy on writeSergey Sharybin
2018-05-03Depsgraph: Make sure evaluated pose channels are pointing to evaluated bonesSergey Sharybin
2018-05-03Depsgraph: Fix missing action re-map with node tree updateSergey Sharybin
2018-05-02Depsgraph: Make all print messages to respect per-depsgraph debug flagsSergey Sharybin
2018-05-02Depsgraph: Allow per-depsgraph debug flagsSergey Sharybin
2018-05-02Depsgraph: Use utility function to print CoW update functionSergey Sharybin
2018-05-02Depsgraph: Make bAction a part of dependency graphSergey Sharybin
2018-05-01Depsgraph: Extra sanity checks for copy-on-write taggingSergey Sharybin
2018-05-01Depsgraph: Cleanup, remove unused codeSergey Sharybin
2018-05-01Animation: Don't user-copunter copy-on-written action blockSergey Sharybin
2018-04-30Depsgraph: Fix missing node tree update when adding keyframesSergey Sharybin
2018-04-28Cleanup: fix compiler warnings on macOS / clang.Brecht Van Lommel
2018-04-28Cleanup: style, duplicate includesCampbell Barton
2018-04-25Depsgraph: Don;t use copy actions flagSergey Sharybin
2018-04-25Depsgraph: Preserve CoW ID recalc flagsSergey Sharybin
2018-04-25Depsgraph: Ensure we only expand scene datablock on evaluationSergey Sharybin
2018-04-23Merge branch 'master' into blender2.8Sergey Sharybin