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-04-27== Multires ==Nicholas Bishop
2008-04-27remove old particle system.Campbell Barton
2008-04-27== imagebrowser ==Andrea Weikert
2008-04-27Update MSVC project files to support ffmpeg. Make sure you do svn update in l...Benoit Bolsee
2008-04-27Make apply size/rot take children into account (apricot request)Campbell Barton
2008-04-27fix for own error when trying to fix python command line crash,Campbell Barton
2008-04-27BGE bug: crash when an object being tracked-to is deleted (bad practice anywa...Benoit Bolsee
2008-04-26BLI_split_dirfile was being used in cases it should not have been,Campbell Barton
2008-04-26Fix for bug #9664: switching to particle edit mode with ctrl+shift+tabBrecht Van Lommel
2008-04-25Suggestion by GSR; move "extern C" into header file, remove "_" fromKen Hughes
2008-04-25removed BLI_split_dirfile, it dosnt work with relative paths.Campbell Barton
2008-04-25Remove redundant utf8towchar() from FTGL code.Ken Hughes
2008-04-25== PyNodes ==Willian Padovani Germano
2008-04-25added sequencer paths to bpath iterator, This needed to use get/set filename ...Campbell Barton
2008-04-25fix/workaround for blender crashing when running python runs text.clear() in...Campbell Barton
2008-04-25Fix compiler warning about nested C comments.Ken Hughes
2008-04-25BGE bug: fix a crash at game exit caused by inconsistent controller map after...Benoit Bolsee
2008-04-25Duplicating UTF-8 changes from Revision 14536 in another place in the source ...Ken Hughes
2008-04-24== cmake win32 ==Andrea Weikert
2008-04-24InterfaceKen Hughes
2008-04-24Better fix for BGE bug #7892: dRot is reversed on dynamic objects. Make sure...Benoit Bolsee
2008-04-24disallow changes to linked groupsCampbell Barton
2008-04-24== PyNodes ==Willian Padovani Germano
2008-04-23added ipo script template from blenderartists forTe, made scripts refresh on ...Campbell Barton
2008-04-23Added missing redraws for Outliner after transforming and Object/Bone with Au...Joshua Leung
2008-04-23Fix for bug #9654: point cache was being reset too often, madeBrecht Van Lommel
2008-04-22WITH_BULLET wasn't working for Makefiles.Kent Mein
2008-04-22Patch from Paprmh (Rob)Kent Mein
2008-04-22Fix for bug #9489: particle uv coordinates were not correctBrecht Van Lommel
2008-04-22Fix for bug #9491: cancelling bake didn't reset the simulation properly,Brecht Van Lommel
2008-04-22== FFMPEG ==Peter Schlaile
2008-04-22Added a check to make sure repeat value isn't 0.Joshua Leung
2008-04-22bpy sequencer api can add color strips, changing strip length wasnt re-alloca...Campbell Barton
2008-04-22Cloth: Fix point cache memory leak when duplicating clothDaniel Genrich
2008-04-21Bug fix for 8634, 6708, and 5989Simon Clitherow
2008-04-21Fix for bug #9487: converting particle system with duplivertsBrecht Van Lommel
2008-04-21Fix for bug #9093: array modifier merging didn't workBrecht Van Lommel
2008-04-21Small fix from GSR for using pkg-config to find OpenEXR librariesChris Want
2008-04-21Chance wind scaling to be the same as particlesDaniel Genrich
2008-04-21second attempt to fix compilation problem with 2D shaders on systems without ...Benoit Bolsee
2008-04-20Cloth: Wind was working the way arround due to wrong formula, reported by nudelDaniel Genrich
2008-04-20deleting an ipo vert didnt update the object/bones positionCampbell Barton
2008-04-20missing check for NULLCampbell Barton
2008-04-20Fix for bug #9081: SSS preprocess should not use material orBrecht Van Lommel
2008-04-20Fix for bug #8963: area light + cubic shading became darkerBrecht Van Lommel
2008-04-20BGE bug fix: crash at exit when object with Radar/Near sensor has debug prope...Benoit Bolsee
2008-04-20fix BGE bug #8094: Collision sensor on child object makes the object rotate o...Benoit Bolsee
2008-04-19bug since 2.45 nobody noticed, canceling retopo would move the vert.Campbell Barton
2008-04-19fix for own error - [#9481] Active faces won't go away.Campbell Barton
2008-04-19Removing wrong checks before NDofTransform call.Martin Poirier