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-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-21Fix T53567: Negative pixel values causing artifacts with denoisingLukas Stockner
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
2017-12-20Cycles: Cleanup, indentationSergey Sharybin
2017-12-20Depsgraph: Remove unused inclduesSergey Sharybin
2017-12-20Depsgraph: Move ID node to own fileSergey Sharybin
2017-12-20Depsgraph: Move time source node to own fileSergey Sharybin
2017-12-20Depsgraph: Print some statistics about transitive reductionSergey Sharybin
2017-12-20Depsgraph: Make transitive reduction to workSergey Sharybin
2017-12-20Depsgraph: Add utility function to unlink relation from graphSergey Sharybin
2017-12-20Depsgraph: Remove unused priority calculatorSergey Sharybin
2017-12-20Depsgraph: Remove remaining parts of old removed debuggerSergey Sharybin
2017-12-20Fix T53572: Alembic imports UV maps incorrectlyMartin Felke
2017-12-20Fix MSVSC2017 errorAntonio Vazquez
2017-12-20Cleanup: remove unnecessary tooltip line limitCampbell Barton
2017-12-20UI: move tooltip API to public headerCampbell Barton
2017-12-19Fix crash in RNA when accessing empty property_tags listJulian Eisel
2017-12-19bpy_extras: add missing colorband keymap to keyconfig_utils.pyRay Molenkamp
2017-12-19Font objects: Support proper auto-spaceSergey Sharybin
2017-12-19Cycles: Fix crash opening user preferences after adding extra GPUSergey Sharybin
2017-12-19Tracking: Add missing animation path fix after renaming tracksSergey Sharybin
2017-12-19Tracking: Add utility function to get RNA path prefix for given trackSergey Sharybin
2017-12-19Tracking: Disable animation of auto-keyframe optionSergey Sharybin
2017-12-19Tracking: Add missing animation fix when deleting plane trackSergey Sharybin
2017-12-19Tracking: Fix possible numerical overflowSergey Sharybin
2017-12-19Fix T53523: Keyframes for Marker weight stay, even if the track itself is del...Sergey Sharybin
2017-12-19Tracking: Use new RNA path utility functionsSergey Sharybin
2017-12-19Tracking: Add utility function to get RNA path for given trackSergey Sharybin
2017-12-19Tracking: Remove duplicated functionsSergey Sharybin
2017-12-19Tracking: Add plane tracks equivalents to previous commitSergey Sharybin
2017-12-19Tracking: Add utility function to get tracks list for given trackSergey Sharybin
2017-12-19Tracking: Add utility function to find tracking object from a given trackSergey Sharybin
2017-12-19Cleanup: Don't use camel case for variable namesSergey Sharybin
2017-12-19Fix T53559: Auto texture space for text and font is wrong in CyclesSergey Sharybin
2017-12-19Cycles tests: Enable texture space testsSergey Sharybin
2017-12-19UI: split out button checks from tooltip creationCampbell Barton
2017-12-19Fix T53547 for real nowSergey Sharybin
2017-12-193D View: use shortest angle between quaternionsCampbell Barton
2017-12-19Math Lib: signed versions of quaternion angleCampbell Barton
2017-12-18Fix T53474, bevel glitchy with big objects.Howard Trickey
2017-12-18Depsgraph: Add facilities to store what ID recalc flag component corresponds toSergey Sharybin