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
2017-03-16Depsgraph: Fixed crash with curve bevel indirect dupligroupsSergey Sharybin
2017-03-16Depsgraph: Use string and vector in the DEG namespace onlySergey Sharybin
2017-03-16Depsgraph: Don't use explicit values in runtime only enumSergey Sharybin
2017-03-15Fix strict compiler warning in the previous commitSergey Sharybin
2017-03-15Fix T50938: Cache not being reset when changing simulation settings with new ...Sergey Sharybin
2017-03-07Task scheduler: Add concept of suspended poolsSergey Sharybin
2017-03-07Depsgraph: Remove workarounds from depsgraph for keeping threads aliveSergey Sharybin
2017-03-07Task scheduler: Remove per-pool threads limitSergey Sharybin
2017-02-03Depsgraph: Add some extra debug prints on evalSergey Sharybin
2017-01-31Fix T50331: New Dependency Graph - "frame" python driver expression not workingSergey Sharybin
2017-01-31Cleanup: use 'cb_flag', not 'cd_flag' for library_query callbacks.Bastien Montagne
2017-01-26Depsgraph: Fix typo in assertSergey Sharybin
2017-01-26Depsgraph: Link from material to object shadingSergey Sharybin
2017-01-26Depsgraph: Add relation from node tree to material it's coming fromSergey Sharybin
2017-01-26Depsgraph: Remove owner argument from relations builder as wellSergey Sharybin
2017-01-26Depsgraph: Remove owner node argument which was simply passed aroundSergey Sharybin
2017-01-25Fix T50512: Linked Backround scene with animation not updating with new depsg...Sergey Sharybin
2017-01-25Depsgraph: Do ID tag outside of build_sceneSergey Sharybin
2017-01-24Depsgraph: Fix duplicated operation node when two objects are sharing same ar...Sergey Sharybin
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