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-02-23Cleanup: header guards & styleCampbell Barton
2018-02-22Depsgraph: Fix mistake in previous refactor commitSergey Sharybin
2018-02-22Depsgraph: Remove unused bmain from modifiers relations update contextSergey Sharybin
2018-02-22Depsgraph: Wrap all arguments foe modifiers relations update into a structSergey Sharybin
2018-02-22Depsgraph: Replace LIB_TAG_DOIT with hash lookupSergey Sharybin
2018-02-22Depsgraph: Add utility class to keep track of handled ID datablocksSergey Sharybin
2018-02-22Depsgraph: Use proper debug print flags checkSergey Sharybin
2018-02-22Depsgraph: Report graph construction time when run with --debug-depsgraph-buildSergey Sharybin
2018-02-22Depsgraph: Cleanup, reduce indentation levelSergey Sharybin
2018-02-21Depsgraph: Fix fake dependency cycle with chained IK solvers with tip excludedSergey Sharybin
2018-02-21Depsgraph: Fix dependency when constraint influence drives some other constraintSergey Sharybin
2018-02-21Depsgraph: Split debug flagsSergey Sharybin
2018-02-21Depsgraph: Report overall number of cycles detectedSergey Sharybin
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-02-15Cleanup: Remove BLI_ prefix from listbase macroSergey Sharybin
2018-02-08Depsgraph: Fix missing camera animation after visibility changesSergey Sharybin
2018-02-07Cleanup: add _types.h suffix to DNA headersCampbell Barton
2018-02-06Depsgraph: Correction to previous particle fixSergey Sharybin
2018-02-02Fix missing group duplicated by hair in renderSergey Sharybin
2018-01-29Depsgraph: Correction for previous fixSergey Sharybin
2018-01-29Depsgraph: Fix missing update when property from proxy rig drives somethingSergey Sharybin
2018-01-29Depsgraph: Disable labels on relationsSergey Sharybin
2018-01-29Depsgraph: Cleanup, line wrapsSergey Sharybin
2018-01-29Fix T53614: New Depsgraph ignores NLA stripsJoshua Leung
2018-01-19Cleanup: reaname LINKLIST_FOREACH -> LISTBASECampbell Barton
2018-01-17Depsgraph: Fix for fake dependency cycle being created for shape key driversSergey Sharybin
2018-01-16Depsgraph: Fix fake cyclic dependencies for node tree driversSergey Sharybin
2018-01-16Depsgraph: Better relations nameSergey Sharybin
2018-01-16Depsgraph: Check for ID match when checking if operations corresponds to the ...Sergey Sharybin
2018-01-16Depsgraph: Cleanup, indentationSergey Sharybin
2018-01-16Depsgraph: Cleanup, brace placement\Sergey Sharybin
2018-01-11Depsgraph: Make eval initialization more friendly for threadingSergey Sharybin
2018-01-10Task scheduler: Use const qualifier in callbacks for parallel rangeSergey Sharybin
2018-01-10Task scheduler: Use restrict pointer qualifierSergey Sharybin
2018-01-09Task scheduler: Use single parallel range function with more flexible functionSergey Sharybin
2018-01-09Task scheduler: Get rid of extended version of parallel range callbackSergey Sharybin
2017-12-23Cleanup - Various style/typo fixesJoshua Leung
2017-12-21Depsgraph: Sort and clam number of statistics entriesSergey Sharybin
2017-12-21Depsgraph: Bring timing statistics to the new dependency graphSergey Sharybin
2017-12-21Depsgraph: Make it more clear that we dump relations into graphvizSergey Sharybin
2017-12-21Depsgraph: Simplify some functions in evaluaitonSergey Sharybin
2017-12-21Depsgraph: Simplify evaluation functionSergey Sharybin
2017-12-21Depsgraph: Fix mistake in previous commitSergey Sharybin
2017-12-21Depsgraph: Remove confusing declaration of node methodSergey Sharybin
2017-12-21Depsgraph: Remove one of temporary tags in the nodeSergey Sharybin
2017-12-21Depsgraph: Cleanup, move implementation away from headerSergey Sharybin
2017-12-21Depsgraph: Remove evaluation priority completelySergey Sharybin
2017-12-21Depsgraph: Remove eval priority from debuggerSergey Sharybin
2017-12-21Depsgraph: Remove unused component context functionsSergey Sharybin
2017-12-20Depsgraph: Remove node class stored in both type info and nodeSergey Sharybin