aaronwalsman / splendor-render

MIT License
4 stars 0 forks source link

Old utilities #5

Closed aaronwalsman closed 3 years ago

aaronwalsman commented 3 years ago

Clean up old utilities that are no longer used or necessary. I made pose_utils.py and camera_utils.py at some point for some stuff I needed for a previous project. Look at the contents of these. If they are used by other code in renderpy, or seem useful to end users, clean them up and organize them. Put useful things from camera_utils.py into camera.py and useful things from pose_utils.py into something new called pose.py probably.

aaronwalsman commented 3 years ago

It looks like I did this for camera at some point.

aaronwalsman commented 3 years ago

Just did it for pose_utils as well. This module was relatively simple, not everything in there is being used, but the code isn't big and isn't hurting anybody, so I'm leaving it alone for now, but changing the name from pose_utils.py to pose.py