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-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-30Code cleanup: add BLI_testextensie_n, replacing multuple calls to BLI_testext...Campbell Barton
2014-01-21Code Cleanup: use bool for return values and correct commentsCampbell Barton
2014-01-13Code Cleanup: replace checks for ima->source with BKE_image_is_animatedCampbell Barton
2013-12-13Image cache rewrite to using generic movie cacheSergey Sharybin
2013-08-08disable cycles when building without python, also use const for function args...Campbell Barton
2013-05-23Fix #35449: image sequences to drive e.g. particle length or used in modifiersBrecht Van Lommel
2013-03-27Fix #34779: Channels disappear from multilayer exr sequenceSergey Sharybin
2013-03-09use 'bool' for BLI_/BKE_ functions.Campbell Barton
2013-02-19Fixes for alpha mode do_versions codeSergey Sharybin
2013-02-08Fix #33747: do better backwards compatibility for image transparency changes.Brecht Van Lommel
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2013-01-21Fixed render time regression in Blender InternalSergey Sharybin
2013-01-16Movies support for CyclesSergey Sharybin
2012-12-23Added support of J2K codec for Jpeg2000 writingSergey Sharybin
2012-11-15Image thread safe improvementsSergey Sharybin
2012-10-22Fix #32930: texture colors in material nodes (blender internal) are brighter ...Sergey Sharybin
2012-09-24Proper fix for #32626: TIFF renders are limited to 8 bit even when we choose 16.Sergey Sharybin
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-13fix [#31946] Masking doesn't respect pixel ratioCampbell Barton
2012-08-29new image operator now allows color grid (before was only grid on/off)Campbell Barton
2012-07-03dont display image sequences outside the frame range in the 3D viewport.Campbell Barton
2012-06-29fix for crash scaling an imageCampbell Barton
2012-06-22added new function BKE_imbuf_to_image_formatGaia Clary
2012-06-10Fix #31747, broken image sequence loading after r47432.Lukas Toenne
2012-06-04Cycles: support for image sequences in image/environment texture node.Brecht Van Lommel
2012-06-04Fix #31352: Image sequence texture - can't load image after changing image so...Sergey Sharybin
2012-05-17rna function Image.scale(w, h), useful for utility functions to open/scale/sa...Campbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: BKE_ naming, also make bpy.data.images.load() always load a new...Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-24screenshot operator now adds file extension in the file selector and has its ...Campbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-17patch [#30227] Various MSVC (32-bit) Warning and Typo FixesCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-19use color conversions functions in more places.Campbell Barton
2011-11-25Image save as operator 'BW' option wasnt working on some formats, now only sh...Campbell Barton
2011-11-24- saving as a jpeg image would set the image as not having an alpha channel e...Campbell Barton
2011-11-24image format arg parsing for creator.cCampbell Barton
2011-11-22display quality for avijpeg, name BKE_imtype functions more sensibly Campbell Barton
2011-11-22image save operator now shares settings and UI with render & image out node.Campbell Barton
2011-11-22move image settings into their own structure so the interface can be shared w...Campbell Barton
2011-11-20share code for fluidsim, ocean & dynamic paint file paths.Campbell Barton
2011-10-27use const for readonly strings and set some functions to staticCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-19TexFace to Material Settings big patchDalai Felinto
2011-08-28== Sequencer ==Peter Schlaile
2011-05-01improve image sequence usability, problem was when the image didn't load ther...Campbell Barton
2011-04-30- pass the camera to the render stamp function.Campbell Barton