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-12Merge w/ trunk: r51141-52085 (Important Note: gameengine and blenderplayer we...Jason Wilkins
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-14More UI messages and BKE_reportf->BKE_report fixes...Bastien Montagne
2012-10-13More UI messages fixes.Bastien Montagne
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-10-08code cleanup: reduce change the size of some float vectors that were bigger t...Campbell Barton
2012-10-07Merge w/ trunk: r50097-r51140 (also, I got ahead of myself and fixed a lot of...Jason Wilkins
2012-09-27Fix/enhancement of "locale to po file name" code. Now should handle nicely lo...Bastien Montagne
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-05fix for various redundant checks and possibly fix some crashes in rare situat...Campbell Barton
2012-08-23code cleanup: rename BLI_in_rctf() --> BLI_rctf_isect_pt(), to conform with o...Campbell Barton
2012-08-21"Pens Down" merge /w trunk r49015-r50064. Make clean patches for Google Summ...Jason Wilkins
2012-08-20HDR color picker now works in the clip space.Campbell Barton
2012-08-19style cleanupCampbell Barton
2012-08-18code cleanup: use BLI rect functions for interface button and block code.Campbell Barton
2012-08-18use rctf struct for UI buttons and blocks, easier to read and means we can us...Campbell Barton
2012-08-16support fro HDR color picking (values over 1.0) when color picking in the ima...Campbell Barton
2012-08-08header fixup, aspect api, warning fixes, removed some minor use of display li...Jason Wilkins
2012-07-09UI translation from inside Blender UI: first part.Bastien Montagne
2012-06-15fix for own mistake - sampling was adjusting alpha when it shouldn't, also ma...Campbell Barton
2012-06-15click dragging with the eye dropper now averages out colors - useful when you...Campbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop
2012-05-09Fix #31371: copy data path should be disabled in places where it doesn't work,Brecht Van Lommel
2012-05-05code cleanup: BKE_ naming, also make bpy.data.images.load() always load a new...Campbell Barton
2012-04-19Fix #30998: copy to selected in properties editor not working for bones.Brecht Van Lommel
2012-04-10Fix properties editor, right click menu "Copy to Selected" not working forBrecht Van Lommel
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-30style cleanup: interfaceCampbell 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-03-18spelling cleanupCampbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-02-07Code Cleanup:Campbell Barton
2012-01-16use FILE_MAX instead of 240 or comment where define cant be used.Campbell Barton
2011-12-12fix for 2 crashes running operators in background mode.Campbell Barton
2011-11-14minor cleanup Campbell Barton
2011-11-04utility function to find the biggest area: BKE_screen_find_big_area(...), was...Campbell Barton
2011-11-04compile without python works againCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-23use defines for keying set names to avoid confusing them with text and having...Campbell Barton
2011-10-23Context menu 'Edit Source' operator no longer needs to be enabled as a build ...Campbell Barton
2011-09-29no-longer select handles when transforming in the dopesheet since now the dop...Campbell Barton
2011-09-28fix 2 bugs with reset-default failing on operators redo panel.Campbell Barton
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell 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-02-13many functions in blender are not marked static but should be.Campbell Barton