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
2019-01-31Depsgraph: Comb code to a better state all overSergey Sharybin
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-12-07Fix T58325: Local view BugDalai Felinto
2018-12-03Depsgraph: immediately free object's derived caches in the COW step.Alexander Gavrilov
2018-12-03Depsgraph: completely move customdata_mask to the ID node.Alexander Gavrilov
2018-11-30Fix T57981: Crash entering sculpt modeSergey Sharybin
2018-11-20Depsgraph: Don't use derived meshSergey Sharybin
2018-11-15Fix T57854: Disable viewport visibility crashSergey Sharybin
2018-11-15Depsgraph: Clear localization tag for CoW IDsSergey Sharybin
2018-11-15Depsgraph: Save memory by ignoring invisible objectsSergey Sharybin
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-11-07Fix dpesgraph wrongly refcounting NLA strip actions when duplicating IDs.Bastien Montagne
2018-10-29Fix T57488: crash in Shrinkwrap constraint due to unsafe multi-threading.Alexander Gavrilov
2018-10-09Edit Mesh: replace DerivedMesh w/ MeshCampbell Barton
2018-09-28Make struct initialization happy for CLangSergey Sharybin
2018-09-02Cleanup: comment blocksCampbell Barton
2018-07-31Fix T55718: Blender 2.8 crashes when converting to Curve from Mesh.Bastien Montagne
2018-07-31Depsgraph: Fix crash on undo of new bone addedSergey Sharybin
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-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: 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-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: Allow per-depsgraph debug flagsSergey Sharybin