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-01-28Merge branch 'blender2.8' into hair_guidesLukas Tönne
2018-01-24Fix T53646: Blender 2.8 multiple crashes in auto UVs generationSergey Sharybin
2018-01-24Depsgraph: Fix crash entering edit mode with CoW enabledSergey Sharybin
2018-01-21Merge branch 'blender2.8' into hair_guidesLukas Tönne
2018-01-19Merge branch 'master' into blender2.8Campbell Barton
2018-01-19Cleanup: reaname LINKLIST_FOREACH -> LISTBASECampbell Barton
2018-01-17Depsgrapph: Fix/workaround for missing hairSergey Sharybin
2018-01-16Depsgraph: pass depsgraph to editors update context structSergey Sharybin
2018-01-03Merge branch 'blender2.8' into hair_guidesLukas Tönne
2017-12-20Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-20Depsgraph: Move ID node to own fileSergey Sharybin
2017-12-19Depsgraph: Fix nexted node trees being tagged with wrong flagSergey Sharybin
2017-12-19Depsgraph: Rework tagging and flushing routinesSergey Sharybin
2017-12-18Depsgraph: Cleanup, line lengthSergey Sharybin
2017-12-18Depsgraph: Replace iteration over ghash with iteration over flat arraySergey Sharybin
2017-12-18Merge branch 'blender2.8' into hair_guidesLukas Tönne
2017-12-15Depsgraph Cleanup, spellingSergey Sharybin
2017-12-15Depsgraph: Simplify logic around special case for node tree updateSergey Sharybin
2017-12-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-15Move ID recalc flags into dedicated field in IDSergey Sharybin
2017-12-13Depsgraph: it is still possible to have non-object to use OB_RECALC_DATA tagSergey Sharybin
2017-12-13Depsgraph: Move data update tag to object->data itselfSergey Sharybin
2017-12-13Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-13Depsgraph: Cleanup, use less explicit checks of LIB_TAG_ID_RECALC_DATASergey Sharybin
2017-12-10Merge branch 'blender2.8' into hair_guidesLukas Tönne
2017-12-07New OB_GROOM type for hair editing objects.Lukas Tönne
2017-12-04Depsgraph: Remove unused property based update tagsSergey Sharybin
2017-12-01Depsgraph: Move away from setting old deprecated object recalc flagsSergey 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-28Depsgraph: Wrap context used for editors update callback into a structureSergey Sharybin
2017-11-28Depsgraph: Don't call DEG ID update functions directlySergey Sharybin
2017-11-24Depsgraph: Allow tagging whole scene for base flags flushSergey Sharybin
2017-11-24Depsgraph: Fix crash when deleting object which is linked both directly and i...Sergey Sharybin
2017-11-24Depsgraph: Make code a bit more robust against tagging indirectly linked objectsSergey Sharybin
2017-11-24Depsgraph: Add special cases to deal with multiple objects selection updateSergey Sharybin
2017-11-24Depsgraph: Use depsgraph to handle edit mode selectionSergey Sharybin
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-08Subject: [PATCH 2/3] Depsgraph: Replace iteration over ghash with iteration o...Sergey Sharybin
2017-11-07Depsgraph: Simplify some workarounds and make API closer to finalSergey Sharybin
2017-11-06Depsgraph: Cleanup, remove depsgraph_legacy from depsgraph_tag.ccSergey Sharybin
2017-11-03Depsgraph: Add utility function to tag ID for update within a specific graphSergey Sharybin
2017-10-26Fix / workaround T53164: Crashes with background scenesSergey Sharybin
2017-10-24Depsgraph: Switch to explicit graph specification for tag flushSergey Sharybin
2017-10-24Depsgraph: Begin bringing API to pass explicit graphSergey Sharybin
2017-10-24Depsgraph: Cleanup, remove unused functionSergey Sharybin
2017-10-18Depsgraph: Make Copy-on-Write a command line optionSergey Sharybin
2017-10-02Depsgraph: Fix/workarounf when tagging light probe for data updateSergey Sharybin