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
2019-08-30Windows: Move building of blendthumb into the blender codebase.Ray Molenkamp
Previously this was done in the deps builder due to the fact we needed both 32 and 64 bit versions of this dll and CMAKE does not support that in a single build folder. Now that 32 bit support has been dropped, this can be safely moved into the codebase. Reviewers: brecht Differential Revision: https://developer.blender.org/D5633
2019-08-21Cleanup: remove old Windows scons installer, this is handled by CMake nowBrecht Van Lommel
2019-08-15Windows: add cycles debug logging to helper batch file.Lazydodo
2019-06-15Windows: Clear PYTHONPATH variable in various debugging batch files.Ray Molenkamp
The PYTHONPATH environment variable sometimes causes issues, clearing it in the helper batch files is easier than talking every user individually though the process of removing it to see if it resolves the issue they are having.
2019-05-18Desktop Icons UpdateWilliam Reynish
Unify all desktop icons on Mac, Win and Linux to fit with the correct, updated brand guidelines here: https://www.blender.org/about/logo/ This is using : PANTONE 716 C = #EA7600 (RGB 234 118 0) PANTONE 647 C = #236192 (RGB 35 97 146) Thanks to Yevgeny Makarov (jenkm) for compiling this icon update. See T63623
2019-04-17Cleanup: use 2 space indentation for CMakeCampbell Barton
2019-03-12Windows: Add convenience logging batch files.Ray Molenkamp
To make triaging a little easier these batchfiles generate the debug log and sysinfo files and instruct the user how to attach them to their bug report Differential Revision: https://developer.blender.org/D4505 Reviewers: brecht, zeddb
2019-02-11Cleanup: commentsCampbell Barton
2019-02-05Cleanup: remove contributors for CMake filesCampbell Barton
Following removal from C source code. See: 8c68ed6df16d8893
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
BF-admins agree to remove header information that isn't useful, to reduce noise. - BEGIN/END license blocks Developers should add non license comments as separate comment blocks. No need for separator text. - Contributors This is often invalid, outdated or misleading especially when splitting files. It's more useful to git-blame to find out who has developed the code. See P901 for script to perform these edits.
2018-12-28UI: update Blender application icon on all platforms.William Reynish
More accurate logo colors, flatter look.
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space in CMake filesCampbell Barton
2018-05-09Remove Frame ServerCampbell Barton
This feature is limited (only byte PPM output, no multi-view), only works with specific configurations. This also causes some maintenance overhead when testing changes to the render pipeline.
2017-08-07Build: add scripts to build dependencies for Windows and macOS.Brecht Van Lommel
Note these are intended for platform maintainers, we do not intend to support users making their own builds with these. For that precompiled libraries from lib/ should be used. Implemented by Martijn Berger, Ray Molenkamp and Brecht Van Lommel. Differential Revision: https://developer.blender.org/D2753
2017-08-07Build: add scripts to build dependencies for Windows and macOS.Brecht Van Lommel
Note these are intended for platform maintainers, we do not intend to support users making their own builds with these. For that precompiled libraries from lib/ should be used. Implemented by Martijn Berger, Ray Molenkamp and Brecht Van Lommel. Differential Revision: https://developer.blender.org/D2753
2016-02-07move windows out of source dirCampbell Barton
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.