Revision 8b8b4f3 by Joerg Mueller July 16, 2010, 17:25 (GMT) |
Enabling game engine autoplay again based on a patch by Dalai: * The biggest 3D view in the open scene is used, if there is none, blender opens the file normally and raises an error. * The 3D view are is made fullscreen. * Quad view, header, properties and toolbox panel are all hidden to get the maximum view. * If the game engine full screen setting is set, the game starts in fullscreen. With this abilities we maybe don't need the game player anymore?! |
Revision 6a880da by Campbell Barton July 16, 2010, 16:54 (GMT) |
homekey in sequencer viewer wasnt quite setting 1:1 |
Revision ca3f331 by Andrea Weikert July 16, 2010, 16:02 (GMT) |
== installation paths == * rename BLI_gethome to BLI_getDefaultDocumentFolder to better reflect how this function is used * replaced BLI_gethome with getenv("HOME") on Linux and Mac where it retrieves location of bookmarks that are inserted as system bookmarks. BLI_gethome was a thin wrapper around these and in this case the user's home directory is what is actually wanted. |
Revision 3ef4127 by Campbell Barton July 16, 2010, 15:45 (GMT) |
[#22880] SEQUENCER: Flip Y broken in recent builds (Windows & Linux) own fault when adding saturation. |
Revision ddfdf8e by Konrad Kleine July 16, 2010, 14:00 (GMT) |
Fix for [#22668] Adding sequencer color strip fails when sound strip selected. Hi, I've written a patch to fix this issue. Since the Effect Strip "Color" doesn't need any input sequences, there is no need to output a warning when adding this effect while other sequences are selected. My fix let's all Effect Strips that don't need input sequences pass the warning "Can't apply effects to audio sequence strips". I think this is fair. -Konrad |
Revision dd705a2 by Campbell Barton July 16, 2010, 13:55 (GMT) |
fix for freeze while resizing sequencer view vertically |
Revision f6ae7af by Brecht Van Lommel July 16, 2010, 10:13 (GMT) |
2.5: automatic draw method now uses overlap for Intel on all platforms. |
Revision d94868f by Sergey Sharybin July 16, 2010, 09:45 (GMT) |
Incorrect flags were checing for cyclic in order clamping functions |
Revision 952821d by Mitchell Stokes July 16, 2010, 09:10 (GMT) |
BGE doc updates: Fixed some typos and added docs for the following functions: startGame() endGame() restartGame() LibLoad() LibNew() LibFree() |
Revision 7ba821c by Nathan Letwory July 16, 2010, 06:49 (GMT) |
Add comment about case where autosave can fail on Windows. |
Revision e4e80c4 by Campbell Barton July 16, 2010, 01:00 (GMT) |
Blendfile thumbnail extractor, so icons can be automatically extracted from blend files as PNG's and displayed in a file browser. Runs with python 2.6 and 3.1 with no special deps. To have nautilus display thumbnails automatically. gconftool --type boolean --set /desktop/gnome/thumbnailers/application@x-blender/enable true gconftool --type string --set /desktop/gnome/thumbnailers/application@x-blender/command "blender-thumbnailer.py %i %o" |
Revision ccbd4f3 by Martin Poirier July 15, 2010, 22:37 (GMT) |
path -> filepath Someone must have missed that when updating the operator properties. |
Revision 615db01 by Andrea Weikert July 15, 2010, 21:39 (GMT) |
== installation paths == * fix for autosave location -> shouldn't use BLI_gethome anymore * this frees BLI_gethome of having to emulate the local->user->system search path and can now be truly considered as 'home/default location for .blend files' * removed setting the default G.sce from read_history, was out of context there. * fix for creating user dir, leftover from previous commit. jesterKing, please review -> if there are any issues I will fix or revert. |
Revision 2df7f76 by Tamito Kajiyama July 15, 2010, 21:05 (GMT) |
Merged changes in the trunk up to revision 30397. |
July 15, 2010, 20:30 (GMT) |
SVN maintenance. |
Revision a3e0667 by Campbell Barton July 15, 2010, 20:25 (GMT) |
Rather then hard coded /usr/share, use CMAKE_INSTALL_PREFIX to set the PREFIX, could be added for scons/make too. |
Revision f36ab73 by Benoit Bolsee July 15, 2010, 20:16 (GMT) |
Update MSVC9 project file |
Revision 05fb497 by Andrea Weikert July 15, 2010, 20:02 (GMT) |
== installation paths == remove deprecated python BLI_gethome_folder calls Patch by Brecht, thanks a lot |
Revision 7fc9eee by Campbell Barton July 15, 2010, 19:58 (GMT) |
- updated man page from --help output. - cmake now installs the man page. - added cmake_linux_install.sh, shell script which downloads and builds blender. |
Revision 7a3ff66 by Andrea Weikert July 15, 2010, 19:42 (GMT) |
== installation paths == * fix case where environment variable was used without subfolder * some small cleanup |
|
|
|


Master Commits
MiikaHweb | 2003-2021