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-08-20Support Copy To Selected and Alt-Click for F-Curves in the curve editor.smooth-fcurvesAlexander Gavrilov
2017-08-20TEMPORARY HACK: convert the old flag to the new auto_smoothing enum.Alexander Gavrilov
2017-08-20Implement a new automatic handle algorithm to produce smooth F-Curves.Alexander Gavrilov
2017-08-20Make auto handle placement aware of cyclic extrapolation.Alexander Gavrilov
2017-08-20Replace BLI_INLINE w/ Py_LOCAL_INLINE for PythonCampbell Barton
2017-08-20Fix bpy library load: invalid function signatureCampbell Barton
2017-08-20PyAPI: Make use of PyC_LongAs... APICampbell Barton
2017-08-20PyAPI: Integer conversion functionsCampbell Barton
2017-08-20PyAPI: avoid redundant PyLong_AsLong callCampbell Barton
2017-08-19[windows/make.bat] add option to automatically download libs.Ray Molenkamp
2017-08-19Fix T52452: OSL trace broken after shadow catcher recent changes.Brecht Van Lommel
2017-08-19Cycles tests: pass Blender custom arguments from CYCLESTEST_ARGS.Brecht Van Lommel
2017-08-19Code cleanup: move rng into path state.Brecht Van Lommel
2017-08-19PyAPI: expose matrix parsing functionCampbell Barton
2017-08-19Fix T52443: Cycles OpenCL build error after recent mesh lights changes.Brecht Van Lommel
2017-08-18Cycles tests: add light type tests.Brecht Van Lommel
2017-08-18Cycles tests: make page less wide, use relative URLs for serving through http.Brecht Van Lommel
2017-08-18PyAPI: Fix memory leak w/ empty, allocated enumsCampbell Barton
2017-08-17Fix leak in Python BGE filter & image typesCampbell Barton
2017-08-17Cycles: Fix for a division by zero that could happen with solid angle triangl...Stefan Werner
2017-08-17Fix T52401: "Export Keying Set" operator generated incorrect ID's for shapekeysJoshua Leung
2017-08-17Improved triangle sampling for mesh lightsStefan Werner
2017-08-17Cycles: Calculate correct remaining time when using a larger pixel sizeLukas Stockner
2017-08-17Remove unnecessary #include "ED_transform.h"mano-wii
2017-08-17Transform: remove unused functionmano-wii
2017-08-16Transform: Move enum `SnapSelect` to `ED_transform_snap_object_context`mano-wii
2017-08-16Support MSVSC 2017 15.3.0 (compiler 19.11)Antonioya
2017-08-16Fix T52414: Blender 2.79 crash on object duplication via menu.Bastien Montagne
2017-08-15macOS build: simplify python install for new 10.9 libraries.Brecht Van Lommel
2017-08-15Fix Cycles presets after recent removal of some settings.Brecht Van Lommel
2017-08-15Alembic import: report object name in face color index out of bounds errorSybren A. Stüvel
2017-08-15Alembic import: fix crash when face color index is out of bounds.Sybren A. Stüvel
2017-08-15[deps_build/macOS] Fix FFMPEG & VPX configure commandArto Kitula
2017-08-15Cycles/BI: Add a pixel size option for speeding up viewport renderingLukas Stockner
2017-08-15[build_deps/Windows] Add numpy headers to the python include folder on window...Ray Molenkamp
2017-08-15[depsbuilder] fix outdated python patch on windows.Ray Molenkamp
2017-08-15[depsbuilder] Fix broken osl flags on windows.Ray Molenkamp
2017-08-14Cycles: Fixed broken camera motion blur when motion was not set to center on ...Stefan Werner
2017-08-14Fix T52331: Motion blur shutter length not keyableSergey Sharybin
2017-08-14Fix T52391: Crash on duplicating material.Bastien Montagne
2017-08-14Cleanup: confusing naming in BKE_node_tree_copy_data().Bastien Montagne
2017-08-14New ID Copying code: fix node_tree_copy_data still potentially increasing use...Bastien Montagne
2017-08-14Cycles: Guard memcpy to potentially re-allocating memory with lockSergey Sharybin
2017-08-14Tracking: Fix missing checks in operator poll functionsSergey Sharybin
2017-08-14Fix T51850: Motion tracking - poor performance with keyframe matching on larg...Sergey Sharybin
2017-08-14Tracking: Make frame accessor cache safe for threadingSergey Sharybin
2017-08-14Tracking: Cleanup, newlines and commentsSergey Sharybin
2017-08-14Tracking: Cleanup, de-duplicate codeSergey Sharybin
2017-08-14Trackign: Add some basic logging about caching in frame accessorSergey Sharybin
2017-08-14Tracking: Make frame access cache aware of regionSergey Sharybin