Page MenuHome

bpy module: install scripts and text files relative to bpy.so
ClosedPublic

Authored by Ankit Meel (ankitm) on Feb 14 2022, 8:29 PM.

Details

Summary

Brew's Python framework's site-packages is a
symlink so the assumption that Resources and site-packages
would be in the same directory doesn't hold.
So install scripts etc., relative to site-packages.

Also install text files in Resources/text of python libraries
instead of Blender.app.

Diff Detail

Event Timeline

Ankit Meel (ankitm) requested review of this revision.Feb 14 2022, 8:29 PM
Ankit Meel (ankitm) created this revision.
Ankit Meel (ankitm) edited the summary of this revision. (Show Details)
Ankit Meel (ankitm) edited the summary of this revision. (Show Details)Feb 15 2022, 11:59 AM
Ankit Meel (ankitm) retitled this revision from bpy module: install relative to site-packages to bpy module: install scripts relative to bpy.so.
Ankit Meel (ankitm) retitled this revision from bpy module: install scripts relative to bpy.so to bpy module: install scripts and text files relative to bpy.so.
Ankit Meel (ankitm) edited the summary of this revision. (Show Details)

installation of license files

This revision is now accepted and ready to land.Feb 16 2022, 4:59 PM