nauroman / Blender

Python scripts for Blender provides an operator that moves all objects in the scene to the center.
MIT License
0 stars 0 forks source link

Add requirements.txt #1

Closed duch94 closed 3 weeks ago

duch94 commented 1 month ago

Add file with 3rd party requirements, called requirements.txt. It should contain external dependencies e.g. bpy==4.2.0

It allows to quickly reproduce environment of the interpreter.

nauroman commented 3 weeks ago

Thank you for the feedback.

Added requirements.txt