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
2011-04-19Some strings to store ID names were too small, could cause stack corruption.Campbell Barton
2011-04-18fix [#27015] RNA Bug: Unpacking sounds with a long ID name fails: sound ID le...Campbell Barton
2011-04-11fix for one of the [#26854] UV issuesCampbell Barton
2011-04-06fix for cmake glew includes (tested with mingw), also made qtcreator project ...Campbell Barton
2011-04-04noticed image color info text was impossible to read at 25% alpha with some i...Campbell Barton
2011-04-02Bugfix #26736Ton Roosendaal
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-03-25SpaceImage.curves --> curve for consistency.Campbell Barton
2011-03-23fix [#26588] In render view, Blender crashes when collapsing an opened split ...Campbell Barton
2011-03-22Bugfix #26562Ton Roosendaal
2011-03-12More on bug #26432Ton Roosendaal
2011-03-10Bugfix #26424Ton Roosendaal
2011-03-09Bugfix #26424Ton Roosendaal
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-03-03Bugfix #26307Ton Roosendaal
2011-03-02Bugfix #26226Ton Roosendaal
2011-02-28minor change for image invert operatorCampbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
2011-02-26Sampling float colors in Image Editor only showed 3 digits precision.Ton Roosendaal
2011-02-25bugfix #26211M.G. Kishalmi
2011-02-23adjustments to recent commit:M.G. Kishalmi
2011-02-23added image-editor operators:M.G. Kishalmi
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-15moving dir strings into global namespace for doc access (coming up)Campbell Barton
2011-02-15fix for own error with image info display, also dont draw if the mouse is out...Campbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-12fix for more warnings.Campbell Barton
2011-02-05Bugfix #25944Ton Roosendaal
2011-01-31Changed alpha blending mode for image editor and node previews. This was usin...Lukas Toenne
2011-01-30remove nan-makefilesCampbell Barton
2011-01-26fix from andguent on irc, wasn't checking for property type.Campbell Barton
2011-01-26Possible fix for issue #2 in [#25664] Remove Pack does not work in Texture panelCampbell Barton
2011-01-22Fix for [#25664] Remove Pack does not work in Texture panelJanne Karhu
2011-01-17Bugfix #25657Ton Roosendaal
2011-01-17misc maintenance changesCampbell Barton
2011-01-13remove/comment unused varsCampbell Barton
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-04todo item:Ton Roosendaal
2011-01-03Image window Scopes (P key): the 4th "line histogram" was notTon Roosendaal
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-20bugfix [#25238] Render image window edits UV'sCampbell Barton
2010-12-15Bugfix #25235Ton Roosendaal
2010-12-13Fix for imageeditor's scopes not updating when changing the image.Xavier Thomas
2010-12-13option to reverse cycle through render slots (Alt+J).Campbell Barton
2010-12-10Change the BLF_aspect function to handle 3d text.Diego Borghetti