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-09-18Cleanup: style, spellingCampbell Barton
2014-09-16Fix T41818: Missing refresh on Undo for nodes (mask example)Sergey Sharybin
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-28Add render result caching.Bastien Montagne
2014-05-30Fix T40438: Name of texture is not synchronizeSergey Sharybin
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-02Implement fame sliding from IE's cache lineSergey Sharybin
2014-04-02implement cache line for image editorSergey Sharybin
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-11Fix T39081: Crash duplicating objectsCampbell Barton
2014-02-28Fix T38885: missing image editor paint brush updates after recent UI changes.Brecht Van Lommel
2014-02-19Use tabs for image editor.Antony Riakiotakis
2014-01-29Fix T38400: crash in image_listener accessing deleted object.Brecht Van Lommel
2014-01-12Fix T38160, N and T sidebars in Image Editor are swapped. Now the Properties ...Andrew Buttery
2013-10-31Fix #37261 Rendering a Render Layer from another scene doesn't update.Lukas Toenne
2013-10-12Option to overlay mask over the footageSergey Sharybin
2013-08-27Mask primitivesSergey Sharybin
2013-08-21Image Editor: implement FKey to call 'View All' with 'fit_view'Dalai Felinto
2013-07-21correct switch statement: image_listener NC_GEOM was falling through to NC_OB...Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-06-25Fix #35767: transforming nodes in the node editor changed the wireframe colorBrecht Van Lommel
2013-06-25Fix unnecessary 3D viewport redraws in various cases, in particular when editingBrecht Van Lommel
2013-05-15Attempt to fix #35057 and #35372: slow texture painting performance.Brecht Van Lommel
2013-04-15Fix #34978: for cycles, images displayed in the UV editor where coupled to theBrecht Van Lommel
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-10Fix #34941: Space.draw_handler_add now supports PRE_VIEW and POST_VIEW callbacksBrecht Van Lommel
2013-04-05Fix eternal compo refresh when having image editor with mask openedSergey Sharybin
2013-04-02Usability fix, for color grading.Ton Roosendaal
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-01Fix / Workaround for [#34474] "Record Composite" image op segfaults in compos...Thomas Dinges
2013-02-10Scroller initialize for Image Window regions too.Ton Roosendaal
2013-01-29Alpha display changes:Sergey Sharybin
2013-01-15Spelling correctionsSergey Sharybin
2013-01-15Two threading issues:Sergey Sharybin
2012-12-29Trackpad fixes & changes:Ton Roosendaal
2012-12-17fix [#33501] Grease pencil in OpenGL renderCampbell Barton
2012-12-15Fix #33539: shift+numpad 2/4/8 shortcuts for zoom in image and clip editorBrecht Van Lommel
2012-11-15Image thread safe improvementsSergey Sharybin
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-10-05Grease Pencil notifier/listener cleanupDan Eicher
2012-09-24Fix image editor switching to no image when deselecting all faces for UV edit...Brecht Van Lommel
2012-09-19Fix #32576: missing image editor update when entering edit mode with UV textu...Brecht Van Lommel
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-13fix for drawing non 1:1 aspect masks, transform and selection still need supp...Campbell Barton
2012-08-31Fix #32458: changing UV image in image editor not working when the active faceBrecht Van Lommel
2012-08-22fix for glitch with mask refresh in the image view when lock was disabled - i...Campbell Barton