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-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
2013-09-03Apply Scale for EmptiesJoshua Leung
2013-09-03add checks for bad args to RNA_def_property_ui_range & RNA_def_property_range...Campbell Barton
2013-09-03allow negative offset for floor constraint.Campbell Barton
2013-09-02Add poll message when poll fails because of window missing from the context.Campbell Barton
2013-09-02Ack... Followup to r59743: in fact, bitflags groups are not always wanted/nee...Bastien Montagne
2013-09-02warning cleanup: correct some odd returns and quiet strict flag warnings on s...Campbell Barton
2013-09-02Make strict compiler happy for release builds.Sergey Sharybin
2013-09-02Fix [#36636] Incorrect assignment of Smoothing Groups on exportBastien Montagne
2013-09-02Fix #36628, Muting bump node alters material visibility.Lukas Toenne
2013-09-02Related to #36632: cycles textured draw mode now shows the image from an imageBrecht Van Lommel
2013-09-02Fix #36639, textures not reloaded after fixing paths.Lukas Toenne
2013-09-02Fix #36124: VSE - Input Color option does not work for video filesSergey Sharybin
2013-09-02Fix for the BKE_image_walk_all_users function: This included a check for movi...Lukas Toenne
2013-09-02Fix crash when adjusting plane track after re-tracking point tracksSergey Sharybin