Develop a Blender Addon using Python
Budget: €50 – €100 EUR
I am searching for a developer to optimize a Blender addon that I created. The addon should look and do what I originally designed, as per the attached screenshot. Functionality wise, in addition to what it does now, it should do the following:
- The addon should locate and collect the main working “.BLEND” file and all the related libraries and files (such as .blend files, images, textures and videos) with the correct folder hierarchy, and compress them in one ZIP file.
- The Addon should check if another external program is running (use chrome.exe as an example), and if it’s running, the addon should call it (on the execute function) and pass parameters to it (ZIP file, Start frame, end frame, job priority, render engine, output location)
- Auto fetch the start and end frame from the active scene and fill them in the desired fields.
- The End frame should be equal to or larger than the start frame.
- Blender (.BLEND) file path should be automatically filled with the current working file (use filter_blender from BlenderAPI).
- Output path should be the same directory of the current working (.BLEND file) (Use filter_folder from BlenderAPI)
I will provide you with the code of the addon that I created, it’s 80% complete, just needs optimization. Also I can provide you with a sample addon that uses similar functionalities, you can use it as a reference.
- The addon should locate and collect the main working “.BLEND” file and all the related libraries and files (such as .blend files, images, textures and videos) with the correct folder hierarchy, and compress them in one ZIP file.
- The Addon should check if another external program is running (use chrome.exe as an example), and if it’s running, the addon should call it (on the execute function) and pass parameters to it (ZIP file, Start frame, end frame, job priority, render engine, output location)
- Auto fetch the start and end frame from the active scene and fill them in the desired fields.
- The End frame should be equal to or larger than the start frame.
- Blender (.BLEND) file path should be automatically filled with the current working file (use filter_blender from BlenderAPI).
- Output path should be the same directory of the current working (.BLEND file) (Use filter_folder from BlenderAPI)
I will provide you with the code of the addon that I created, it’s 80% complete, just needs optimization. Also I can provide you with a sample addon that uses similar functionalities, you can use it as a reference.