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
2012-01-21quiet warnings and possible NULL checking crash fix for indentation functions.Campbell Barton
2012-01-21modify number button copy/paste to work as if you enter the button, select te...Campbell Barton
2012-01-20Try fixing modifier keys not working correctly for uv sculpting.Antony Riakiotakis
2012-01-20comment some dead assibnment and set dummy values for image profile conversio...Campbell Barton
2012-01-20quiet warnings for using uninialized color var in ED_image_draw_info().Campbell Barton
2012-01-20Cleanup of default_value handling in node sockets.Lukas Toenne
2012-01-20Fix #27120: Bake to image used for rendering glitch (bake feedback loop)Sergey Sharybin
2012-01-20- Fix for commit 43551 which caused a linking error in blenderplayer.Andrew Hale
2012-01-20misc changes from bmesh, syncing across to trunk, no functional changesCampbell Barton
2012-01-20- Added functions to remove mesh vertices, edges and faces. These functions r...Andrew Hale
2012-01-20smart stitchAntony Riakiotakis
2012-01-19simplify clipping loopCampbell Barton
2012-01-19style edits - < 120 line widthCampbell Barton
2012-01-19yRemove missed/unused "tweak" property from keymap for outliner's border selectSergey Sharybin
2012-01-19use color conversions functions in more places.Campbell Barton
2012-01-19rename rgb_float_to_byte, rgb_byte_to_float to rgb_float_to_uchar, rgb_uchar_...Campbell Barton
2012-01-19add utility functions linearrgb_to_srgb_uchar4,Campbell Barton
2012-01-19Remove a couple more unneeded variables from paint cursor drawing.Nicholas Bishop
2012-01-19Remove some unused alpha code in paint_cursor.Nicholas Bishop
2012-01-19Remove stroke parameter from PaintStroke's StrokeGetLocation callback.Nicholas Bishop
2012-01-19Move paint's WM paint cursor code into a new file.Nicholas Bishop
2012-01-19Code cleanup: remove some unused code.Brecht Van Lommel
2012-01-19patch [#29924] Border select tool implementation for the outlinerCampbell Barton
2012-01-18Curve points of tracking curves now can be grabbed to smooth spikesSergey Sharybin
2012-01-18Fix #29918: Set Scale does not work the second timeSergey Sharybin
2012-01-18edit to r43487Campbell Barton
2012-01-18small usability edit, now there is some feedback on when the camera is locked...Michael Fox
2012-01-17misc small changes and bmesh support for testing scriptCampbell Barton
2012-01-17fix for error in merge 43462Campbell Barton
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis
2012-01-17Disable "Ask for each file" menu option for files unpack. It was never implem...Sergey Sharybin
2012-01-17Fix #29905: extend transform a sequencer meta strip did not update the positionBrecht Van Lommel
2012-01-17Fix #29762: columns in long enum property menu's were in the wrong order.Brecht Van Lommel
2012-01-17remove BKE_array_mallocn.h, replace use with BLI_array.h, also removed Campbell Barton
2012-01-17New pchan to pose matrices computes. Fixes [#27898] Bone snap to cursor fails...Bastien Montagne
2012-01-16patch [#29859] UTF-8 support for text editor.Sv. Lockal
2012-01-16more keymap editsCampbell Barton
2012-01-16middle mouse jump scrolling for text window.Campbell Barton
2012-01-16use a look for paint brush switching keysCampbell Barton
2012-01-16use TRUE/FALSE for boolean keymaps, no functional changesCampbell Barton
2012-01-16went over all keymaps to check for cases where defaults were assumedCampbell Barton
2012-01-16fix for defaults not being set for object mode hide and delete keymap.Campbell Barton
2012-01-16Allow camera 1:1 and center camera view to run from menu's.Campbell Barton
2012-01-16opengl render save ignored alpha settings. also some FILE_MAX defines missed ...Campbell Barton
2012-01-16use FILE_MAX instead of 240 or comment where define cant be used.Campbell Barton
2012-01-16Minor sculpt/paint cleanups.Nicholas Bishop
2012-01-15support for quick jump to scroll area with middle mouse clicking on scroll ar...Campbell Barton
2012-01-15fix crash when calling bpy.ops.render.render('INVOKE_DEFAULT') from the pytho...Campbell Barton
2012-01-15Another fix for previous own fix...Bastien Montagne
2012-01-15Color channels now can be disabled for the whole frame in clip editorSergey Sharybin