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
2016-12-09Depsgraph: Bone parent should also include armature transform relationSergey Sharybin
2016-12-06Depsgraph: Only re-schedule objects which are on visible layersSergey Sharybin
2016-12-05Depsgraph: Use HIGH priority for scheduled tasksSergey Sharybin
2016-12-05Depsgraph: avoid more transitive relations for rigid body simulationSergey Sharybin
2016-12-05Depsgraph: Rigid body simulation doesn't need explicit time relationSergey Sharybin
2016-12-05Depsgraph: Avoid transitive relation from local transform to finalSergey Sharybin
2016-12-05Fix depsgraph: hair collision is actually enabled, so add the relations.Alexander Gavrilov
2016-11-23Depsgraph: Fix matrix_world driver sourceSergey Sharybin
2016-11-21Fix T49981: New Depsgraph - When camera is on inactive layer, it does not eva...Sergey Sharybin
2016-11-21Depsgraph: Fix infinite viewport object update in CYcles render modeSergey Sharybin
2016-11-21Depsgraph: use more explicit parenthesisSergey Sharybin
2016-11-18Depsgraph: Fix residue of debug-only codeSergey Sharybin
2016-11-18Fix copy/paste typo in new depsgraph object geometry builder (found by coveri...Bastien Montagne
2016-11-17Depsgrpah: Fix missing animation update in movie clipsSergey Sharybin
2016-11-17Depsgraph: Move scene builder function to own fileSergey Sharybin
2016-11-17Fix T50060: New depsgraph does not update mask animationSergey Sharybin
2016-11-17Depsgraph: Use utility macro to iterate over linked listSergey Sharybin
2016-11-17Depsgraph: Move rig builder functions to own filesSergey Sharybin
2016-11-15Depsgraph: Fix typo in previous optimization commitSergey Sharybin
2016-11-15Atomics: Make naming more obvious about which value is being returnedSergey Sharybin
2016-11-11Fix T49994: Setting dupligroup which uses indirect relation will crashSergey Sharybin
2016-11-11Depsgraph: Add missing NULL pointer checkSergey Sharybin
2016-11-11Depsgraph: Fix missing DONE flag in relations builderSergey Sharybin
2016-11-11Fix T49993: Indirectly used taper/bevel crashes new dependency graphSergey Sharybin
2016-11-11Depsgraph: Fix typo in text on curve relation builderSergey Sharybin
2016-11-11Depsgraph: Fix missing ID node tagSergey Sharybin
2016-11-11Depsgraph: Add some data builder logic to corresponding functionSergey Sharybin
2016-11-11Depsgraph: cleanup, no functional changesSergey Sharybin
2016-11-10Depsgraph: Fix another issue which seems to be a bugSergey Sharybin
2016-11-10Depsgraph: Fix wrong relation from IK solver to pole targetSergey Sharybin
2016-11-07Depsgraph: Disable timing profileSergey Sharybin
2016-11-07fix building depsgraph after recent changesMartijn Berger
2016-11-07Depsgraph: Do not rely on indirectly included cstringSergey Sharybin
2016-11-07Despgraph: Optimize cycles detection algorithmSergey Sharybin
2016-11-07Depsgraph: Speedup initial rig build timeSergey Sharybin
2016-11-07Depsgraph: Move key implementation from header to dedicated fileSergey Sharybin
2016-11-07Depsgraph: Move class implementation from header to implementation filesSergey Sharybin
2016-11-07Depsgraph: Fully switch from string to const char*Sergey Sharybin
2016-11-07Depsgraph: Add extra name tag for operation nodesSergey Sharybin
2016-11-07Depsgraph: Cleanup, operation has name, not descriptionSergey Sharybin
2016-11-07Depsgraph: Remove unused functionSergey Sharybin
2016-11-07Depsgraph: Use const char for component APISergey Sharybin
2016-11-07Depsgraph: Remove some includes which seems unusedSergey Sharybin
2016-11-07Depsgraph: Use const char instead of string in part of drivers constructionSergey Sharybin
2016-11-07Depsgraph: Switch away form string to const char* for node namesSergey Sharybin
2016-11-07Depsgraph: Remove prototype of unused and non-implemented methodSergey Sharybin
2016-11-03Depsgraph: Add code for timing despgraph builderSergey Sharybin
2016-11-03Fix T49826: NEW-DEPSGRAPH - Texture is not updated after changing its space c...Sergey Sharybin
2016-11-03Depsgraph: Fix wrong comparison of ID type vs. node typeSergey Sharybin
2016-11-02Depsgraph: Fix race condition writing drivers to array propertySergey Sharybin