sprockets A:M Composite Kaleidoscope Swamp Demon Caboose Break Room Starship Man and flower
sprockets
Recent Posts | Unread Content | Previous Banner Topics
Jump to content
Hash, Inc. - Animation:Master

robcat2075

Hash Fellow
  • Posts

    28,219
  • Joined

  • Last visited

  • Days Won

    397

Everything posted by robcat2075

  1. This 16 bit floating point is turning out to be more complicated than I thought... An EXR rendered with a gradient from RGB 64 to RGB 65 has 16 steps instead of 8. If the gradient was 192-193, we get 2 big steps and 4 small ones...
  2. Edit: the side discussion of displacement effects has been split off into its own topic at...
  3. One of my false memories from childhood is the Ajax commercial with the White Knight who got your clothes "whiter than white". But it never really said that! Ajax is just "stronger than dirt."
  4. If I render a map from the patch with a negative light on it, that creates data for blacker than black... negative numbers. Something the TGA version can't do.
  5. I just get a blank page. Lets turn on the @Jason Simonds light!
  6. Now this is interesting... I took the single-patch rectangle and lit it with one very bright Kleig light set to 100% width softness and rendered that with no other lights on it to a TGA and to an EXR. If you load and view those images they look like the top frame, below. It looks like the light has very quickly clipped out to full white in the middle. When I apply those as Displacement maps we get the result in the lower two frames. The TGA version on the left shows that the gray values reach "white" and go no further. But the EXR version has recorded values that surpass white and create displacement above and beyond what the TGA map could do. This shows that A:M displacement is able to interpret EXR values beyond 1.0. If we could make maps with those extra values we could probably have smoother displacement effects.
  7. [Edit: This side discussion has been split off from topic AMC Gremlin] Investigating further... Here is a comparison of displacement effects: First with a Gradient Material set to transition from RGB 128 to RGB 129 and Displacement set to 100000% Second is that gradient rendered to a TGA and used as a Displacement map Third is that gradient rendered to an OpenEXR and used as a Displacement map The Material is able to calculate an exact value for every pixel between the 128 and the 129 levels, creating a perfectly smooth slope. The TGA map, as expected, has one stair step from 128 to 129 The EXR has 8 steps. EXR uses a 16 bit floating point format to store values, but it maps our 0-255 range for black to white to -1.0 to +1.0. From what I read about 16-bit floating point numbers, there 1024 possible values between 0 and 1 (and thus, 2048 between -1 and +1) which matches the result above , with 8 steps between our 128 and 129 gray values. So it seems that A:M is capable of rendering finer displacements, but EXR doesn't store the finer values needed. According to OpenEXR docs, EXR can have 32-bit floating point data. Maybe there is an easy way to get A:M to write those?
  8. I recall someone on this forum getting windows 10 to work but I can't find the post
  9. OpenGL<> OpenGL3 is on the Global Tab. In your video, I see a very brief flicker on a few of the buttons, but it doesn't seem to be slowing you down. Is it causing a problem? I always use the keyboard shortcuts for those buttons.
  10. I'm sure what you are describing... but when I run v17 on Windows 10 it seems to operate normally for me. Perhaps try switching OpenGL<>OpenGL3 inteh Options window Or try Help>Reset Settings
  11. That's a good one, John! The head bounce.
  12. The CD based versions can possibly still be run with this work-around. I've only tried it on Windows 7...
  13. If you get stuck on something, there's Live Answer Time every Saturday (see link in my sig) Of course you can ask here anytime.
  14. That is something I've wished for for a long time. No, there isn't an easy re-fit for that. The source code would be needed and since that isn't in A:M already that must have been a third party plugin by someone. Do you know who made it? Incidentally, @Rodney and i have been learning C++ and we're about try to figure out how to write a plugin. That sounds like it might be a plausible early project.
  15. Welcome back to A:M!
  16. Thanks, @Michael Brennan, thanks @R Reynolds! Here is what the map looks like... It helps that it was rendered to OpenEXR. Here is a clsose-up of the rear of the car with a TGA version of the map. The stair-stepping is pretty severe... With OpenEXR the displacement effect is smoother but there is still some funny business going on in places that I can't quite explain...
  17. Try restarting and after you load the render preset edit the frame range to start at frame 59. I have that problem with each core only getting 2 or 3 frames done and then getting stuck. Steffen is looking at that.
  18. There wouldn't be much point in serial keys if it all worked on any computer anyway. However, You can ask to transfer your subscription with this process... https://www.hash.com/faq/index.php?action=artikel&cat=13&id=17&artlang=en The turn-around on this will not be instantaneous.
  19. My "Planes Trains Automobiles" Contest entry was an experiment in displacement mapping... The body of the car is just a simple spline form... All the surface details... the doors, the handles, the windows, the rubber and chrome trim... that is all made with displacement maps. There isn't an easy way to manually paint such maps in a paint program but it was easy to model the shapes on a flat plane. I put a white-to-black gradient on them and shot the arrangement with an orthogonal camera. That render to OpenEXR format was applied to the body to be the displacement map. I made maps that way for the front and back details also... I recolored the patches of that details model with white, gray and black to render versions of the map for Transparency and Reflectivity... A turn-around of an earlier WIP version of the car... 155Lefts_3500.mp4
  20. Interesting. I think you might retain at least one more ring in the forearms and the leg bones so the shape doesn't collapse when they twist.
  21. From our Live Answer Time discussion... There are several properties we can modify to reduce or eliminate the lively jitter that default cloth settings produce. Damping Precision Sub Steps Other possibilities are Patch Density Motion curve editing Attach groups Damping Your first gambit should be Damping. Damping is the internal resistance of the cloth to continued motion. There are two damping settings in the cloth properties. Stretch/Shear is the deformation of the cloth, both along the spine and diagonally across the square patches. A:M Help: Bend Angle is the curving of the splines along their length This video shows a test model with default cloth settings, Bend Angle set to 20x the default, Stretch/Shear set to 20x and then both set to 20x. (I suggest you view these videos fullscreen) The examples with increased damping come to rest more naturally. The Chor has SimCloth properties also, including Sub Steps and Solver Precision. Sub Steps is how many slices the time of the frame is initially divided into (Adaptive Subdivisions is how may times Sub Steps can be doubled if the process needs more divisions to solve the motion) A:M Help: This clip show the same model with the previous cloth material settings but Chor Sub Steps is set to 64 instead of 8: The Default cloth, with less damping, takes a bit longer than the others to stop moving but with 64 Sub steps the random bubbling motion is gone. Solver precision controls how finely the motion is calculated A:M Help: This clip again shows the models with the previous cloth material settings but Chor Solver Precision is set to 0.001 instead of 0.01: The Default cloth retains some minor bubbling. If the Precision were refined to 0.0001 it would probably become insignificant. Density Denser cloth meshes aren't less likely to jitter but because the patches are smaller the jitter appears less. Denser meshes are often preferred for realistically draping cloth effects anyway. This clip shows cloth with Chor defaults but with 3cm patches instead of 9cm patches Editing motion CPs In a post above Rien Brouwers ( @Madfox) suggests deleting the motion curve CPs after the cloth no longer needs to move. This is a technique I have often used and eliminates unneeded data in the saved PRJs. Attach Groups A Cloth Attach Group can be defined and turned ON to solidly immobilize any or all of a Cloth mesh for as long as the Group is ON. Attach Groups are discussed elsewhere on this forum and in a Hash Tech Talk I recall. Summary: Increased damping values in the Cloth Material properties makes for more realistic cloth settling and less random bubbling. Altering other parameters may be useful also. @Tom @Madfox @ChuckGram @Roger
  22. Hmmm... I suppose my gambit would be to prepare it for a cylinder wrap but each of the hair spikes would be a separate cone.
  23. Thanks, guys! I took the day off. Instead of doing nothing, i did less than nothing!
×
×
  • Create New...