Epihaius / panda3dstudio

A general-purpose scene editor for the Panda3D open-source game engine
BSD 3-Clause "New" or "Revised" License
54 stars 19 forks source link

Using @property decorators instead of calling property() #8

Closed berylliumquestion closed 5 years ago

berylliumquestion commented 5 years ago

When I first looked at properties something didn't quite seem right about these properties being defined inside of a class, yet outside of a function. So, I went through and changed them accordingly. Please excuse the two extranenous commits, I'm still pretty new at using git.

Epihaius commented 5 years ago

Admittedly, working with decorators is not my strong suit, and setting up properties is something I only knew how to do in a basic way, so your improvements are very much appreciated!

Thanks for taking the time to make my project a bit more efficient and professional :) .