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
2013-09-05Bugfix #35920Ton Roosendaal
2013-09-05Removed unused variables used only in BLI_assert, this triggers compiler warn...Lukas Toenne
2013-09-05add function for rotating linked list so at item is last.Campbell Barton
2013-09-05grid-fill can now fill a single, closed edge loop.Campbell Barton
2013-09-05Fix #36113, Translate's wrapping has 1 pixel gap in X and Y after scale node.Lukas Toenne
2013-09-05Extend mode option for MemoryBuffer reading in compositor. This will allow pr...Lukas Toenne
2013-09-05add positive_mod() utility function.Campbell Barton
2013-09-05Merge some operations into a single fileSergey Sharybin
2013-09-05fix for error in bmesh api, selection setting needs to go via BM_elem_select_...Campbell Barton
2013-09-05Apply patch [#36601].Nathan Letwory
2013-09-05simplify idprop reallocation with MEM_recallocNCampbell Barton
2013-09-05BGE: Removing an unused rendertools argument from BL_ConvertActuators().Mitchell Stokes
2013-09-05Fix broken GLSL shader after recent changes.Brecht Van Lommel
2013-09-05Find missing files now keeps relative paths relative instead of turning themBrecht Van Lommel
2013-09-05BGE: Removing the touch sensor and converting all touch sensors to collision ...Mitchell Stokes
2013-09-05remove error return value from BLI_bvhtree_insert, no callers were using.Campbell Barton
2013-09-05use strict flags for kdopbvh, also assert when invalid treetype is passed, ra...Campbell Barton
2013-09-04fix for building on msvcCampbell Barton
2013-09-04better fix for r59794, register a gesture when the mouse goes outside the act...Campbell Barton
2013-09-04fix for window join action being interpreted as a split.Campbell Barton
2013-09-04fix for glitch splitting horizontally with a high dpi, could make areas small...Campbell Barton
2013-09-04style cleanupCampbell Barton
2013-09-04tweaks to fly modeCampbell Barton
2013-09-04debug option for modifier stack calculation USE_MODIFIER_VALIDATE,Campbell Barton
2013-09-04Added better support for line styles in the Outliner.Tamito Kajiyama
2013-09-04Fix for redundant multiple animation data items of the same line style in Dop...Tamito Kajiyama
2013-09-04Fix #36649: Drivers for Freestyle parameters in Render Layer panel don't appe...Tamito Kajiyama
2013-09-04Fix a few issues reported by coverity scan.Brecht Van Lommel
2013-09-04Cycles: add a sharpness input to the Cubic SSS falloff. When set to 1 this willBrecht Van Lommel
2013-09-04replace sqrt(dot()) with length functions.Campbell Barton
2013-09-04simplify length checks in DM_calc_auto_bump_scaleCampbell Barton
2013-09-04fix for missing NULL check before calling BKE_sequencer_imbuf_to_sequencer_sp...Campbell Barton
2013-09-04move timeit macros into their own include, since they are only used for testi...Campbell Barton
2013-09-04Fix #36449: switching between render slots during render would leave some tilesBrecht Van Lommel
2013-09-03Related to #36532: show message in modifier when cloth point cache read fails,Brecht Van Lommel
2013-09-03Fix #36194, Halo material on Layer 2 produces flares on layer 1. Halo flares ...Lukas Toenne
2013-09-03Fix compile error with strict compile flags.Brecht Van Lommel
2013-09-03Fix #36189: link group, delete instanced object, link group again would notBrecht Van Lommel
2013-09-03Related to #36382: for linked object point caches, show a message that diskBrecht Van Lommel
2013-09-03Fix #36359: sequencer frame indicator not updating during animation render.Brecht Van Lommel
2013-09-03Fix a possible bug in knife detected by coverity.Howard Trickey
2013-09-03Fix #36587: Tracking markers fail to track near the left and right edge of a ...Sergey Sharybin
2013-09-03Fix #36643: Clip Editor: undesired Markers created "automatically" while I tr...Sergey Sharybin
2013-09-03Color managed color didn't work properly for float sequencer frames.Sergey Sharybin
2013-09-03Bugfix: When deleting all keyframes from F-Curves, don't delete the F-Curve ifJoshua Leung
2013-09-03display angle in axis/angle buttons as degrees as with euler rotations.Campbell Barton
2013-09-03reorder BLI_strict_flags.h include so its not conflicting with stdio.h on apple.Campbell Barton
2013-09-03remove WINDOWS checks in cmake, this variable isn't defined on windows and ch...Campbell Barton
2013-09-03Tweaks to New Driver creation behaviourJoshua Leung
2013-09-03Graph Editor: Preserve active curve when using AKEY to toggle selection statusJoshua Leung