Thanks for the links,guys. Just checked now. Been busy with Archviz stuff. On it right away. Learning Python. I have decided to learn python 3. I am a bit worried. I understand that python 3 differs from python 2. versions and some applications might not support python 3 since its a newer version. I am using 3dsmax 2014.…
Yeah, Python is a good pace to start. It's sort of language like in its logic (and instead of &&, or instead of || and more elaborate stuff gets finished like... if x not in y: instead of if (std::find(y.begin(), y.end(), x) != y.end()) {} etc). Is also loosely typed which makes it nice for quickly trying things out. And…