Ridley5 opened this issue on Jul 26, 2010 · 1724 posts
bagginsbill posted Fri, 20 August 2010 at 4:49 PM
Frankly, adp, I'm taking a break but soon I will catch up to you. I don't like all the extra typing you go through. For example, why do you have all the global parameters passed around - they are GLOBAL PARAMETERS. Put them in a global place and just import them.
Why do you use dictionaries instead of objects? Do you prefer:
global_parameters["Camera"]["focalLength"]
I prefer
globals.Camera.focalLength
or even better:
Camera.focalLength
I plan to rewrite everything that exports anything pretty soon. You keep writing your way if you like. I will be done pretty soon - maybe a week, maybe two - with everything.
But for now I'm taking my week-end break.
Renderosity forum reply notifications are wonky. If I read a follow-up in a thread, but I don't myself reply, then notifications no longer happen AT ALL on that thread. So if I seem to be ignoring a question, that's why. (Updated September 23, 2019)