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-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
2008-10-30Build fix (C90): Declaration after statementMartin Poirier
2008-10-30Fix for dependency graph cycle print, regular "Parent" relation wasBrecht Van Lommel
2008-10-30Bugfix for [#17879] Speed vectors/velocity data not working on ALL fluids.Daniel Genrich
2008-10-29EditVert hash *is* used elsewhere in the code, so just to be safe, use a scra...Martin Poirier
2008-10-29This is a fix for coverity issue CID: 517Kent Mein
2008-10-29fix for more disable python defines,Campbell Barton
2008-10-29merging harmonic-skeleton branch into trunk. All changes are hidden behind a ...Martin Poirier
2008-10-28merge 17206:17211harmonic-skeletonMartin Poirier
2008-10-28error in DISABLE_PYTHON definesCampbell Barton
2008-10-28added scons option BF_WITH_PYTHON (defined as DISABLE_PYTHON)Campbell Barton
2008-10-28merge 17122:17206Martin Poirier
2008-10-28Add compile time define to disable skeleton generation and retargetting UI (d...Martin Poirier
2008-10-28Updated cmake so it has the option to use WITH_DDSKent Mein
2008-10-28bpy access to image premul was missing.Campbell Barton
2008-10-28Python APIKen Hughes
2008-10-27face transp option CLIP wasnt added to the py api.Campbell Barton
2008-10-27Fix for crash reading a peach file, chubbychestnut.blend. A do_versionsBrecht Van Lommel
2008-10-26Bugfixes:Joshua Leung
2008-10-26fix for [#17895] Python-generated Curves can't be beveledCampbell Barton
2008-10-22Missing NULL check causes crash on Ikey when no active object.Ton Roosendaal
2008-10-22New splash c file (now gimp png) and bumped version to 2.48.1 to make itTon Roosendaal
2008-10-22* Minor cleanup of SCons filesNathan Letwory
2008-10-22added an option for python Draw.UIBlock(func, mouse_exit) so moving the mouse...Campbell Barton