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-05-01* add missing int rel to BPy_Library and BPy_LibraryDataNathan Letwory
2008-05-01Add support to bpy.library module for relative paths.Ken Hughes
2008-04-30fix BGE bug #8869: Added objects are not lit correctlyBenoit Bolsee
2008-04-30Fix for bug #9867: issues with making particle systems local.Brecht Van Lommel
2008-04-30Fix for bug #8963: there was still an issue with SSS and transparencyBrecht Van Lommel
2008-04-30== bugfix ==Andrea Weikert
2008-04-29Fix for bug #8910: FSA + spotlight halo not working correct together.Brecht Van Lommel
2008-04-29== mmap for win32 ==Andrea Weikert
2008-04-29Fix for bug #9014: crash saving the depth pass with openexr or hdr,Brecht Van Lommel
2008-04-29getting ARB shaders working again in GE.Jean-Luc Peurière
2008-04-29Fix for octree filling print when rendering, the counter was per object,Brecht Van Lommel
2008-04-29Fix for bug #8949: diffuse tangent shading did not use correctlyBrecht Van Lommel
2008-04-29Fix for bug #9657: ipo's on the object in particle object visualisationBrecht Van Lommel
2008-04-29fix gcc warningsCampbell Barton
2008-04-29Bugfix #9676; Assigning Driver to Own Object when Pinning IPO EditorJoshua Leung
2008-04-29* make makesdna dependant on DNA header files too, instead of relying on make...Nathan Letwory
2008-04-29running scripts in background mode would crash blender when checking a script...Campbell Barton
2008-04-29if a blend file was opened with /./ in the path (for example "some/./path/to/...Campbell Barton
2008-04-29Fix for bug #8865: on mac os x, with certain processors (I'm guessingBrecht Van Lommel
2008-04-28vertex parents to a mesh that no verts would crash blenderCampbell Barton
2008-04-28Cloth: Old RC1 and RC2 files with cloth should open again and not crash (afte...Daniel Genrich
2008-04-28Add BF_X264_CONFIG and BF_XVIDCORE_CONFIG flags to scons, to allow passingKen Hughes
2008-04-28fix for [#9651] raw_export.py tooltip outdated?Campbell Barton
2008-04-28Fix for displacement baking when it doesn't find a hit. InsteadBrecht Van Lommel
2008-04-28Fix for bug #9652: "draw zbuffer values" in the image editor didBrecht Van Lommel
2008-04-28Bugfix:Joshua Leung
2008-04-28Fix for bug #9687: crash with FSA when compiling with openexr support.Brecht Van Lommel
2008-04-28== Action Editor - Group Colors ==Joshua Leung
2008-04-28Bugfix #8937: Action constraint for non-armatures shows lag on clear transformJoshua Leung
2008-04-28== Action Editor - Action Groups finishing touches ==Joshua Leung
2008-04-28Bugfix:Joshua Leung
2008-04-28Assorted tidy-ups for keyframing (including auto-keying), while trying to tra...Joshua Leung
2008-04-28Adding new poses to a PoseLib also creates Action Groups in the PoseLib, just...Joshua Leung
2008-04-28Compiler warning fixes:Joshua Leung
2008-04-28Subversion bump because of big cloth struct changeDaniel Genrich
2008-04-28follow-up for the universal darwin config.pyJean-Luc Peurière
2008-04-28Bugfix: 32bit cloth files were loaded bad in 64bit blenders and the way arrou...Daniel Genrich
2008-04-28take 2, disable enter editmode and enter editmode in .B.blend, commited rev 1...Campbell Barton
2008-04-28* Group unlinking wasnt removing groups from particle systems, or render laye...Campbell Barton
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