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
2008-11-11MSVC90 project files: Tune projects build order to allow error-free build fro...Benoit Bolsee
2008-11-11Adjusted scons files so disabling quicktime, python and sdl also removes thei...Campbell Barton
2008-11-11svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r17335:HEADCampbell Barton
2008-11-11last commit before some optimizations.Campbell Barton
2008-11-11wasnt setting the struct size for normal brush types (was testing smear + clo...Campbell Barton
2008-11-11attempt to make executing an external command work with python 2.4 & 2.5, it ...Campbell Barton
2008-11-11fix for [#17959] NURBS Circle: pie-shaped deformation, sticking to object originCampbell Barton
2008-11-11removed some warningsCampbell Barton
2008-11-11* float image buffer support Campbell Barton
2008-11-11Median center didn't use TD_NOCENTER properly, making it work incorrectly wit...Martin Poirier
2008-11-11bicubic_interpolation function was re-calculating a variable it didnt need to...Campbell Barton
2008-11-11VideoTexture: support VideoTexture in blenderplayerBenoit Bolsee
2008-11-11Chain rotations for objects and pose bones (for teamto)Martin Poirier
2008-11-11Add MSVC90 project files - part 3. Extern and Intern projects are merged in p...Benoit Bolsee
2008-11-10Add MSVC90 project files - part 2.Benoit Bolsee
2008-11-10Add MSVC90 project files - part 1.Benoit Bolsee
2008-11-10missing comma made scons arg BF_CXX_LIB_STATIC not workCampbell Barton
2008-11-10Bugfix #17965Ton Roosendaal
2008-11-10Patch #17971 by Nathan Vegdahl:Matt Ebb
2008-11-10VideoTexture: Preserve alpha channel if present in video, images and sequence...Benoit Bolsee
2008-11-10* add Brecht's small patch to make values to BF_QUICK and BF_QUICKDEBUG funct...Nathan Letwory
2008-11-09* clone tool didnt work when objects center was not 0,0,0Campbell Barton
2008-11-09Perspective mode painting works againCampbell Barton
2008-11-09triangles were could not be painted onto at all (serves me right for testing ...Campbell Barton
2008-11-09changes to projection paintingCampbell Barton
2008-11-08* typo fixNathan Letwory
2008-11-08=== BPy API ===Nathan Letwory
2008-11-08* use msvc proposed names when building on win32Nathan Letwory
2008-11-07VideoTexture: forgot to commit MSVC project file, strange that nobody noticed...Benoit Bolsee
2008-11-07* fix typo found by brechtNathan Letwory
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-07simple mistake broke clone tool.Campbell Barton
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-06WIP commit before some optimizations,Campbell Barton
2008-11-06added support for smear brush typeCampbell Barton
2008-11-06* While making changes to btools.py and Blender.py, I completely forgot about...Nathan Letwory
2008-11-06support for brush blend modes (Mix, Multiply, Darken etc)Campbell Barton
2008-11-06Change remaining Copy() to Clone()Nathan Letwory
2008-11-06painting onto multiple images wasnt working, faces with different images are ...Campbell Barton
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-05svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r17279:HEADCampbell Barton
2008-11-05projection painting clone tool - gives a similar work flow to cloning in the ...Campbell Barton
2008-11-05VideoTexture: Add support for GLSL. FIx small printout bug in Exception printoutBenoit Bolsee
2008-11-05uniform end-of-line format and set svn:eol-style property to "native" for all...Remigiusz Fiedler
2008-11-05error in last commit, scanlines had extra offset causing overlapping lines be...Campbell Barton
2008-11-05* Updated the 'Consolidate into one image' script to support alphaMatt Ebb