I’m with DenisT. I’m still not sure what you’re trying to do. You want to link an object to a skinned vertex. But that vertex is skinned to the biped …
I’m not really sure what you’re trying to do with question one, but look at the shperify modifier. With the pivot at 0,0,0 and the plane out on planet…
gtjuggler: Cool. Yet it doesn’t make a pointer when accessing the count property. numberOfSelections = $.count –at the time, the count was 10 …
What happens when you try it? (answer: no problem, right?)
Good stuff. Thanks.
That’s a very helpful tutorial. I figured it was just a matter of time before I had to learn .net (though I used to be pretty good at asp back in the …
That is correct.
hopefully tonight I’ll have a few cycles to look at this…
Unfortunately my theory was wrong. The closest quad to a rect does not guarantee the smallest area. See this shape as an example: ___ | \ | \ | …
It’s frustrating that this board won’t allow you to nest quotes… Malkalypse: Sorry, you lost me about halfway through… I’ve done that… A lin…
Actually, it’s possible that the smallest area will be made by the combination of lines where the deviation of the difference between the angles is cl…
Just after a quick glance, I think you may be better off not using the intersecting points, but sticking with the lines because you’re guaranteed that…
What’s wrong with: str = “test.txt” “test.txt” getFilenameFile str “test” Done!