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
2014-11-30Cleanup: warnings & spaceCampbell Barton
2014-11-30Removing last vestigial remains of old C-based UI for Grease PencilJoshua Leung
2014-11-30Grease Pencil - Storyboarding Features (merge from GPencil_EditStrokes branch)Joshua Leung
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-10-13Fix T42206: RenderLayers popup crashed when clicked while renderingCampbell Barton
2014-10-09Implement custom names for render slotsSergey Sharybin
2014-10-02Fix T42008: Dragging and packing issue about new blank imageSergey Sharybin
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-13Code cleanup: use ED_gpencil_ prefix for grease pencilCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-03I18N: add missing linesSv. Lockal
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-31Fix bug in image texture UI: "Use Alpha" checkbox doesn't appear if file form...IRIE Shinsuke
2014-02-19Use tabs for image editor.Antony Riakiotakis
2014-02-17Code cleanup: unused/warningsCampbell Barton
2014-02-13correct error in recent menu update for render slots, missing callbackCampbell Barton
2014-02-11Fix for fix with render layer menuCampbell Barton
2014-02-11Own recent removal of string encoded menus missed render layers/passesCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-13Code Cleanup: replace checks for ima->source with BKE_image_is_animatedCampbell Barton
2013-10-11Fix #37036, pack and refresh button not aligned anymore. Also addAntony Riakiotakis
2013-07-28use '_exec' suffix for operator execute callbacks, also picky change to sizeo...Campbell Barton
2013-05-08code cleanup: remove references to BLI_rand.hCampbell Barton
2013-04-23rna attribute consistency edits, use common prefix for booleans.Campbell Barton
2013-03-27I18n fixes for C panels & menus (we have to specify the default bpyrna contex...Bastien Montagne
2013-03-16code cleanup: quiet some -Wshadow warnings, mix of obvious mistakes and harml...Campbell Barton
2013-03-14use BLI_strncpy_rlen() rather then BLI_snprintf() when no formatting is needed.Campbell Barton
2013-03-12Temp fix for stupid -Wformat-security issue.Bastien Montagne
2013-03-04patch [#34103] use boolean in path functions and add comments.Campbell Barton
2013-02-28More UI messages fixes...Bastien Montagne
2013-02-13style cleanupCampbell Barton
2013-02-12Fix render layer previous/next buttons not respecting DPI.Brecht Van Lommel
2013-01-22correct addon tutorial section on keymap register/unregister and add label ne...Campbell Barton
2012-12-31Alpha premul pipeline cleanupSergey Sharybin
2012-12-29style cleanupCampbell Barton
2012-12-23Added support of J2K codec for Jpeg2000 writingSergey Sharybin
2012-12-17fix [#33501] Grease pencil in OpenGL renderCampbell Barton
2012-11-15Image thread safe improvementsSergey Sharybin
2012-10-25Bugfix #27585Ton Roosendaal
2012-10-22Patch #27397: Improved DPX/Cineon codeSergey Sharybin
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-24Proper fix for #32626: TIFF renders are limited to 8 bit even when we choose 16.Sergey Sharybin
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-22code cleanup: use rect size macrosCampbell Barton
2012-08-21fix for bug with render slots - where the menus wouldnt only show layers from...Campbell Barton