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
path: root/source
AgeCommit message (Expand)Author
2017-12-15Tracking: Cleanup, use more const qualifiers when appropriateSergey Sharybin
2017-12-15Move ID recalc flags into dedicated field in IDSergey Sharybin
2017-12-14DNA: Add dedicated recalc flag to IDSergey Sharybin
2017-12-14Fix missing update for particles w/ fluidsCampbell Barton
2017-12-14Fix T53322: Collada export crash w/ shape keysCampbell Barton
2017-12-13Fix T53550: E hotkey not working after the color-band picker commitRay Molenkamp
2017-12-13Depsgraph: Cleanup, use less explicit checks of LIB_TAG_ID_RECALC_DATASergey Sharybin
2017-12-13Fix T53404 - Python API documentation: UI Layout Emboss description wordingJoão Seixas
2017-12-13Fix T53547: Metaballs as dupli objects are not updated with the new DepsgraphSergey Sharybin
2017-12-13Fix T53552: Unneeded particle cache reset on frame changeSergey Sharybin
2017-12-13Fix T53529: Rip crashes w/ wire edgeCampbell Barton
2017-12-13UI: color-band eyedropper now combines samplesCampbell Barton
2017-12-12Fix bplayer (c).Bastien Montagne
2017-12-12Revert "Node selection: Stop operator when mouse selection selected a node"Sergey Sharybin
2017-12-12Cleanup: split eyedropper into separate filesCampbell Barton
2017-12-12Cleanup: minor edits to last commitCampbell Barton
2017-12-12UI: rewrite color-ramp re-samplingCampbell Barton
2017-12-12Add eyedropper to color-ramp widgetRay Molenkamp
2017-12-11Node selection: Stop operator when mouse selection selected a nodeSergey Sharybin
2017-12-11Fix T53528: Empty thumbnails in filebrowserSergey Sharybin
2017-12-11Fix for inset when accessed from spacebar searchCampbell Barton
2017-12-11DNA/RNA: add 'py_instance' for ID typesCampbell Barton
2017-12-08Fix T53512: Vertices with index 0 were not being selectedGermano
2017-12-08Cleanup: moar busting of nasty C++ keywords-as-varnames.Bastien Montagne
2017-12-08Cleanup: avoid using C++ keywords as variables, even in pure C code.Bastien Montagne
2017-12-07Fix Collada buildingDalai Felinto
2017-12-07DPX/Cineon: Report orientation when running with --debugSergey Sharybin
2017-12-07Fix T53499: Cannot load DPX filesSergey Sharybin
2017-12-07DPX: Fix wrong flag being checked for debugSergey Sharybin
2017-12-07Cleanup: Use BKE_colorband prefixCampbell Barton
2017-12-07Cleanup: extract BKE_colorband from BKE_textureCampbell Barton
2017-12-06Array Modifier: option to offset UV'sCampbell Barton
2017-12-06Proposed fix for T53263 -- Blender crashes when rendering with Stabilizer 2D ...Daniel Silva
2017-12-06Library: Add flag top keep ID library pointer aroundSergey Sharybin
2017-12-06Depsgraph: Cleanup, use less geenric data typeSergey Sharybin
2017-12-06Depsgraph: Forgot this in previous commitSergey Sharybin
2017-12-06Depsgraph: Ignore text datablocks from nodesSergey Sharybin
2017-12-06Depsgraph: Add missing bone properties to proxy rigsSergey Sharybin
2017-12-06Depsgraph: Add missing NULL pointer checkSergey Sharybin
2017-12-06Depsgraph: Cleanup, remove unused functionSergey Sharybin
2017-12-06Depsgraph: Remove workaround of parameters animation in node treeSergey Sharybin
2017-12-06Depsgraph: Remove workaround of parameters animation in lampSergey Sharybin
2017-12-06Depsgraph: Remove workaround of parameters animation in cameraSergey Sharybin
2017-12-06Depsgraph: Remove workaround for animated geometry componentSergey Sharybin
2017-12-06Depsgraph: Remove workaround for animated modifiersSergey Sharybin
2017-12-06Depsgraph: Leave armature animation relation to build_animation()Sergey Sharybin
2017-12-06Depsgraph: Use default argument value for relations builderSergey Sharybin
2017-12-06Depsgraph: Cleanup, line wrappingSergey Sharybin
2017-12-06Depsgraph: Use build_animation() to build relations to animated propertiesSergey Sharybin
2017-12-06Depsgraph: Add ability to check whether relation exists before adding itSergey Sharybin