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.