It can easily be done as a script (or at least synchronizing the vert positions can be). The problem is processing the data quickly. Maxscript is not a fast language, and iterating over and matching the positions of thousands / tens of thousands of vertices could take a long time. Anyhow, here's a simple/unoptimized script…
I had some lights , a few spot lights and a dominant directional, as well as a few meshes that had emmisive enabled. I was getting some issues so I decided to delete all my lights and turn of the emmisive meshes and start over. When Irebuild my scene with no lights in it, its all dark or almost black when in lit mode. If I…
So let me get this straight-- On trigger3 touched you: -Freeze player input -Unhide a replacement skeletal mesh for the player and a "fox" mesh -play the cinematic on completion of the cinematic you: -REhide the skeletal meshes -reneable input -teleport player Well, one thing that I'd do for better logic flow is order the…
On the C4D café forums one Admin writes it works with up to literal millions of instances in viewport and they are planning to rewrite everything to this new (I assume ECS?) based architecture which then is similar to houdini nodes at first it seems like but then later will be the core of all operations, so you would be…
- Try to work in greyscale the most as possible (avoid greyscale -> color and color-> grayscale - Use the standard blend mode - For alpha blending: use the opacity input of the blend node (instead of injected the alpha in the foreground) - If the UV layout is composed of multiple parts (face, eyes, whatever), generate each…
I'm working on a new iOS project for iPhone (it's simply a racing game around a few tracks). I need to implement a gas pedal on the right, that when held down accelerates my vehicle. I need a brake pedal on the left that when held down causes a drifting style brake (adjustable slide in the inspector would be awesome). I…
Well, I've been looking into some of the formatting things. Why does the post editor not look like the eventual post? * Vanilla has hard-coded the editor styling into the html, so I can't override it with CSS. Changing this will be expensive, but we might do it anyway. Pending. Can we change the editor to HTML mode, or to…
Hey polycounters, I have a discount code for an upcoming 3D Printing workshop out in Pasadena Ca. It is being thrown by Mold 3D, you can check out their site here http://www.mold3d.com/blog/2015/3/23/3d-printing-for-character-artists-workshop They are gonna have Ian Joyner at the workshop as a special guest instructor.…
Joakim - This is excellent :) I have two questions. I put the userSetup code into my userSetup.mel file, correctly me if I'm wrong, shouldn't this load the script menu automatically when Maya starts, or must I always run this command first ? def MyScript(): #Code MyScript() When I run the command listed above, the script…