Froyok many thxs for the quick reply,love your work. the repeat keys i will need to see later i test some now and most work;P i deleted those 2 lines and windows still pop in top righ corner. you can see if i made all right global proc froTools3() { // if Window exists already delete it, so you cant call multiple windows…
33% USA game devs laid off over the past 2 years, 28% globally https://80.lv/articles/survey-says-that-33-of-us-video-game-industry-workers-were-laid-off-over-last-2-years
I use mostly groups (with IK-handles inside it) rather than curve controls. When I group some of the IK handles (Ctrl+G) the local rotation axes of this group is not oriented to the local rotation axes of the joint where the pivot is but to the global axes. Solutions: 1) Orient local axes of the group manually not the…
Hi! I tried to make a Save Presets script, but there is a problem with reading values from ini file. Here the script:( me = getSourceFileName() dir = getFilenamePath me iniFile = dir + "mECSPV.ini" global allSavedPresets = (readValue ((getINISetting iniFile "Presets" "names") as stringStream)) global edgeToCut=#(5, 16) as…
Hello, I have a little script that generate batch renders with a serie of HDRI that are located in a directory. The script gets the first HDRI, does 8 renders by rotating the HDRI every 45 degrees, save the renders and load the next HDRI in the directory. My problem is that this script works on certain scenes, and doesnt…
I wrote this little script that averages verts on whichever axis you specifiy - I use this one quite a bit. Of course, it doesn't average on anything except the world X ,Y, or Z (or all 3) - so maybe not exactly what you're looking for - but it might help. ////////////////////////////////////////////////////////////// //…
Im not in the US but the games industry is in a rough place right now globally so stability isnt exactly assured if you want to get into games. Your arch viz, product rendering and interactive media look good but your characters are really lacking, its also a super competitive field of 3d work. I see you show wireframes…
Separate files is a valid way to organize files. I just got used to fewer longer files because the MaxScript Editor only autocompletes the current file. If you just do operations in the macros, and not use global functions, you don't have to worry about evaluation order. I only use functions if the code is going to run…
Hello friends, A lot happened since my last update on this forums. Now i came with a new exciting project. I'm the artist in Vaccine War, an independent videogame developed by Games For Tutti studio located in Valencia (Spain) and we would like to show you our game Vaccine War. This game combines action, adventure,…