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-09-30style cleanupCampbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell 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-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-07-25match function names for clip/image spacesCampbell Barton
2012-07-25image space now has a mode for view/paint/mask editing.Campbell Barton
2012-07-15Fixed deadlock caused by thread locks added in 48893Sergey Sharybin
2012-07-13Fix #32087: Crash while changing values in comp editor (bt and blender included)Sergey Sharybin
2012-06-11Code cleanup - Removing/commenting out various bits of legacy cruft related toJoshua Leung
2012-06-10mango requestCampbell Barton
2012-06-07Remove unused ibuf argument from draw_gpencil_2dimageSergey Sharybin
2012-05-05code cleanup: brush/camera namingCampbell Barton
2012-04-28Camera tracking: if there's no image for current frame display default gridSergey Sharybin
2012-03-28style cleanupCampbell Barton
2012-03-28Small cleanup for r45238, remove empty/unused function.Nicholas Bishop
2012-03-28Cycles: viewport rendered draw mode now shows background images, also changed...Brecht Van Lommel
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-17minor improvement to image info color sample drawing, draw a grey outline.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-01-20quiet warnings for using uninialized color var in ED_image_draw_info().Campbell Barton
2012-01-12remove redundant trailing slashesCampbell Barton
2012-01-12de-duplicate function copy-paste for node color sampling.Campbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2011-11-30Deduplicate code used for drawing text information at the top of space region.Sergey Sharybin
2011-11-05use (const char*) rather than (char*) where possible.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-05-16LCMS code removed, was an experiment but never finished.Brecht Van Lommel
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-04-23quiet some clang warnings & fix for bugs in exceptional cases.Campbell Barton
2011-04-23Color info in node editor backdrop now supports color management.Lukas Toenne
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-20Upgrade for pixel color info in image editor and compositor backdrop. Next to...Lukas Toenne
2011-04-04noticed image color info text was impossible to read at 25% alpha with some i...Campbell Barton
2011-03-27subsurf, derived mesh and other misc files: floats were being implicitly prom...Campbell Barton
2011-03-27object/paint/misc-files: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-26Sampling float colors in Image Editor only showed 3 digits precision.Ton Roosendaal
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-15fix for own error with image info display, also dont draw if the mouse is out...Campbell Barton
2011-02-12fix for more warnings.Campbell Barton
2011-01-31Changed alpha blending mode for image editor and node previews. This was usin...Lukas Toenne
2011-01-17Bugfix #25657Ton Roosendaal
2011-01-17misc maintenance changesCampbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-15Bugfix #25235Ton Roosendaal
2010-12-10Change the BLF_aspect function to handle 3d text.Diego Borghetti
2010-12-02use fixed width fonts for image stat display.Campbell Barton
2010-10-14remove unused args or tag as unused for image and screen editors, uiItemEnumR...Campbell Barton