sprockets Learn to keyframe animate chains of bones. Gerald's 2024 Advent Calendar! The Snowman is coming! Realistic head model by Dan Skelton Vintage character and mo-cap animation by Joe Williamsen Character animation exercise by Steve Shelton an Animated Puppet Parody by Mark R. Largent Sprite Explosion Effect with PRJ included from johnL3D
sprockets
Recent Posts | Unread Content
Jump to content
Hash, Inc. - Animation:Master

robcat2075

Hash Fellow
  • Posts

    28,049
  • Joined

  • Last visited

  • Days Won

    360

Everything posted by robcat2075

  1. Would you believe I've never tried that? Those were introduced as part of an early "cloth" simulation technique. There was also a wizard you used to set up a whole bunch of springs over a mesh to make it behave like cloth. But it was soon replaced with the SimCloth we have now which is much more useful. I just tried making a simple Bone to Spring constraint and I think something is broken about it. I can't select the target "spring". I'll try to make a bug report to Steffen. If anyone knows more, I'd be eager to hear it.
  2. @createo The Live Answer Time discussion of Distortion Boxes is up. November 20, 2021 Ce n'est pas en français, mais c'est peut-être utile! https://forums.hash.com/topic/48801-live-answer-time-less-live-archived-versions/
  3. We talked more about this Distortion Box thing at Live Answer Time today. If i get the video up I'll let you know.
  4. FFD must be the name of the feature in the Brand X software. Distortion boxes can be created and animated as "Action Objects" in the Chor. The Box can be animated directly in Muscle mode or it can be rigged with bones adn those bones can even be SmartSkinned. That doesn't explain HOW to do it but it CAN be done. It's not simple or obvious. This PRJ show a model being distorted in the Chor by a Distortion Box that is animated with one bone with smartskin. DBTest006.prj DBoxTest000.mp4
  5. For better previews of Materials, I prefer to put the material on my model and Use Progressive render (Shift Q) to see it rendered The window will up date as you make changes to the material.
  6. What is an FFD?
  7. When you are in a Smartskin window and in Muscle Mode you can use the |<< (Previous Keyframe) and >>| (Next Keyframe) buttons to jump between Smartskin keyframes. They don't always sequence in a logical order, you may need to press the buttons several times to access all of them This will work if the bone you made the smartskin for has no constraint controlling its movement. If it does, you will need to open the Pose with that constraint and temporarily Edit the constraint's Enforcement to 0%. Do this before you open the SmartSkin window and remember to set it back after you edit your SmartSkin. Never save over old work. If you make a mistake you can't undo , you want to be able to reload your previous version to try again.
  8. Those look good! The video looks warmer than the stills, but it's all the same renders?
  9. I was imagining something like a doctor with the mirror on his forehead but yours looks like the existing camera icon http://www.politedissent.com/images/jun10/camels.jpg
  10. Here's a bit more animation using a revised workflow...
  11. This seems like a shortcoming. There is "Use Front Realtime Light" in the Chor but nothing like that for the Modeler or any other window. Perhaps this could be extended to the modeler as a general parameter in the Options window. If it had a button,what would the button look like?
  12. Here's the Rubik's Cube in a Cornell Box...
  13. Rodger, make sure the Options>Cast Shadows>Darkness of your light is set to 100%. Although new lights default to 80%, 100%is the more typically useful setting.
  14. Rodger, could you post your sample PRJ that demonstrates the problem? The effect in your animation is very convincing!
  15. Where may we do this?
  16. Here is the Rubik's Cube that we rigged at LAT today... Now that we've thought this through once, there are several steps we did that I think could be simplified or omitted. I also think @Tom's suggestion about a set of Pose sliders might be doable. Perhaps we will re-visit this topic at a future LAT.
  17. Hair can render faster if it has Cast Shadows OFF it has fewer Control Points it has Accurate Transparency OFF it is lit with z-buffered lights instead of ray-traced lights
  18. Displacement maps are tricky to get good results from. Perfectly vertical sides will be impossible. The edges of any form will need to have some slope. The more slope the better. Straight lines and sharp edges tend to show off the worst of displacement maps. Zero width lights seem to be a problem. Use a ray-traced light wide enough to cast a discernible penumbra. I'm not sure what causes the wavy lines but my work-around is to render at 2x or 3x or 4x the normal res and then scale that down to normal size in post. I used the font wizard to model a "1" with a wide bevel and added a flat plane to serve as a background. I put a black-to-white gradient on it and shot that with an orthogonal camera to get my displacement map. I used OpenEXR but PNG16 will work also. I decaled that to a sphere. This is rendered at 480p with 16 passes This is rendered at 1440p with 2 passes and scaled down to 480
  19. Hi Teo, Can you post a sample case we can look at?
  20. A better description of this true/false second field is "Position taken from another CP") If 1, (true) then the fourth field gives the CP number this CP's position is taken from. If 0, (False) then the CP position information will be explicitly given in the fourth and succeeding fields
  21. You could have him swoosh his head from one side to the other on "alllllll"
  22. A 1 in the 512 bit place means the CP is "locked"
  23. If I replace 262145 with 1 that means the CP has 0000 0000 0000 0000 0001 in the first field instead of 0100 0000 0000 0000 0001 With that first 1 missing the default bias through the spline is parallel to a line drawn through its two neighboring CPs. I believe that is an old style that previous versions of A:M used, now named "perpendicular normals"... With the 1 in place the default bias is derived somehow differently. It is not parallel to the neighboring CPs. This modern result is called "biased normals"... The choice of Biased or Perpendicular normals can be selected in the modeler with the same-named buttons which can be added to a toolbar from the Tools>Customize>Commands menu...
  24. The first field is some set of binary flags The second field signifies "attached" (T/F) to another CP (EDIT: A better description of this true/false second field is "Position taken from another CP") The third field is the CP# After that the fields are data and can be of varying meaning In line 26 the 4th, 5th, and 6th fields are X Y Z locations However, in line 27 there is a 1 in the second field (attached = true) so the 4 in the 4th field tells what other CP is it attached to, no X Y Z is supplied the space-dot-space-dot seems to mean "apply defaults for CP bias"
  25. 262145 in binary is 0100 0000 0000 0000 0001 262144 in binary is 0100 0000 0000 0000 0000 that is too much of a coincidence for that to not be a binary number where each digit stores some true/false value. The 2.5 byte size would odd, probably not the full possible extent of the value. The real value may be a four byte integer
×
×
  • Create New...