some progress and WIP, well the throne will be on the tongue as sketches, the sketches was shown just the progress, what I am going to follow will be the first sketch. I don't know, I think I have no time to make the concept, but for sure I have to do a mochup of volumes, may be a lose paintover will guide me through final…
I'm not entirely sure if you're suggesting to attempt to salvage a project by appending the contents of a file that can't be opened? Sometimes it works, but when the RNA structure of the file is broken it'll likely fail and there's pretty much nothing you can do to salvage it other than relying on different backups. I have…
UT3 actually has about 3.6:1 pixel:game unit ratio judging by most of their textures. They also have detail textures on top of that at a higher ratio. I don't think Source games use 8 pixels to one unit... unless you're saying that for a 128 unit high wall (ie. just higher than a player) they use a 1024x1024 texture? Not…
@monster Just wanted to give you and everyone else a quick update. I managed to match Unity about 98% on a 1:1 in camera views. So while the physical camera did not allow me to shift to vertical, the Free Camera did. So kudos to you Monster. I even managed to match the position values from max and unity and the camera…
Simon, all the screenshots you present come from the emulator right? So unless someone looks up what the original hardware was capable of, we don't know 100%. As you say it makes no sense if the depth-buffer was lower res. Maybe the emulator decided to visualize the depth-buffer in lower-res to make it pop out more? Maybe…
I'm getting a new PC under 600 bucks because i'm broke right now. I'm thinking this type of PC from Tigerdirect. Any better suggestions i'm up for it. Here are the specs and it's a Dual Core and it's price is $499.99! Condition: New Lifestyle: Home & Student Operating Systems: Windows Vista Home Premium 64-bit Startup…
Hello, I've been using and experimenting with UDK last few months, so this will probably be easy as cake for most of you. I have an elevator set up, controlled with kismet and little unreal script (custom sequence action). The problem is with matinee animations. I have 4 floors and 4 switches (one on every floor). I also…
For those of you who might find this via search I got some help on this and here's the script I ended up with. import maya.cmds as cm driver = cm.ls(sl=True,fl=1,tl=1) selectedObjects = cm.ls(sl=True,fl=1) selectedObjects.remove(driver[0]) for object in selectedObjects: cm.select(driver,object)…
A wrote a mel script that bakes animations into blendshapes. What you can do with this: - Bake skeletal animations into blendshapes - Bake Ncloth, deformer, and MASH animations into blendshapes - Combine multiple skin mesh renderers into a single blendshape for Unity and other real-time applications. I need people to test…
I've decided to make a test with the baking in both softwares and here's the result. - Testing steps: bake normal map in Toolbag (TB), bake normal map in substance painter (SP), swap nomal maps to see the behaviour. - Tested objects: I made 2 objects which are the same as the picture below (1 Object includes sphere and…