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-10-25fix [#32938] The Splash Screen doesn't show up correctly .....Campbell Barton
2012-10-25Fix #30940: layout.prop_search() item not drawing correct inside menus.Brecht Van Lommel
2012-10-24add section on how to run scripts in blender for the API intro, found there w...Campbell Barton
2012-10-24fix for maximized startup blend preventing -p command line argument from work...Campbell Barton
2012-10-24use min_ii/max_ii over MIN2 MAX2Campbell Barton
2012-10-23debug output: stop printing event handlers for mouse moves of mouse inbetween...Campbell Barton
2012-10-22New "dynamic" i18n menu.Bastien Montagne
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-21code cleanup: spellingCampbell Barton
2012-10-21style cleanup: commentsCampbell Barton
2012-10-20don't print mousemoves with wm_handlers_do and --debug-eventsCampbell Barton
2012-10-19More UI messages fixes and tweaks, BKE_report<->BKE_reportf, and stuff to tra...Bastien Montagne
2012-10-19Fix #32705: Esc a value change doesn't recalc compositorSergey Sharybin
2012-10-14style cleanupCampbell Barton
2012-10-13More UI messages fixes.Bastien Montagne
2012-10-12code cleanup: video playback move frame step into the PlayState struct.Campbell Barton
2012-10-12fix for many RNA definitions having soft/hard ranges swapped, make this BLI_a...Campbell Barton
2012-10-09Fix #32824: Color management configuration check was missed on file link/appendSergey Sharybin
2012-10-07Fix file descriptor leak in BLI_file_ungzip_to_mem and small memleak in wm_wi...Sv. Lockal
2012-10-07style cleanup: if();Campbell Barton
2012-10-06disable padding warning for DNA, gave problems with struct bounds padding whi...Campbell Barton
2012-10-05code cleanup: use functions to initialize selection user data structs, use ra...Campbell Barton
2012-10-05Fix related to #32734: crash saving blend file from render_pre callback. NotBrecht Van Lommel
2012-09-30style cleanupCampbell Barton
2012-09-28fix for header not updating with an error report when a job finishes.Campbell Barton
2012-09-27wm_event_do_handlers was calling sound_sync_scene() twice without error check...Campbell Barton
2012-09-24Fix #32644: ctrl+F11 internal animation player crashSergey Sharybin
2012-09-22Improvement to own commit r50810.Campbell Barton
2012-09-22Updated commentSergey Sharybin
2012-09-22Color Management: different fixes for byte buffersSergey Sharybin
2012-09-21Fix for [#32595] N shortcut (view-properties) is not shown in preview mode in...Bastien Montagne
2012-09-18code cleanup: warning and styleCampbell Barton
2012-09-16code cleanup: quiet warnings for gcc's -Wundef, -Wmissing-declarationsCampbell Barton
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-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-13code cleanup: reduce calls to CTX_ functions inline, add some docs to mask ra...Campbell Barton
2012-09-11'new file' now runs bpy.app.handlers.load_pre/post callbacks.Campbell Barton
2012-09-08style cleanupCampbell Barton
2012-09-05change templates to call modal_handler_add() is called last since any errors ...Campbell Barton
2012-09-04stule cleanupCampbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-08-24Code cleanup: remove some unused code.Brecht Van Lommel
2012-08-23code cleanup: rename BLI_in_rctf() --> BLI_rctf_isect_pt(), to conform with o...Campbell Barton
2012-08-22code cleanup: use rect size macrosCampbell Barton
2012-08-21code cleanup: vfont's used confusing and over complicated method of storing m...Campbell Barton
2012-08-21Fix #32370: compiler error in wm_playanim.c due to conflicting Carbon ID typeBrecht Van Lommel
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-20macros for rectangle center and sizeCampbell Barton
2012-08-19Patch #32326: NDOF support of rotation and panning the view at the same timeSergey Sharybin