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-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
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-11-17fixes from r33127Campbell Barton
2010-11-17Keyframing Operators: Improved Error MessagesJoshua Leung
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-09-25Fix #23847: keyframe insert on button not working in popup menus, e.g.Brecht Van Lommel
2010-09-24Fix #22947: sample color tool not working in user preferences, was assuming theBrecht Van Lommel
2010-08-08remove unused includesCampbell Barton
2010-07-04'Copy To Selected' (right click menu item) now works for sequence strips, use...Campbell Barton
2010-03-30Fix [#20115] Some theme settings are not savedMatt Ebb
2010-03-23more lint includesCampbell Barton
2010-03-10Fix [#21520] Using sample tool from color ramp sets alpha to 0Matt Ebb
2010-03-09Fix [#21047] Sample color too dark when not using color managmentMatt Ebb
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-01-07Fix for eyedropper not calling proper updates. Silly!Matt Ebb
2010-01-07Fix for Color Picker Eyedropper crash. Thx Matt :)Thomas Dinges
2010-01-07Color Picker work:Matt Ebb
2010-01-04* Fix tooltip for reset default valuesMatt Ebb
2009-12-17SVN maintenance.Guillermo S. Romero