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
2008-12-10move the paint buttons from the image view and buttons window into one function.Campbell Barton
2008-10-14Bugfix #17830Ton Roosendaal
2008-10-08Fixed a tooltip typoKent Mein
2008-09-29resolve some compiler warnings with intel c/c++ compilerCampbell Barton
2008-09-05Grease Pencil - Available in Image Editor:Joshua Leung
2008-07-07* New UV editor selection mode: IslandMatt Ebb
2008-05-13disabled drawing the 2d image cursor when painting, added copy bevel weight t...Campbell Barton
2008-05-13[#11152] [C] key shortcut is broken in UV/Image EditorCampbell Barton
2008-05-10fix for [#8359] Sequencer image preview: HOME hotkey zooming at output res, n...Campbell Barton
2008-05-03own error assigning a value out of array bounds thanks Cyril Brulebois for po...Campbell Barton
2008-04-28Fix for bug #9652: "draw zbuffer values" in the image editor didBrecht Van Lommel
2008-04-18More changes to GET_INT_FROM_POINTER and SET_INT_IN_POINTER to get rid ofKen Hughes
2008-04-13UV EditingCampbell Barton
2008-04-13* Made Armature auto name L/R, Top/Bot, Fr/Bk remove existing, known extensions.Campbell Barton
2008-04-01added a sloppy option for getting the active face, which returns the last sel...Campbell Barton
2008-03-26made editmode face copy menu appier with when there is no active face (withou...Campbell Barton
2008-03-26UV Unwrap (lscm, project from view, cube etc) now default to correcting for t...Campbell Barton
2008-03-26fix for [#8732] Unwrap Project from View not matching ViewCampbell Barton
2008-03-24uv stretch display respect image aspect ratio,Campbell Barton
2008-03-11fix for cam.setScale(), cam.setClipStart(), cam.setClipEnd() andCampbell Barton
2008-03-09adjusted uv stretch angle error to show more errors for low values.Campbell Barton
2008-03-09replaced zero comparisons with FLT_EPSILONCampbell Barton
2008-03-09removed printf and also removed some unneeded stuff, correct angles aren't ne...Campbell Barton
2008-03-09optimized uv stretch display angle calculationCampbell Barton
2008-03-09fix for uninitialized variables in uv stretch drawing,Campbell Barton
2008-03-09uv stretch area display could flicker red sometimes, removed some GL settings...Campbell Barton
2008-03-09Added UV Stretch (area/angle) display optionsCampbell Barton
2008-02-24Fix for bug #8324: J-key render buffer switching had various issues.Brecht Van Lommel
2008-02-23=Reversion of premul bugfix=Joseph Eagar
2008-02-21Fix for bug #8313: image editor alpha drawing + user aspect ratio wasBrecht Van Lommel
2008-02-19Further work on the premul option for ton. This optionJoseph Eagar
2008-02-16Images in the image editor were being draw with the wrong glBlendFunc() commandJoseph Eagar
2007-12-19Bugfix: prevention of redraw of the 3d view or other windows whileBrecht Van Lommel
2007-11-25replace macro's with functions for UV editmode checks, this wasn't nice code ...Campbell Barton
2007-11-17Selecting an image in editmode now adds UV's if they are not there (before as...Campbell Barton
2007-11-15Bugfix:Brecht Van Lommel
2007-10-26==Python API==Campbell Barton
2007-10-25checkers being drawn as many glRects is slow when zoomed in, use Campbell Barton
2007-10-25==UV/Image Window==Campbell Barton
2007-10-24* Changing images in the UV view didnt work properly - reported as bug 7467 (...Campbell Barton
2007-10-03UV EditModeCampbell Barton
2007-10-01made changing mesh vert/edge/face modes redraw the image view since, Campbell Barton
2007-09-30- rewrote UV Stitch, (seperate from limit stitch now), does much less Campbell Barton
2007-09-27glitches with UV tools fixed - P was grabbing, snap cursor to selection Campbell Barton
2007-09-26mistake in my last commit - reversed black/white UV line drawCampbell Barton
2007-09-26* Made the UV editor dashed lines a little less overbearingMatt Ebb
2007-09-26re-arranged buttons from matts suggestions. removed some unused vars and adde...Campbell Barton
2007-09-25made active vert/edge/face draw properly with modifiers applied and made thei...Campbell Barton
2007-09-24Made the remaining UV py scripts work with editmesh now.Campbell Barton
2007-09-23drawimage wasnt updating when shadow mesh was enabledCampbell Barton