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
2013-03-26style cleanup:Campbell Barton
2013-03-25code cleanup:Campbell Barton
2013-03-25fix [#34745] TGA with size of 4Kx8K won't loadCampbell Barton
2013-03-22Fix #34689: Multilayer EXRs don't load correctly if one layer is named and th...Sergey Sharybin
2013-03-22code cleanup: use NULL rather then 0 for pointers, and make vars static where...Campbell Barton
2013-03-20Prefetching for movie clipsSergey Sharybin
2013-03-19Fix: Clamp alpha to 1.0 or adding alpha in paint creates "isolines" dueAntony Riakiotakis
2013-03-18Fix #34672: Image sampling line didn't use color management for byte buffersSergey Sharybin
2013-03-17Fix "can't paint" bug no.1, painting with black on image editor did notAntony Riakiotakis
2013-03-17code cleanup: incorrect sized array args, remove some redundant code.Campbell Barton
2013-03-17fix for missing NULL pointer checks and incorrect array freeCampbell Barton
2013-03-15use bool for knife, also scons tab/space mix.Campbell Barton
2013-03-15Multi-threaded frame calculation for movie clip proxiesSergey Sharybin
2013-03-15Patch #34632: DPX/Cineon speed upSergey Sharybin
2013-03-15Skip allocating any display buffer and starting any threadsSergey Sharybin
2013-03-14use BLI_strncpy_rlen() rather then BLI_snprintf() when no formatting is needed.Campbell Barton
2013-03-13patch [#34604] Add DPI read write for BMP and OpenEXR formatCampbell Barton
2013-03-12Fixe related on #34608: MultiLayer OpenEXR (from Maya) - passes lost in Compo...Sergey Sharybin
2013-03-12use gcc warning -Wredundant-decls, exposes some odd/duplicate declarations wh...Campbell Barton
2013-03-11Colormanagement: Fix issue with colorspaces' description too short, and reduc...Bastien Montagne
2013-03-09use 'bool' for BLI_/BKE_ functions.Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-08style cleanupCampbell Barton
2013-03-07Change !BLI_ghashIterator_isDone to BLI_ghashIterator_notDone. It isAntony Riakiotakis
2013-03-05code cleanup: also change BKE_blender.h BLENDER_VERSION_CHAR to 'a' so as not...Campbell Barton
2013-03-05patch [#34103] path_util_split_dirstring.patch, path_util_split_dirstring_2.p...Campbell Barton
2013-03-05patch [#34103] fileops_1.patchCampbell Barton
2013-03-05patch [#34103]Campbell Barton
2013-03-05Image buffer rectangle operation optimization: Remove a switch statementAntony Riakiotakis
2013-03-04patch [#34103] use booleans for extensions testing.Campbell Barton
2013-02-28Changed a way how RGB images are saving from RGBASergey Sharybin
2013-02-27Fix various warnings with clang build, and adjust cmake clang warnings flagsBrecht Van Lommel
2013-02-25style cleanupCampbell Barton
2013-02-22Fix #34359: 2.66 crashes when using output nodeSergey Sharybin
2013-02-19Remove define which is not actually needed and could have beenSergey Sharybin
2013-02-19minor change to own recent commit with transform fcurve centers and some styl...Campbell Barton
2013-02-18Force movie clips always use default alpha mode, before this straightSergey Sharybin
2013-02-12Fix for own multilayer EXR fix, should not have caused any issues might as wellBrecht Van Lommel
2013-02-12Bug fix #34213 (2)Ton Roosendaal
2013-02-12Fix #34213: crash loading openexr multilayer with use alpha disabled.Brecht Van Lommel
2013-02-11Implemented delayed partial rect update for image buffersSergey Sharybin
2013-02-10style cleanupCampbell Barton
2013-02-09Bug fix #34174Ton Roosendaal
2013-02-08Fix part #33935: Texture painting slow down with mouse, but not with tabletSergey Sharybin
2013-02-07Fix #34145: 'Save Image' incorrect file type.Sergey Sharybin
2013-02-07Fix #34139: render display did not convert to straight alpha when dithering w...Brecht Van Lommel
2013-02-04fix for rangefunc being unused for int & int array.Campbell Barton
2013-02-04style cleanup: spaces -> tabsCampbell Barton
2013-01-19style cleanupCampbell Barton
2013-01-15Jpeg2000 should be saved with straight alphaSergey Sharybin