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-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-19PyAPI: expose matrix parsing functionCampbell Barton
2017-08-18PyAPI: Fix memory leak w/ empty, allocated enumsCampbell Barton
2017-08-17Fix leak in Python BGE filter & image typesCampbell Barton
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-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-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-15Cycles/BI: Add a pixel size option for speeding up viewport renderingLukas Stockner
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-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
2017-08-14Tracking: Correct comparison in cache keysSergey Sharybin
2017-08-14Tracking: Cleanup and some commentsSergey Sharybin
2017-08-14Move back master to BCon1 (aka alpha) status.Bastien Montagne
2017-08-12WM: load UI for new file, even when pref disabledCampbell Barton
2017-08-12Fix T52298: hidden lamps still compute shadow buffers in viewport.Brecht Van Lommel
2017-08-12Fix T52329: Boolean with aligned shapes failedCampbell Barton
2017-08-12Math Lib: add isect_seg_seg_v2_point_exCampbell Barton
2017-08-12Fix width estimation for buttons with short labels in pie menusAleksandr Zinovev
2017-08-12Cleanup: whitespaceCampbell Barton
2017-08-11iFix T52050: Empty VSE preview for scene strips with OpenGL preview + Rendere...Bastien Montagne
2017-08-11Fix T52149: LoopTriArray computation was not correctly protected against conc...Bastien Montagne
2017-08-11Cleanup: remove useless `DM_ensure_looptri()`.Bastien Montagne
2017-08-11Fix transform snap code using 'allocated' flags to get verts/edges/etc. array...Bastien Montagne
2017-08-11Cleanup: deduplicate DM's getLoopTriArray() callback.Bastien Montagne
2017-08-11Fix T52346: Alt-I (Delete Keyframes) on a NlaStrip's Extrapolate property wou...Joshua Leung
2017-08-11Fix T52327: Entering/Exiting NLA Tweakmode disables Scene -> Only Keyframes f...Joshua Leung
2017-08-11Fix bevel clamping bugs T51247 and T50819.Howard Trickey
2017-08-11Object Apply Transform: option to apply propertiesCampbell Barton
2017-08-11Fix T52344: Softbody on Text.Bastien Montagne
2017-08-11Pie menu's sub-rows ignore 'EXPAND' flagAleksandr Zinovev
2017-08-11RNA: Operators were excluded from struct mapCampbell Barton
2017-08-11GHash: note that 'deprecated' is used for privateCampbell Barton