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
2021-03-22Fix missing document icons on macOS 10.4 and earlierJohannes Jakob
Re-adds a legacy document icon for macOS 10.14 Mojave that is consistent with the system generated document icon on macOS 11 Big Sur. It uses the old-style document sheet icon, but includes the file extension underneath the Blender icon (unlike the previous legacy document icon that was removed in D10267). Adds the missing description for the exported type identifier. Finder now correctly displays “Blender File” instead of “data” for Blender files. Differential Revision: https://developer.blender.org/D10746
2021-02-03UI: use system generated document icon on macOSJohannes Jakob
Adds Document Type Identifier configuration to use a system generated document icon for Blender files on macOS. The system composites the app’s icon and the extension name onto the document sheet icon (new style on macOS 11 Big Sur and old style on macOS 10.15 Catalina and earlier). This is in line with Apple’s Human Interface Guidelines. Removes the previously used file icon because it is no longer needed. Differential Revision: https://developer.blender.org/D10267
2020-07-16macOS: improve design of .dmg backgroundFrancesco Siddi
Differential Revision: https://developer.blender.org/D8300
2020-01-22Fix Blender DMG bundling for macOS failing on buildbotBrecht Van Lommel
The change from D6462 caused a permission prompt. Setting the user and group UID appears unnecessary to fix the issue, so leave just the mode.
2020-01-20Fix T72605: Blender works only in one user account on macOSJean First
User permissions in the disk image were wrong. Differential Revision: https://developer.blender.org/D6462
2019-12-12macOS: add missing info to code signing instructions regarding key filesBrecht Van Lommel
The instructions for this part are not exactly clear, but better to document what took us a while to figure out to get a new system set up for signing.
2019-12-12MacOS release: Fix typo in codesign instructionsSergey Sharybin
2019-12-06Fix T71342: macOS does not always use the discrete GPU for BlenderBrecht Van Lommel
This reverts commit 3d9cc4d3f174d01c96d65a4e9cd751699bcb8744. The commit message and intent behind the commit is unclear. We generally want the discrete GPU to be used for best performance, not the integrated GPU.
2019-12-04Fix macOS bundling error with latest release, increase DMG disk space a littleBrecht Van Lommel
Also adds more verbose output when notarization fails.
2019-10-01UI: Update paint crosshair for MacWilliam Reynish
This is based on feedback from users. Only affects Mac for now, Windows will be committed separately.
2019-09-27UI: Add high quality cursors on macOSWilliam Reynish
This adds the same high quality cursors on macOS as we have on Windows. These are stored as 32*32 pt PDFs, same as the built-in OS cursors Reviewed by: Brecht Van Lommel Differential Revision: https://developer.blender.org/D5907
2019-09-03Buildbot: support building releases, make non-releases more consistentBrecht Van Lommel
* Auto detect rc and release version cycle in BKE_blender_version.h. * On Windows, generate zip and installer if a release is detected. * On macOS, always generate a dmg instead of zip. * Use standard package names without hash if a release is detected. * Buildbot package names now match platform names in releases. Ref T67056 Differential Revision: https://developer.blender.org/D5643
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