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-02-28Fix T38885: missing image editor paint brush updates after recent UI changes.Brecht Van Lommel
2014-02-26WM: hide screen management and ndof operators from seach popupCampbell Barton
2014-02-25Fix T38808: image opened with 'relative path', gets absolute pathDalai Felinto
2014-02-22NDOF: fix for view3d ignoring lens values when panningCampbell Barton
2014-02-19Use tabs for image editor.Antony Riakiotakis
2014-02-18NDOF: Fix for fly/walk mode ignoring axis invert optionsCampbell Barton
2014-02-18NDOF: fix for broken zoom invert for image and clip editorCampbell Barton
2014-02-18NDOF: image and clip views ignored axis invert preferencesCampbell Barton
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-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-29Fix T38400: crash in image_listener accessing deleted object.Brecht Van Lommel
2014-01-29Option to lock the interface while renderingSergey Sharybin
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-21Code Cleanup: use bool for return values and correct commentsCampbell Barton
2014-01-21Code Cleanup: styleCampbell Barton
2014-01-20Fix T37481: Image Sequence can't be loadedAndrea Weikert
2014-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2014-01-13Code Cleanup: replace checks for ima->source with BKE_image_is_animatedCampbell Barton
2014-01-12Fix T38160, N and T sidebars in Image Editor are swapped. Now the Properties ...Andrew Buttery
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-24UI: Display alpha checkers in image info's color swatch.Campbell Barton
2013-12-24UI: fix for slight glitch drawing image infoCampbell Barton
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-19Followup for fix T37718: image was not saving with proper settings second timeSergey Sharybin
2013-12-13Image cache rewrite to using generic movie cacheSergey Sharybin
2013-12-12RNA: Add pixels property typeScott Petrovic
2013-12-10Style CleanupCampbell Barton
2013-12-08Fix T37326 inversion of image channels did not do an undo push. Now only do a...Antony Riakiotakis
2013-12-02Blender Font (BLF): add length argument to string width/height functionsCampbell Barton
2013-11-26Code cleanup: As Sergey stated on bf-committers one should use id_us_min() if...Thomas Beck
2013-11-25Code Cleanup: style commentsCampbell Barton
2013-11-24Commit D31 : Check if the user count needs to be decreased after adding a new...Thomas Beck
2013-11-18Fix part of T37326: IMAGE_OT_invert won't update if buffer is floatSergey Sharybin
2013-10-31Fix #37261 Rendering a Render Layer from another scene doesn't update.Lukas Toenne
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-13cmake/openimageio - partially reverting #60692Dalai Felinto
2013-10-12Option to overlay mask over the footageSergey Sharybin
2013-10-12More fixes for PSD support in SCons scirpts...Irie Shinsuke
2013-10-12Fix build scripts related to PSD support. Both CMake and SCons builds were b...Irie Shinsuke
2013-10-11adding WITH_IMAGE_OPENIMAGEIO and removing the PSD build optionDalai Felinto
2013-10-11Fix #37036, pack and refresh button not aligned anymore. Also addAntony Riakiotakis
2013-10-09Photoshop PSD supportDalai Felinto
2013-10-07Fix #36981, Removing Sample line fails during render.Lukas Toenne
2013-10-07Fix #36980: Color space issue when displaying pixel color in a renderSergey Sharybin
2013-10-07Remove unused and meaningless line.Sergey Sharybin
2013-10-01* Change NA_EDITED notifier to NA_ADDED, as suggested by Sergey. (r60414 foll...Thomas Dinges