I'm trying to get the index of a selected polygon from a model (from the viewport) in a modal operator. I am using an event type to return the selected index. Whenever I run the script and select the modal operator it gives me the correct index the first time. But, any other time, I have to re-run my script and the modal…
@almighty_gir yea its great. i'm not trying to be a scrooge here. i do concept sculpts with it and its fun for that. but the example everyone gives is one mesh and your totally in charge and can do what ever you want. that never fucking happens tho. i'm not a concept artist i'm a modeler. the concepts done. if the concept…
Ok so i had a problem, i had a mesh half started that i threw into zbrush to test how well it would sculpt. But i got carried away and spent a lot of time without going back to modo and adding more geometry. So i came up with a work around that was actually surprisingly simple to do and worked flawlessly. This is what i…
I just published a script for the first time on Gumroad! It's not really flashy, but I think it can be quite useful. It's free (pay what you want), so if it looks interesting to you give it a shot! I'd love to hear any feedback you guys may have :) https://gumroad.com/l/uFUJK ----- The script is basically a set of tools…
Hello people! Does anyone know why the callback script with #viewportChange didn't run the callback when the distance < 1000? It's fine with rotating the viewport on any distance, but it's not the same case with zoom in/out. Might be a little bit hard to explain with word, but here is the script that I got and you can see…
Hi there tigerheart! Interesting thread. It's been long time since I've touched something similar, but here it goes. There are some points to consider and obvious omissions in you script seen in last image you posted: 1. I don't see the script even working; there is no copy made for the other side. 2. There are no bone…
it turned out to solve the problem! it was only necessary to invert the y axis and change the values in use as Thank you for your help! by the way, have you used the edgeToPSSelection script?
About using the tiny SSD for the OS and essential apps, you also need your working files on the faster drive otherwise you're subject to the slower larger drives seek time whenever you do anything. If all you're worried about is how fast the app boots, then it's going to a lot faster. however if all of your working files…
run this script in your maxscript listener (F11 - > new script -> paste -> file -> evaluate script ) ---------------------------------------------------------------------------------- Fix MAX's window positions-- version 2.0-- max version 6, 7, 8, 2008, 2009-- written by Joshua Newman-- www.joshuanewman.net-- written…
Cool, thanks for the effort! ArtStation just added the Embed Code feature which should make this process a lot easier, simply grab the block of code and add it to your site with your html editor. I updated the Getting Started tutorial with more details: http://www.marmoset.co/viewer/gettingstarted As for why you were…