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
path: root/source
AgeCommit message (Expand)Author
2008-11-07[#17958] Windows path fix for image_edit.py script.Campbell Barton
2008-11-07VideoTexture: VideoTexture.materialID() can now take texture image name.Benoit Bolsee
2008-11-07VideoTexture: comment was misplaced after previous commit.Benoit Bolsee
2008-11-06Bugfix #17524Diego Borghetti
2008-11-06VideoTexture: fix compile error when FFmpeg is disabled.Benoit Bolsee
2008-11-06VideoTexture: new VideoTexture.ImageFFmpeg to load and reload images.Benoit Bolsee
2008-11-05VideoTexture: fixing a crash when loading an image as a video file - yes it w...Benoit Bolsee
2008-11-05VideoTexture: Add support for GLSL. FIx small printout bug in Exception printoutBenoit Bolsee
2008-11-05* doing some warning cleaningNathan Letwory
2008-11-05* enable openjpeg building for win32/msvcNathan Letwory
2008-11-05* Changed the constant colorband interpolation to work left->right,Matt Ebb
2008-11-04VideoTexture: fix RGB/BGR confusion, make code compatible with big endian CPU...Benoit Bolsee
2008-11-04VideoTexture: Bug report #17946: add (char*) casting to fix compile error wit...Benoit Bolsee
2008-11-04Simple warning fixesAndre Susano Pinto
2008-11-04Added a new interpolation type for colorbands: ConstantMatt Ebb
2008-11-04Add's GSR's INT64_C fix and removes dos line endings...Kent Mein
2008-11-04Added Lattice vgroup support to shrinkwrap and simple deform modifier.Andre Susano Pinto
2008-11-03Moving silence_log_ffmpeg to imbuf (it fits better there and fixes the link e...Martin Poirier
2008-11-03Bugfix #17921Ton Roosendaal
2008-11-02VideoTexture: fix compile error with GLint in ImageViewport under osx, part 2Benoit Bolsee
2008-11-02VideoTexture: fix compile error with GLint in ImageViewport under osx.Benoit Bolsee
2008-11-02Makefile fixes for compiling with new videotexture code.Ton Roosendaal
2008-11-02Bugfix #17942Ton Roosendaal
2008-11-02VideoTexture: use PyObjectPlus.h instead of Python.h for compatibility with P...Benoit Bolsee
2008-11-02Quiet ffmpeg log by default. No more ugly stream info in console.Martin Poirier
2008-11-02Added bf_videotex to unix libraries (linking error)Enrico Fracasso
2008-11-02Include path for numpy no longer needed.Martin Poirier
2008-11-02Bugfix #17902Ton Roosendaal
2008-11-02python25.zip wasn't copied using cmake. Should fix win64 python e.g. "import ...Daniel Genrich
2008-11-02Bugfix #17920Ton Roosendaal
2008-11-02Fix for two proxy + undo related crashes:Brecht Van Lommel
2008-11-02VideoTexture: remove numpy dependency.Benoit Bolsee
2008-11-01VideoTexture: fix NULL pointer crash when material name is not found.Benoit Bolsee
2008-11-01Adding include path for numpy to sconscript. There must be a better way to do...Martin Poirier
2008-11-01VideoTexture: typo in linux codeBenoit Bolsee
2008-11-01VideoTexture: AVFormatContext::pb is not a pointer for avformat library older...Benoit Bolsee
2008-11-01Bug #17912: fix for some SSS floating point precision issues, and alsoBrecht Van Lommel
2008-11-01Getting video texture closer to compiling under linuxMartin Poirier
2008-11-01Bugfix #17913Ton Roosendaal
2008-11-01Video Texture: missing newlines at the end of several files.Benoit Bolsee
2008-11-01Video Texture: remove support for capture device, the linux ffmpeg repository...Benoit Bolsee
2008-11-01Patch 17909: 2D Filter texture coordinates changes, by Dalai Felinto:Brecht Van Lommel
2008-11-01BGE Video Texture: fix constant initializer problem with Exception descriptio...Benoit Bolsee
2008-11-01fix a bug in matrix.invert() for 2x2 matricesRemigiusz Fiedler
2008-11-01Fix Cmake for MSVC 32bitBenoit Bolsee
2008-11-01VideoTexture module.Benoit Bolsee
2008-11-01Preparation to VideoTexture: everything but the VideoTexture module itself.Benoit Bolsee
2008-10-31This is coverity issue CID: 456Kent Mein
2008-10-31* Minimum SCons version is now 1.0.0Nathan Letwory
2008-10-30* Build aborts when giving options on command-line when WITH_BF_DOCS=TrueNathan Letwory