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-11-27Merge w/ trunk: r52086-r52534 (As with last time, the game engine was not mer...soc-2012-swiss_cheeseJason Wilkins
2012-11-12Merge w/ trunk: r51141-52085 (Important Note: gameengine and blenderplayer we...Jason Wilkins
2012-11-11* Replace math.h with BLI_math.h, this fixes compile on windows. Thomas Dinges
2012-11-11Four fixes (own collection)Ton Roosendaal
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-07Merge w/ trunk: r50097-r51140 (also, I got ahead of myself and fixed a lot of...Jason Wilkins
2012-09-18Color Management: fixed crash when changing display device in screenshot sav...Sergey Sharybin
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-08-22code cleanup: use rect size macrosCampbell Barton
2012-08-21"Pens Down" merge /w trunk r49015-r50064. Make clean patches for Google Summ...Jason Wilkins
2012-08-15fix for missing change to fluidsim from last commit and name jobs a more usef...Campbell Barton
2012-08-15add wm job types they are not used yet, so this just defines them for new job...Campbell Barton
2012-08-12code cleanup: WM naming conventionsCampbell Barton
2012-08-08header fixup, aspect api, warning fixes, removed some minor use of display li...Jason Wilkins
2012-08-04style cleanupCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-08style cleanup: screenCampbell Barton
2012-05-07Style cleanup: change ffmpeg, avi and frame server api to rna-ish naming styleSergey Sharybin
2012-05-06Last part of fix for [#31157]: Some (actually, 172) operators have no tooltip.Bastien Montagne
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-04-24screenshot operator now adds file extension in the file selector and has its ...Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-01-24Fix #29946: Recover Auto Save defaults to "Short List" View -- Cannot determi...Sergey Sharybin
2012-01-13Fix #29824: Error writing frame if 3D scene starts after first frame of anima...Sergey Sharybin
2012-01-11rename RNA_property_is_set() --> RNA_struct_property_is_set() in preperation ...Campbell Barton
2012-01-05Fix #29796: Poor screencast quality with any AVI CodecSergey Sharybin
2011-12-06remove invalid NULL checks from own recent commit and minor pep8 edits.Campbell Barton
2011-12-05Fix #28107: save screenshot operator option to save full screen or only a singleBrecht Van Lommel
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell Barton
2011-11-22move image settings into their own structure so the interface can be shared w...Campbell Barton
2011-11-20share code for fluidsim, ocean & dynamic paint file paths.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-05-19screenshot operator can now be executed directly.Campbell Barton
2011-05-04workaround [#27276] Full Screen toggle for Save Screenshot ignoredCampbell Barton
2011-04-30- pass the camera to the render stamp function.Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-04Todo items:Ton Roosendaal
2010-11-16option to write images to a files on single frame renders, this isn't accesse...Campbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-14remove unused args or tag as unused for image and screen editors, uiItemEnumR...Campbell Barton
2010-08-08remove unused includesCampbell Barton
2010-07-01adding image strips wasnt working, use the 'directory' component of the file ...Campbell Barton
2010-06-14naming changesCampbell Barton