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-262 things:Robin Allen
2008-11-26* Added a new Timeline menu entry: Playback -> Sync Playback to Frames/Sec. I...Matt Ebb
2008-11-26* Added 'Particle System' entries as children of particle system modifiers in...Matt Ebb
2008-11-25 * fix path to openexr on irixStefan Gartner
2008-11-25* make sure Bullet is enabled when WITH_BF_BULLET=TrueNathan Letwory
2008-11-24patch #8583: Add support for gcc on irixStefan Gartner
2008-11-23[#18021] Rotating gets locked to axis after trackball rotate mode is enteredMartin Poirier
2008-11-21Crasher fix.Martin Poirier
2008-11-20commit yesterday broke scaling in the sequencer (dumb mistake)Campbell Barton
2008-11-19Split up the following imbuf functions in 2...Campbell Barton
2008-11-19bicubic_interpolation - dont use pow(val, 3.0f) at all, do (val*val*val) inst...Campbell Barton
2008-11-18QuatOne was so wrong is would make Hamilton cry.Martin Poirier
2008-11-17Added BF_PROFILE_LINKFLAGS, Compiling with BF_PROFILE=1 was also throwing a p...Campbell Barton
2008-11-17Fix compilation on OS XMartin Poirier
2008-11-1517973Patch by dfelinto, and also fixed a bug in 2d-filtersHamed Zaghaghi
2008-11-14Transform Roll Fixes for editbone. Special case for rotation, we don't need t...Martin Poirier
2008-11-14Bugfix: Joshua Leung
2008-11-14update for compiling cross compiling win32 on linux, had a lot of trouble wit...Campbell Barton
2008-11-14==Armature==Martin Poirier
2008-11-14Normal Orientation on EditBones uses roll for Z axis.Martin Poirier
2008-11-13Removed support for nested texture trees, minor ui enhancementsRobin Allen
2008-11-132 utility functions added for projection painting.Campbell Barton
2008-11-13fix bad level call in texture nodesAndrea Weikert
2008-11-12Added stubs to fix linker errors in texnodesRobin Allen
2008-11-12Bah, two more files!Ton Roosendaal
2008-11-12Patch #7897 Texture Nodes!Ton Roosendaal
2008-11-12Remove BGE defines from highest level and define only there where needed. Thi...Nathan Letwory
2008-11-12previous commits showed that the absolute path problem was even deeper. This ...Nathan Letwory
2008-11-11fix problem with giving absolute paths to BF_BUILDDIRNathan Letwory
2008-11-11Adjusted scons files so disabling quicktime, python and sdl also removes thei...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-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-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-08* typo fixNathan Letwory
2008-11-08=== BPy API ===Nathan 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-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