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-10-19svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r32300:32571soc-2010-nicolasbishopNicholas Bishop
2010-10-19Add Toggle System Console entry to Help menu on Windows systems.Nathan Letwory
2010-10-19Add operator for toggling cmd box on Windows.Nathan Letwory
2010-10-19whitespace commit, AKA commit count bump.Nathan Letwory
2010-10-19Mangle unused parameter names also on non-GCC platforms. This should help in ...Nathan Letwory
2010-10-18quick commit for forgotten file in the G.sce -> G.main->name refactoring.Andrea Weikert
2010-10-18remove annoying warnings for blenderplayers stub.cCampbell Barton
2010-10-18recent fix for relative imports broke autocomp.Campbell Barton
2010-10-18cflags, cxxflags & linkflags in buildinfo.Campbell Barton
2010-10-18define NDEBUG for release builds so assert() is disabled.Campbell Barton
2010-10-18bugfix [#24306] Python : relative import errorCampbell Barton
2010-10-18enable DEBUG define in CMake and scons, also change booleans debug option to ...Campbell Barton
2010-10-18[#21475] Moving a Transform strip upwards moves its animation sidewardsJanne Karhu
2010-10-18[#24209] Texture Forcefields: Use Object Coordinates produces incorrect resul...Janne Karhu
2010-10-18Camera object drawing now shows shift (not especially important but the track...Campbell Barton
2010-10-18_DEBUG -> DEBUGNathan Letwory
2010-10-18_DEBUG -> DEBUGNathan Letwory
2010-10-18this should fix quicktime building from last commit.Campbell Barton
2010-10-18Use DEBUG instead of NDEBUGNathan Letwory
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-18Remove unused code.Nathan Letwory
2010-10-18svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r32200:32300Nicholas Bishop
2010-10-18bugfix [#24291] Error parenting a child with any negative scaling coordinateCampbell Barton
2010-10-18svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r31926:32200Nicholas Bishop
2010-10-18Fix [#24200] COLLADA Exporter: Aspect ratio is not exportedNathan Letwory
2010-10-18Add short comment.Nathan Letwory
2010-10-18bugfix [#24302] Ctrl+Click Extrude gets old mouse eventsCampbell Barton
2010-10-18remove LCMS option from cmake, this is only testing code. developers who want...Campbell Barton
2010-10-18Fix [#24288] Mesh Grid pointing towards the floor when first createdNathan Letwory
2010-10-17Fix [#24294] IMB_allocImBuf changes in r32517 missed a couple of filesNathan Letwory
2010-10-17Disabling menu entry for adding "Python" F-Modifier.Joshua Leung
2010-10-17Bugfix #24296: AutoIK interactive chain length adjustment feature is missingJoshua Leung
2010-10-17Partial fix for #22409: Locked axis + auto IK = badJoshua Leung
2010-10-17Reverting Cam's audio code changes from revision 32517. Part of it has been r...Joerg Mueller
2010-10-17re-arrange icon_draw_rect, also use an assert() for odd icon sizes. this can ...Campbell Barton
2010-10-17fix for bad use of UNUSED() with win32 & some other minor error checks.Campbell Barton
2010-10-17Test stricter GCC compiler settings, these warnings will now give errors.Campbell Barton
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-10-17Fix #24139: Edge loop + Multi-Resolution modifier results weird artifactsSergey Sharybin
2010-10-16This fixes HDV render presets:Peter Schlaile
2010-10-16Fix for [#24292] When rendering with the stamp feature the scene opt. affects...Elia Sarti
2010-10-16Add System Info function to the Help menu.Nathan Letwory
2010-10-16Adapt OSX code for IMB_allocImBuf param changes.Nathan Letwory
2010-10-16Fix AltGr problem on WindowsNathan Letwory
2010-10-16== Audaspace / FFMPEG ==Peter Schlaile
2010-10-16Now sound init param removal revert should be fine (apparently my cmake proje...Nathan Letwory
2010-10-16Maybe now correct commit :°Nathan Letwory
2010-10-16Forgot to commit RNA part of revert in 32519Nathan Letwory
2010-10-16Revert overaggressive parameter removal: Main struct is used in audio when Ja...Nathan Letwory
2010-10-16Declaration before any statements. Doesn't GCC warn about this?Nathan Letwory