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-31Fix build errors on Visual Studio after recent changes.Brecht Van Lommel
2019-01-31Depsgraph: Comb code to a better state all overSergey Sharybin
2018-12-10Fix T58932: Impossible to influence the particle systemSergey Sharybin
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-12-07Fix T58325: Local view BugDalai Felinto
2018-12-04Depsgraph: execute all COPY_ON_WRITE nodes first as a separate stage.Alexander Gavrilov
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-12-03Depsgraph: assert that mesh_get_eval_final/deform aren't used in eval.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-14Depsgraph: Fix missing point cache reset when physics changesSergey Sharybin
2018-11-09Cleanup, indentationSergey Sharybin
2018-11-08Fix T57689: world nodes / texture not updating for Eevee.Brecht Van Lommel
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-11-02Fix T57316: material preview icons not updating.Brecht Van Lommel
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-24Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.Brecht Van Lommel
2018-09-24Cleanup: SpellingSergey Sharybin
2018-09-19Despgraph: Keep track of per-component visibilitySergey Sharybin
2018-09-07Depsgraph: Cleanup, namingSergey Sharybin
2018-09-03Depsgraph: Use more meaningful name for flags storageSergey Sharybin
2018-09-02Cleanup: comment blocksCampbell Barton
2018-08-23Depsgraph: Bring back visibility checks based on collection restrict flagsSergey Sharybin
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-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