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
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-27python access to driver namespace, rather then have a textblock defined for d...Campbell Barton
2010-11-24fix for crash introduced r33257, also tag some vars as unused.Campbell Barton
2010-11-24Bugfix #24847Ton Roosendaal
2010-11-23partial fix for [#23532]Campbell Barton
2010-11-23use zero initializers instead of memset(), also change PointerRNA_NULL from a...Campbell Barton
2010-11-21- include pthreads for win32 globally (as with opengl).Campbell Barton
2010-11-20- smoke wasn't closing the file of loading a tile had the wrong length.Campbell Barton
2010-11-19bugfix [#24796] Drivers are ineffective on Text & Curve obj. geometry parametersCampbell Barton
2010-11-18Feature fixTon Roosendaal
2010-11-18bugfix [#22615] Opening a blend file in python (bpy.ops.wm.open_mainfile() (r...Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-16Removing unnecesary print "draw swap exchange"Ton Roosendaal
2010-11-15Bugfix #24726Ton Roosendaal
2010-11-15bugfix [#24708] World Notifier ProblemsCampbell Barton
2010-11-12Getting BLF to work with the Blenderplayer.Mitchell Stokes
2010-11-12Revert the reversal :)Nathan Letwory
2010-11-12Revert r33023Joshua Leung
2010-11-11System console toggling for MinGWSergey Sharybin
2010-11-11Fix for definitions checking. Now it should work with MinGW.Sergey Sharybin
2010-11-11Also !defined(FREE_WINDOWS) on appending operator.Nathan Letwory
2010-11-11== filebrowser ==Andrea Weikert
2010-11-11wrong language :°Nathan Letwory
2010-11-11For now have console toggling only when compiled with MSVC.Nathan Letwory
2010-11-11Apply patch [#24579] Fix for Win; Show/hide consoleNathan Letwory
2010-11-11move report/operator view out of the 'Console' into the 'Info' space (file me...Campbell Barton
2010-11-10Bugfix #24570Ton Roosendaal
2010-11-10bugfix [#24635] "Add Shortcut"Campbell Barton
2010-11-09Bugfix #20812 (and probably others)Ton Roosendaal
2010-11-05tedious string copying changesCampbell Barton
2010-11-04bugfix [#24009] Crash when switching area types and performing opsCampbell Barton
2010-11-04fix to allow [#24009] to be fixed.Campbell Barton
2010-11-04bugfix [#24518] Blender wont compile with -Wall -Werror and COLLADA supportCampbell Barton
2010-11-03use c90 compatible static initializers.Campbell Barton
2010-11-02bugfix [#24455] Scene is left at last rendered frame from rendering an animationCampbell Barton
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-31bugfix [#24466] Selecting of object with pattern leads to strange behaviorCampbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-31rename definition for enabling the game engine GAMEBLENDER==1 --> WITH_GAMEEN...Campbell Barton
2010-10-31dont build blender/kernel if the game engines disabled.Campbell Barton
2010-10-27bugfix [#24341] Problems running blender headlessCampbell Barton
2010-10-27remove include paths which dont exist, fix for doc upload script which was ge...Campbell Barton
2010-10-23warning fixes.Campbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-22bugfix/workaround for ../../radeon/radeon_cs_gem.c:181: cs_gem_write_reloc: A...Campbell Barton
2010-10-21Partial fix for bug #24341, "Problems running blender headless"Nicholas Bishop
2010-10-19Add operator for toggling cmd box on Windows.Nathan Letwory
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-18bugfix [#24302] Ctrl+Click Extrude gets old mouse eventsCampbell Barton
2010-10-16Now sound init param removal revert should be fine (apparently my cmake proje...Nathan Letwory