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-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-06Todo item:Ton Roosendaal
2011-01-06remove assignments which are unused.Campbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-16Workaround #22856: defocus node with OpenMP could crash on Mac, just disabledBrecht Van Lommel
2010-12-14Compositor: Add an option to select the YCbCR conversion mode for the YCbCR c...Xavier Thomas
2010-12-08Bugfix #25086Ton Roosendaal
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...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
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-28Bugfix #24933Ton Roosendaal
2010-11-23Fix #24596: specular toggle on material didn't work correct.Brecht Van Lommel
2010-11-21- include pthreads for win32 globally (as with opengl).Campbell Barton
2010-11-16option to write images to a files on single frame renders, this isn't accesse...Campbell Barton
2010-11-15patch from Dan Eicher to support intel C++ compiler for CMake on *nix.Campbell Barton
2010-11-12Bugfix #24335Ton Roosendaal
2010-11-12bugfix [#24682] Render artifacts with mat nodeCampbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-28bugfix/patch [#24431] Fast Gaussian produces wrong results for higher resolut...Campbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-15remove/tag unused args for view*.c, gpu*.c & image*.cCampbell Barton
2010-10-13Fix for [#24208] ObjectId information is wrong when read from multilayer exrJanne Karhu
2010-10-12bugfix [#24225] Blur Node ignores gamma option when size has input.Campbell Barton
2010-10-12[#23709] Blur node on Flat blurs even at 0 by 0 pixel spreadCampbell Barton
2010-09-25Fix #23901: displace node not working with negative values.Brecht Van Lommel
2010-09-22bugfix [#23948] Alpha from images inside compositor is goneCampbell Barton
2010-09-21Error reported by Daniel Salazar, Compositor color is wrong since my fix.Campbell Barton
2010-09-18bugfix [#23706] SEGFAULT: File Load of EXRCampbell Barton
2010-09-07patch [#23703] Fix for Level compositing node; correct color representationCampbell Barton
2010-09-07- added back zlib include (needed for win32).Campbell Barton
2010-09-06- use list append in more places (preferred method since its faster)Campbell Barton
2010-08-30Fix indentation errorsNathan Letwory
2010-08-30Finally change SConscript tabs to spaces.Nathan Letwory
2010-08-29Tweaks to ASC-CDL colour balance formula to exactly match the spec.Matt Ebb
2010-08-28patch [#23537] Memory leak in compositor rotate nodeCampbell Barton
2010-08-25Allow per-pixel inputs into displace node x and y scaleMatt Ebb
2010-08-25Applied patch #23379. Does not change existing .blend files and looksRobert Holcomb
2010-08-16jp2.c has a non-utf8 char which stopped python from reading it, removed unuse...Campbell Barton
2010-08-16Fixed bug in normalition of YCbCr color space conversion (from 0..1 toRobert Holcomb
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-04Increase min/max range for Value input nodes. More useful when using Math nod...Nathan Letwory
2010-08-02added capabilty to limit color spill by an input maskRobert Holcomb
2010-07-31recent commit to make color balance work like the sequencer, I forgot that th...Campbell Barton
2010-07-31Change compositor color balance to match the sequencer exactly, for this to w...Campbell Barton
2010-07-30Preview commit in sculpt brushes broke resetting curves in other areas (rgb c...Matt Ebb
2010-07-21Fix #22786: displace node doesn't work with procedural textures.Brecht Van Lommel
2010-07-12tweak to color balance after talking with colin and testing other software, l...Campbell Barton