Difference between revisions of "User:Abhiram/GSoC2023/Report"
From BRL-CAD
(→Overview) |
|||
Line 4: | Line 4: | ||
== Overview == | == Overview == | ||
− | + | * In this project our main goal was to modernize the codebase and get appleseed running with the upto date versions of the dependencies CY2023 [[https://vfxplatform.com/]] | |
+ | * Appleseed's runs with Python 2.7, so I have updated all of the Python code to Python 3.10. I had no means of testing these changes (ill get there soon, but right now appleseed build with the older versions of dependencies is causing alot of errors). | ||
+ | I got appleseed to build successfully after making changes to the build commands etc. I have updated all the steps accordingly here [[https://github.com/appleseedhq/appleseed/wiki/Building-appleseed-on-Linux|here]] | ||
== What has been done so far == | == What has been done so far == |
Revision as of 01:07, 25 August 2023
Contents
Project Report
- Student: Sai Abhiram Alluri
- Mentor: Christopher Sean Morrison
Overview
- In this project our main goal was to modernize the codebase and get appleseed running with the upto date versions of the dependencies CY2023 [[1]]
- Appleseed's runs with Python 2.7, so I have updated all of the Python code to Python 3.10. I had no means of testing these changes (ill get there soon, but right now appleseed build with the older versions of dependencies is causing alot of errors).
I got appleseed to build successfully after making changes to the build commands etc. I have updated all the steps accordingly here [[2]]