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-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-17HDR color picking was not working for node spaceCampbell Barton
2012-08-17code cleanup:Campbell Barton
2012-08-16support fro HDR color picking (values over 1.0) when color picking in the ima...Campbell Barton
2012-08-12style cleanupCampbell Barton
2012-08-12code cleanup: WM naming conventionsCampbell Barton
2012-08-04style cleanupCampbell Barton
2012-08-01fix crash when polling image sample outside image space.Campbell Barton
2012-07-30fix own mistake getting an image for the image open file selector.Campbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-26fix some types and incorrect infoCampbell Barton
2012-07-26image histogram/sample line couldn't show HDR colors. now allow zooming the v...Campbell Barton
2012-07-25match function names for clip/image spacesCampbell Barton
2012-07-25move ED_image functions into their own file.Campbell Barton
2012-07-25fix annoying bug where image open from ID template didn't open in the existin...Campbell Barton
2012-07-08style cleanupCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-06-21display a sample line in the hue correct, handy to sample the image to know w...Campbell Barton
2012-06-14image sample line now updates with the compositor changes (mango request)Campbell Barton
2012-06-10mango request - add alpha to histogram & sample line.Campbell Barton
2012-06-10mango requestCampbell Barton
2012-06-04Fix #31352: Image sequence texture - can't load image after changing image so...Sergey Sharybin
2012-06-01Make "Match Movie Length" into an operator (must be called inside a context h...Bastien Montagne
2012-05-20code cleanup:Campbell Barton
2012-05-17 ____ Jeroen Bakker
2012-05-07Some misc fixes to UI messages...Bastien Montagne
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: BKE_ naming, also make bpy.data.images.load() always load a new...Campbell Barton
2012-05-04First part of fix for [#31157]: Some (actually, 172) operators have no tooltip.Bastien Montagne
2012-04-28add back lasso tool in the UV editor (Ctrl+LMB / Ctrl+Shift+LMB)Campbell Barton
2012-04-24screenshot operator now adds file extension in the file selector and has its ...Campbell Barton
2012-04-13Fix part of #30934: save as image in image editor did not set proper defaultsBrecht Van Lommel
2012-04-02Fix #30776: image editor pan not using continuous grab if enabled.Brecht Van Lommel
2012-03-30Image editor: shortcuts 1-key to 8-key for switching between render slots, patchBrecht Van Lommel
2012-03-28style cleanupCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell 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-09style cleanup: spelling.Campbell Barton
2012-02-24TODO item: zoom to mouse location in image editorSergey Sharybin
2012-02-16fix for replacing a generated image with a file, the image would stay generated.Campbell Barton
2012-02-07Code Cleanup:Campbell Barton
2012-01-24Fix #29946: Recover Auto Save defaults to "Short List" View -- Cannot determi...Sergey Sharybin
2012-01-20quiet warnings for using uninialized color var in ED_image_draw_info().Campbell Barton
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis
2012-01-16use FILE_MAX instead of 240 or comment where define cant be used.Campbell Barton
2012-01-14add utility function to BLI_math_color - rgb_to_luma, rgb_to_luma_byte, also ...Campbell Barton
2012-01-12de-duplicate function copy-paste for node color sampling.Campbell Barton
2012-01-11rename RNA_property_is_set() --> RNA_struct_property_is_set() in preperation ...Campbell Barton