-
-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update for Blender 2.90.1, Add Github Action #378
base: master
Are you sure you want to change the base?
Conversation
ed6b597
to
45cda03
Compare
I was playing around with a version of My first thought is that maybe just hard-coding a bunch of version URLs would be ok for now. Thoughts? Note: additionally, it would be great if the Docker build could utilize the version number as an argument to make it easier to test different versions quickly. Something like the following: ARG BLENDER_VERSION=2.81
ENV BLENDER_VERSION=${BLENDER_VERSION}
RUN env | grep BLENDER
|
Is there interest in pulling this to Blender 4.0? I was thinking it might be worthy. Looking for support. |
From visual inspection, the updated scenes are ok.
I could use help with fixing install_blender.sh. Do we care about 2.80 and 2.81 in master?
fix #363
fix #372
Ci state can be checked in my fork.
TODO:
Hah! I was sure this would break Travis... Oh well 🤷♂️