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
2010-10-02Fix #22348: disabled image editor curves on non-float images, this neverBrecht Van Lommel
2010-09-28Make Cycle Render Slot actually cycle through all slots.Nathan Letwory
2010-09-17New optional operator function, check(), it takes the same arguments as execu...Campbell Barton
2010-09-06bugfix [#23663] relative path dind work on linuxCampbell Barton
2010-09-03Changed the error messages "Can't pack/unpack movie or image sequence." to mo...Janne Karhu
2010-08-11small edits to text editor from writing a python editor extension.Campbell Barton
2010-08-11bugfix [#23247] Load Image in Textures does not use a usefull pathCampbell Barton
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-08-03build options to disable image formats WITH_CINEON, WITH_HDR.Campbell Barton
2010-07-26bugfix [#22994] Crash when loading this fileCampbell Barton
2010-07-23Fix wrong default color for new images in some cases.Brecht Van Lommel
2010-07-23Restore image auto refresh for image editor, code was not updated for 2.5 yet.Brecht Van Lommel
2010-07-21Fix #22870: Can't save modified non-packed images. File exist checkBrecht Van Lommel
2010-07-03better reporting for file i/o failier, use system error message in more place...Campbell Barton
2010-07-01adding image strips wasnt working, use the 'directory' component of the file ...Campbell Barton
2010-06-30add alpha option for new images (operator and function)Campbell Barton
2010-06-25- duplicating a scene now duplicates its sequence strips too.Campbell Barton
2010-06-17Fix [#22610] Alpha problem with textureswhen Brightness > 1 or Contrast < 1Matt Ebb
2010-06-14naming changesCampbell Barton
2010-06-09- added a flag argument to WM_operator_properties_filesel() currently only us...Campbell Barton
2010-06-06Small fix for sample line tool. Set luma data to 0 when out of bounds.Xavier Thomas
2010-06-06- [#22492] [29159] commit breaks importing of script file that has a reload t...Campbell Barton
2010-06-04Made the sample line tool of the image editor use color management if needed.Xavier Thomas
2010-05-21Blender TIFF supportMatt Ebb
2010-05-18Fix [#22303] bpy.ops.image.reload(); texture-button is always inactiveMatt Ebb
2010-05-06make save as copy default for renders, so artists saving with F3 dont end up ...Campbell Barton
2010-04-21Save a Copy, (operator option for save as),Campbell Barton
2010-04-19image operator poll functions for reload and replace now check for a valid im...Campbell Barton
2010-04-09Fix [#21949] View center seg faultMatt Ebb
2010-04-06Patch [#21750] Add luma waveform and vectorscope to image viewMatt Ebb
2010-04-04Added a new 'straight line' gesture type that can be used in any operator.Matt Ebb
2010-03-27Second attempt at committing the different render slot implementation. ThisBrecht Van Lommel
2010-03-23rna/py-api fix.Brecht Van Lommel
2010-03-23more lint includesCampbell Barton
2010-03-23Added a line sampler to the histogram panel in the image space. Robert Holcomb
2010-03-17Fix: Incorrect alpha values were displayed when sampling a float image in the...Matt Ebb
2010-03-12Fixed [#21558] ctrl+c a material color and ctr+v it into new texture color re...Matt Ebb
2010-03-09rename some functions to use easier to understand names.Campbell Barton
2010-03-09added relative path option for image load and save, relative path option from...Campbell Barton
2010-02-16Revert render slots commit for release, I can't find the bug or even redoBrecht Van Lommel
2010-02-16Render Slots: change the implementation by moving it from the render to theBrecht Van Lommel
2010-02-13Added support for animated texture draw, GLSL textures.Ton Roosendaal
2010-02-12correct fsf addressCampbell Barton
2010-02-09J-key render switching back, now with 10 slots.Brecht Van Lommel
2010-02-01Renamed the FILE_OPEN option for the file browser to FILE_OPENFILE to cleanup...Joshua Leung
2010-01-31- hash characters in the path would confuse the output file name and not add ...Campbell Barton
2010-01-27[#20728] "Export UV Layout" overwrites existing files (without feedback)Matt Ebb
2010-01-22Cleaned up some printfs in editors/ - converted some to reports, hid others ...Matt Ebb
2010-01-19Finished some work from the weekend to keep local tree clean..Matt Ebb
2010-01-11Multitouch trackpad 2 fingers gestures implementationDamien Plisson