TylerGubala / blenderpy

Blender as a python module with easy-install
GNU General Public License v3.0
314 stars 30 forks source link

How can I install bpy v2.79 from this repository? #68

Open 921kiyo opened 3 years ago

921kiyo commented 3 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

First of all, thank you for keeping blender python accessible to the community :)

I tried to install bpy 2.79 and got the same error as the one described in https://github.com/TylerGubala/blenderpy/issues/27. I can see the branch v2.79, and am wondering how I can install v.2.79 from this repository.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

caniko commented 3 years ago

I am not sure if #27 is what you need to install 2.79; moreover, you can download the source of 2.79 and compile it yourself in CLI mode.

I would suggest using the latest version instead as it is just some minor upgrades over 2.79, and should, therefore, have no breaking changes.

TylerGubala commented 3 years ago

You will find it tremendously difficult to try to get a version of bpy working from sources at 2.79. There are a lot of nefarious changes that have happened to the build system since then.

You are going to need to provide a comprehensive list of system requirements and probably expected functionality in order for me to diagnose if the build you want is actually possible.

Note that you would only be able to install into Python 3.6, since that is what 2.79 targets.

blackvitriol commented 2 years ago
git clone --branch v2.79 --single-branch https://github.com/TylerGubala/blenderpy.git
cd blenderpy/ && python3 setup.py sdist bdist_wheel