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-07-15Fix T66986: fix dylib plugins on macOS not working in code signed releaseBrecht Van Lommel
Add more entitlements for code signing.
2019-07-15Fix T66986: errors with add-ons using ctypes in macOS releaseBrecht Van Lommel
Add extra entitlements to allow the kind of unsigned executable memory access that cytpes does.
2019-07-12macOS: clarify bundle script instructionsBrecht Van Lommel
2019-07-12macOS: allow bundle script to re-codesign a Blender.app that was already signedBrecht Van Lommel
2019-07-12macOS: remove hardcoded paths for code signing python/dylib/soArto Kitula
Differential Revision: https://developer.blender.org/D5234
2019-07-01Fix T66297: Blender on macOS does not open on case-sensitive file systemBrecht Van Lommel
2019-06-25Compress macOS DMG background imageWilliam Reynish
From 2.3 mb to 34 kb Required adjusting background color. Also fixed blurry Blender logo.
2019-06-22macOS: tweaks for macOS bundle scriptBrecht Van Lommel
* Follow Blender code style a bit more closely * Fix mixed tabs and spaces * Remove old README now that it's part of the script * Make less tied to specific Blender version numbers
2019-06-22macOS: rename blender.app to Blender.appBrecht Van Lommel
Using a capitalized app name fits the platform guidelines. Since macOS file systems are case insensitive by default this should not break scripts that assume lowercase.
2019-06-21macOS DMG bundle, codesign and notarization scriptArto Kitula
2019-06-21Add macOS disk image background imageWilliam Reynish
2019-06-21macOS: remove blenderplayer.app, don't include Blender Foundation in versionBrecht Van Lommel
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-03-08Icons: Desktop icons update for MacWilliam Reynish
Previous desktop icon was clipped on one side, and file icon used cropped icon.
2018-12-28UI: update Blender application icon on all platforms.William Reynish
More accurate logo colors, flatter look.
2017-03-16set required MacOS version to 10.9Mike Erwin
We could do more to simplify build files, but this is a start.
2016-08-04Blender 2.8 requires Mac OS 10.7 or laterMike Erwin
MacOS 10.7 “Lion” was the first to implement OpenGL 3.2, which will be required to run Blender 2.8. Minimum OS version was unspecified before.
2016-08-04support automatic GPU switching on MacMike Erwin
First attempt. On my laptop (Intel + nVidia) Blender still switches to nVidia at launch time.
2014-11-18Revert "OSX/cpack: add a dummy bg and ds_store for dmg"Campbell Barton
This reverts commit 5f7b273236fc09ad4752529b964e0e1d6c681979. Binary files for release should be added to svn lib from now on.
2014-11-18OSX/cpack: add a dummy bg and ds_store for dmgJens Verwiebe
2014-08-01OSX: updated codesigning README and removed not longer valid rule plistsJens Verwiebe
2014-06-14OSX: update codesigning rules to 2.71Jens Verwiebe
2014-03-06OSX: adapt codesigning_rules_<binary>r.plist’s to 2.70Jens Verwiebe
2013-10-28OSX/codesigning: Instructions on codesigning in case i get lost :-P Jens Verwiebe
2013-10-28OSX/codesigning: add the signing rules used for releasesJens Verwiebe
2013-04-10OSX: remove the applescript and env var for omp_set_treads from plistJens Verwiebe
2012-12-29set line endings to native & mime type to text/plain for ↵Campbell Barton
.app/Contents/MacOS/xxx files.
2012-12-13OSX: add plist key High Resolution CapableJens Verwiebe
2012-11-18move source/darwin into release/darwin since these files are for osx packaging.Campbell Barton