Remember this? This demo was picked up for showcase at SXSW Sydney! So I will be developing it further over the next month, and presenting it at the convention from October 13-19th. Any Sydney peeps / other attendees come say hi :smiley: The announcement post:…
that's actually pretty impressive for ipad. She's leaning too much forward. Wrists are too thin. Pick up a copy of Anatomy for Sculptors. I don't know if the ipad version comes with subtools, but Zbrush is prepackaged with Ryan's ecorche model that you can drag in to compare and reference
I have another question. Can I somehow create a low-poly mesh for piping? I want to make sofa pillows with thick piping along the seams. The problem is, however, is that I can easily make a low-poly version of the pillows themselves inside MD, but I can't seem to find a way to reduce the topology for piping. And doing…
So, here's a question, are your square uv's before displacement inbetween 0-1? I usually use the regular zbrush plane for this. Are you using the wrap mode to sculpt? If you are go to transform and select only Z axis to sculpt, some of the brushes wont work that way. I usually do whatever sculpt I want, get the…
I'm trying to select UV shells by index and then run some code and then select the next UV shell and run that same code, etc. Imagine if you wanted to scale each UV shell by 50%, that's not what I need to do, but if I could figure out how to select each shell one at a time in the script that would solve my problem. Is this…
Does anyone know the possibility of raising money on kickstarter to bid to Rhode Island for all of the Amalur assets, code, and properties to become creative commons/open source? People could contribute what they able to and in the end everything becomes open for access and use in whatever way. I'd imagine a lot of…
When my character hits the door I want him to go to win Screen but I have no idea how. I copied and pasted a code from my Title screen that when I press Play it goes into the game. But I don't know how to track "if character hits door go to next screen". Here is my code: Here is my backdoor with a rigid body Here is my Win…
Thanks! I haven't received any feedback yet, so this is the first. The posing for zhou yu is more in line with his character in the film. (general giving orders) There is one fight scene in the movie, and I do want to make a horse for him to ride and pose with. What kind of pose would you recommend? With this pose, I…
I believe that's actually one of the things that people has said was a big problems with them, that they have let go a lot of people, who knew the software code, and hired new people who don't have that in depth knowledges, resulting in more spaghetti code.
OK. How about this line then? GameObject DoorOpen; //Create a GameObject variable for my door I double checked and that line IS in your code. I'm simply reinforcing the point that Kio was trying to make -- obvious comments actually make code harder to read, not easier.