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 (Collapse)Author
2015-05-07Fix T27642: Add version in .exe installer propertiesAnatoly TechTonik
2013-03-29misc minor edits.Campbell Barton
- pass string size to BLI_timestr() to avoid possible buffer overrun. - quiet warning for mingw. - include guards for windows utf conversion funcs. - fix for mistage in edge-angle-selection check. - some style cleanup.
2013-03-08style cleanupCampbell Barton
2012-10-20style cleanupCampbell Barton
2012-10-15code cleanup: check for msvc directly when using warning pragma's.Campbell Barton
2012-09-30style cleanupCampbell Barton
2012-09-20style cleanupCampbell Barton
2012-04-25Enable building of the installer with MinGW-w64, patch by Caleb Joseph ↵Antony Riakiotakis
(Dobz) thanks a lot!
2011-10-23remove $Id: tags after discussion on the mailign list: ↵Campbell Barton
http://markmail.org/message/fp7ozcywxum3ar7n
2011-06-01Fix #27481: windows uninstaller could remove files unrelated to blenderBrecht Van Lommel
when installing to a folder that already existed. Now the uninstaller will remove only the files it has installed, and leave any other files in the installation directory intact.
2011-05-27Windows installer and Path changes, fixing various issues:Brecht Van Lommel
* Windows installer not working for non-admin users and multiple users * Addon scripts not installing next to user configuration * Portable install not being taken into account in all places The main problem was the windows installer was installing system scripts in AppData next to the user configuration directory, which is not shared between users. Now these are installed in ProgramFiles, and only addon scripts added by the users go to AppData. On all platforms, addon scripts were sometimes getting installed between system scripts, because the scripts folder in the executable directory was given precedence over the user configuration folder, that is no longer done now. So addons now behave like user configuration, they are preserved even if you download a newer build of the same blender version. If you have an installation of 2.57 on windows, the addon install location will not change until we do the version bump to 2.58, to avoid conflicts with the existing the installed 2.57 version. The old behavior of giving precedence to the local folder was done to support portable install, where all configuration is written to the local folder. This is now implemented differently: if and only if a "config" folder exists in the local folder, portable install will be assumed, and files will only be written to that local folder.
2011-05-09set svn end of lines to nativeCampbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-13Remove unnecessary lines.v2.57Nathan Letwory
2011-04-12small patch from Dobz to clean up non-functional multiuser code for now, and ↵Nathan Letwory
ensure admin level is requested on starting.
2011-03-29Apply [#26044] Windows thumbnails and improved filetype registrationNathan Letwory
submitted by Tom Edwards Fix [#25473] 64bit Windows installer for version 2.56 is not working patch submitted by Caleb (Dobz) The thumbnail patch adds a thumb handler DLL that adds .blend thumbnail support in Windows Explorer. A -r option is added to do registration in background. The patch also improves icon building and metadata for blender.exe. Caleb fixes and cleans up our installer to an acceptable state. The patch uses the new -r option to do the .blend extension and thumbnailer registration. Thanks to both Caleb and Tom for their efforts!
2010-12-27By default install to the user profile instead of Program Files. This ↵Nathan Letwory
because right now the installer runs in user mode, not elevated to admin. Otherwise users can't install to the default which used to be Program Files, which causes more problems than necessary. Although unconventional location, probably currently a better solution. Network admins etc. can override install location on command-line. NSIS docs tell how.
2010-12-27Run installer with user level permission by default.Nathan Letwory
2010-11-15Fix [#24552] Exception when starting Blender on Windows XP SP3Nathan Letwory
Reported by Ruud van Eeghem Instead of running vcredist, which can fail when installing as normal user, have the DLLs like our zip distribution bundled already inside install dir.
2010-11-07Removal of more ancient stuff. (Help url and some cygwin build file, which ↵Thomas Dinges
is not in use anymore)
2010-10-27Fix [#24053] 64-bit Windows installer installs keys to 32-bit registryNathan Letwory
Reported and patch-suggestion by George Pollard
2010-10-27Some improvements to the uninstaller part:Nathan Letwory
* don't just recursively delete $BLENDERHOME * seperately ask confirmation for recursive deleting contents of: - $BLENDERHOME\$SHORTVERSION\plugins - $BLENDERHOME\$SHORTVERSION\scripts - $BLENDERHOME\$SHORTVERSION\config * Have clear warnings about files going to be deleted
2010-09-07Windows Installer:Thomas Dinges
* Remove text "(Requires Windows 2000 or better)", as we don't support Windows 2000 anymore. * Fixed link in Help.url
2010-07-26Add missing banner for installer.Nathan Letwory
2010-07-08=== Windows installer ===Nathan Letwory
* cleanup link section for Start Menu
2010-07-07remove unused files.Nathan Letwory
2010-07-07=== Windows Installer ===Nathan Letwory
* have nice image also in uninstaller * ensure we can remove start menu links
2010-07-06=== Windows Installer ===Nathan Letwory
Make sure for win64 version of Blender that we set default install dir to $PROGRAMFILES64 and keep win32 version to $PROGRAMFILES32. Reported on Graphicall.org by Robroy
2010-07-06=== Windows Installer ===Nathan Letwory
* add info about bitness: 32bit, 64bit or mingw-build
2010-07-06Waste less memory ;)Nathan Letwory
2010-07-06=== Windows Installer ===Nathan Letwory
* Proper deletion of install dir - everything under it will be gone * Ask if config/userdata can be removed and act accordingly. If selected, everything under user/config dir (BLENDERHOME) will be gone. * The installer now will automatically update vc runtime To be able to properly create an installer, you need: - NSIS, and the MoreInfo plugin for NSIS. Make sure NSIS is in your path - Set in your user-config.py BF_VCREDIST full path to the redist you have. Note: this works only with SCons.
2010-07-06committed one file too manyNathan Letwory
2010-07-05* use blender_decimal_version() in places where '.blender/' was still being usedNathan Letwory
* simplify the NSIS file creation (and add those files back). NOTE: The installer is still pretty much WIP, tomorrow more improvements.
2010-02-12correct fsf addressCampbell Barton
2009-09-10Inno installer script to build windows installer. First draft-still needs ↵Robert Holcomb
some work. Creates a baseline functional installer from a build. Requires Inno and Inno ISTool
2009-06-012.5Ton Roosendaal
Cleanup commit: - Yafray removed. Also did cmake/scons files, but didn't compile with it, so test would be appreciated :) - Removed old crap from Windows release dir, should be checked on further by windows release builder later.
2009-04-202.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender ↵Brecht Van Lommel
-r19323:HEAD Notes: * blenderbuttons and ICON_SNAP_PEEL_OBJECT were not merged.
2008-10-15== windows installer ==Andrea Weikert
small update for release 2.48 - no need to re-tag
2008-10-14=== Installer (win32) ===v2.48Nathan Letwory
* Fix for [#17651] Silent Install Issue - make sure silent install is really silent ( /S on command-line) * Improve installer to check for msvc90.dll * Improve installer to check for py 25 install (using registry)
2008-07-03Window Installer:Simon Clitherow
A couple of fixes: - uninstaller now deletes itself (oops! :) - uninstaller now correctly locates \.blender for removal.
2008-05-30Reverted win installer to give 'current user' option only for Application Data.Simon Clitherow
Added shfolder.lib linking for win9x SHGetFolderPath() support.
2008-04-21Bug fix for 8634, 6708, and 5989Simon Clitherow
This replaces the hard-coded '%PROFILE%\Application Data\..." path with the correct language-dependant CSIDL_APPDATA. PLEASE NOTE! Checks for the previous location have now been REMOVED. Any data saved in the old hard-coded location will no longer be found by Blender (this will only affect users of non-english windows.) The installer has been updated to help the user to migrate their data to the new location of their choice, if necessary. Order of preference for .blender on windows is now the following: 1) %HOME% environment var 2) Installation Directory (location of blender.exe) 3) "Current User" (CSIDL_APPDATA) 4) "All Users" (CSIDL_COMMON_APPDATA)
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
blocks that were previously missed; and b) greatly increase my ohloh stats!
2008-03-02NSIS Installer:Simon Clitherow
Committing the changes used for 2.45 and the upcoming 2.46 release :) (Better late than never!)
2007-05-31=== SCons ===Nathan Letwory
* Finally cleaned up the NSIS installer creation process This is now a proper action and command, with simple printout The 'nsis' target (only on Windows) now properly depends on all the build process, and will be done as very last. * Make LZMA (Solid) default compressor for installer (= the best)
2007-05-06Added a check to installer for runtime dlls required to run blender. IfSimon Clitherow
not found on their system, it will open a browser window to point them at the download site. DEV NOTES: Anyone building the NSIS installer will need the Moreinfo plugin - http://nsis.sourceforge.net/MoreInfo_plug-in
2007-02-15Added windows NSIS installer script to scons. Not pretty, but it works :)Simon Clitherow
To use: Make sure NSIS is in your %PATH% and type 'scons nsis' It doesn't currently compile blender first, so make sure you do a normal 'scons' before this.
2006-04-05==makefiles==Tom Musgrove
pthreads wasn't added to the release zipfile on cygwin, patch by rob hausauer
2006-02-05Adds a VFAPI-Plugin for TMPGenc to connect to the blender frameserver.Peter Schlaile
2005-11-02updated scons win32 installer script - uninstalling gives option to keep or ↵Simon Clitherow
remove .blender/scripts folder.