blender/source
Brecht Van Lommel d369a6aaaf Windows installer and Path changes, fixing various issues:
* 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-27 09:57:53 +00:00
..
blender Windows installer and Path changes, fixing various issues: 2011-05-27 09:57:53 +00:00
blenderplayer stubs.c update: ED_view3d_from_m4() 2011-05-14 06:24:29 +00:00
creator Windows installer and Path changes, fixing various issues: 2011-05-27 09:57:53 +00:00
darwin set svn end of lines to native 2011-05-09 08:15:38 +00:00
gameengine Windows installer and Path changes, fixing various issues: 2011-05-27 09:57:53 +00:00
icons set svn end of lines to native 2011-05-09 08:15:38 +00:00
tests fix [#26906] Panorama Button (Camera Data Properties) 2011-04-15 12:08:17 +00:00
CMakeLists.txt Code cleanup: remove source/kernel module, this wasn't really the kernel of 2011-05-06 20:18:42 +00:00
SConscript Code cleanup: remove source/kernel module, this wasn't really the kernel of 2011-05-06 20:18:42 +00:00