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-08-31fix for error in my recent change to image save.Campbell Barton
2011-08-31catch exception and report an error when failing to write exr files - was cra...Campbell Barton
2011-08-26file-selector: when converting operator arguments to the file selector, wasnt...Campbell Barton
2011-08-24fix [#28340] Can't set image depth, quality from image saveCampbell Barton
2011-08-20remove over zealous undo's on operators that don't need it.Campbell Barton
2011-08-07fixed crash when NDOF operators were called without an NDOF_MOTION eventMike Erwin
2011-08-03Compile fix.Nathan Letwory
2011-08-03ndof changes: turned off 3D mouse during transform, removed timing bug in ima...Mike Erwin
2011-08-02Made wmNDOFMotionData use a vector rather then xyz members, makes it nicer to...Campbell Barton
2011-08-02NDOF related editsCampbell Barton
2011-07-27svn merge -r38558:38752 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Nathan Letwory
2011-06-28now using blender view coordinates for ndof input -- core and Linux in placeMike Erwin
2011-06-25NDOF pan/zoom/fit working in image/uv editorMike Erwin
2011-06-06Added cancel callbacks to modal operators which allocates memorySergey Sharybin
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-15Patch [#27344] 300+ New/changed tooltips by Davis Sorenson (dsavi). Thanks a ...Thomas Dinges
2011-05-09Bug fix own collection:Sergey Sharybin
2011-05-08Apply part of [#21590] .dds textures: fix for DXT1n formatNathan Letwory
2011-04-30- pass the camera to the render stamp function.Campbell Barton
2011-04-23Color info in node editor backdrop now supports color management.Lukas Toenne
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
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-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-22Bugfix #26562Ton Roosendaal
2011-03-12More on bug #26432Ton Roosendaal
2011-03-10Bugfix #26424Ton Roosendaal
2011-03-09Bugfix #26424Ton Roosendaal
2011-03-03Bugfix #26307Ton 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-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-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-05Bugfix #25944Ton Roosendaal
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-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
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-13option to reverse cycle through render slots (Alt+J).Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton