-I will look into the shelf button problem. -For the cage, I don't know why I didn't thought about the fact you could have already setup the LP field, I will fix that. -If you get nothing, it's probably because xNormal occurs an error, but since you batch you don't get the error message. Simple way to fix that : launch…
24. Don't think so. I've never tried though, but offhand I can't think of anything. Maybe some sort of tool context? ScriptCtx or something might be worth looking at. 25. You mean in the single-line feedback box in the bottom right? If an error was the last thing that occurred, it should be shown there. Are you putting a…
If you think there may be a problem with your ram, run memtest86. You made a boot disk (or CD) and boot up into it and it tests the ram, and will spot errors. Also good for testing stability if you overclock your ram or change timings. Used this myself when I built this comp and got confirmation that it was faulty ram that…
Thanks for the awesome script Bartalon! everything works great. One problem though.. I can't seem to bake the color ID map from the high to low poly following the steps in your video. I'm using the Maya 2014 on OSx. below is the error message from the script editor: // Error: line 0: Failed to open output file:…
That all sounds great, I can not wait to see it. :) I spoke to Belisarius Cawl the Adeptus Mechanicus Tech-priest today and he said! "By the Omnissiah’s sacred gears and the holy rites of the Machine Spirit, I consecrate this message to @jbeck3d. May your cogitators hum with flawless precision, your circuits burn with…
Ok guys. I'm getting a steam erro come up when I try submitting my items. Which is scaring the shit out of me right now. Everything works fine up until i hit the submit button. I've followed everything to the letter twice, so there is no reason that i can think of why this is happening. Please help. If anyone can think of…
I tried doing it in Max to begin with and I didn't like it at all. I did it the SketchUp way and found it much nicer. You were right though, the artist didn't follow his perspective lines 100%. I'm having some issues importing it now though. I try and import the .dae and it gives me this error: While reading or writing a…
Amazing scripts Maxi :) Really making working in Blender a lot faster. Here are some notes from today's 2-3 hours... 0-Maybe I am not understanding something correctly, but Super Smart Create gives strange results sometimes with simple operations: selecting two vertices for example seems to connect other vertices elsewhere…
This snippet works, it's part of putting some blendShape targets into an existing group: int $targetDir = 1;
setAttr blendShape1.targetDirectory[$targetDir].childIndices -type Int32Array 3 0 1 3; But this doesn't, and I get an error, but I can't figure out why. I tried splitting the array size and array into two variables,…
heres part of the script that ive been working on if anyone is interested. Essentially what its suppose to do is select the UDIM patch user specifies. For example if user say select 1001 UDIM (u1_v1) uv, it will select all the uvs within the UDIM tile boundary. Its using PolySelectconstraint as the backbone for the uv…