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
2013-06-21BGE: Fix for [#33163] "Text Font Bug" reported and fixed by HG1.Mitchell Stokes
2013-06-21Updating suse packman repo url, name and alias to go in line with what suse d...Daniel Salazar
2013-06-20reduce sign comparisons for ghash and add more strict warnings for gcc.Campbell Barton
2013-06-20Install_deps.sh: ask suse users whether they want to install packman or not (...Bastien Montagne
2013-06-20move sort from vert/edge/face into mesh menu only (sorting isn't such a commo...Campbell Barton
2013-06-20support proportional editing with x-mirror enabled.Campbell Barton
2013-06-20Move DLL copying to before actual build process.Nathan Letwory
2013-06-20Sequencer: fix names when adding several video (or audio) files at once (all ...Bastien Montagne
2013-06-20Construct orco UV layer for curve when applying constructive modifierSergey Sharybin
2013-06-20transform: 2d option for proportional editmode,Campbell Barton
2013-06-20Cycles: update build configurations to include CUDA sm_35 architecture. When ...Brecht Van Lommel
2013-06-20Fix #35807: blender internal motion blur render without antialiasing wouldBrecht Van Lommel
2013-06-20Fix #35439: Render Border have weird influence on compositingSergey Sharybin
2013-06-20editmesh draw optimizations: use customdata offsets rather then per-element l...Campbell Barton
2013-06-20Fix crash in when dding subsurf modifier to curvesSergey Sharybin
2013-06-20Fix for [#35230] CPU freeze at playback after cutting/deleting/duplicating au...Joerg Mueller
2013-06-20remove NULL checks for return values from EDBM_***_at_index calls.Campbell Barton
2013-06-20BGE: fix [#35447] LibLoad Meshes and Scenes causes crash of blenderDaniel Stokes
2013-06-20BGE: Fix for [#34781] "bge.texture.ImageRender does not show Font object" rep...Mitchell Stokes
2013-06-20BGE: Fix for [#35479] "OSKEY (Command Key on Mac) not working" reported by Mi...Mitchell Stokes
2013-06-20Snap to Symmetry (editmesh tool)Campbell Barton
2013-06-20add axis option to EDBM_verts_mirror_cache_beginCampbell Barton
2013-06-20BKE_bmbvh_find_vert_closest: very stupid & old bug, it was comparing hit loca...Campbell Barton
2013-06-20correct editmesh BKE_bmbvh_find_vert_closest(), distances are expected to be ...Campbell Barton
2013-06-19correct for own regressions when refactoring select-path, was using heap popm...Campbell Barton
2013-06-19This commit tackles the "context" buttons in Properties header, which were st...Bastien Montagne
2013-06-19Remove paranoid null checks for editmesh EDBM_vert_at_index and friends (use ...Campbell Barton
2013-06-19internal editmesh api: add an extended version of EDBM_verts_mirror_cache_beg...Campbell Barton
2013-06-19Cycles: optimized SSE BVH traversal now also works with SSE2 CPUs, so all theBrecht Van Lommel
2013-06-19Cycles: prepare to make CUDA 5.0 the official version we useBrecht Van Lommel
2013-06-19Fix for Debug build on MSVC2008 and MSVC2012 after Cycles Kernel optimization:Jürgen Herrmann
2013-06-19Usability:Ton Roosendaal
2013-06-19Fix for expanded enums with icon_only enabled, name of each item was still us...Bastien Montagne
2013-06-19fix own regression with normal recalculation updatesCampbell Barton
2013-06-19ui precision drawing - avoid calling pow(10, -prec) since the range is small ...Campbell Barton
2013-06-19Take precision into account for calculating display of small numbersGaia Clary
2013-06-19fix for filesel autocomplete, it had the annoying behavior if you entered in ...Campbell Barton
2013-06-19dont use 'if(${WITH_STATIC_LIBS})', no need to expend the variable.Campbell Barton
2013-06-19Fix #35773: Drag-to-Open failed in Movie Clip EditorSergey Sharybin
2013-06-19Followup to svn rev57551Sergey Sharybin
2013-06-19fix [#35795] Edge split modifier do not show result in viewport with curves.Campbell Barton
2013-06-19move modifier callback wrappers into modifier.cCampbell Barton
2013-06-19fix [#35793] Crash When Painting Gradient WeightCampbell Barton
2013-06-19alternate fix for r57562. check if the mouse is over the parent menu.Campbell Barton
2013-06-19fix [#35792] Submenus not opening properly on mouse moveCampbell Barton
2013-06-19report exceptions when enabling and disabling modules in blenders interface.Campbell Barton
2013-06-19Cycles / UI:Thomas Dinges
2013-06-19VS 2012 x86 SCons update.Jürgen Herrmann
2013-06-18Fix for own mistake in r57555 :-(Jürgen Herrmann
2013-06-18Compile fix for r57554 missing include "BLI_string.h" in BLI_path_util.hJürgen Herrmann