Develop Blender addon in python

Job ID: 34313022

Budget: €50 – €100 EUR

I am searching for a developer to recreate a Blender addon that I created using “invoke_props_dialog” from Blender API, but I want it to be as a separate popup window, similar to the render view window (with a title bar).
The addon should look and do what I originally designed, as per the attached screenshot. Functionality wise, it should do the following:
- 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.
- Job priority will have three options: Low/Medium/High. The selected option should be displayed.
- 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)
- There should be a “Submit” and “Cancel” buttons
- The addon should store all the values of the fields (Starting frame, End frame, job priority, .blend file path, and output directory path) in variables that we can use later for further processing.
I will provide you with the code of the addon that I created, also I can provide you with a sample addon that uses popup windows, you can use it as a reference.
Related categories: Python Blender