sprockets tangerines Duplicator Wizard Gound Hog Lair metalic mobius shape KM Bismark Super Mega Fox and Draggula Grey Rabbit with floppy ears
sprockets
Recent Posts | Unread Content
Jump to content
Hash, Inc. - Animation:Master

Rodney

Admin
  • Posts

    21,597
  • Joined

  • Last visited

  • Days Won

    110

Everything posted by Rodney

  1. v19 is out. Go get it!

  2. You shouldn't have any issues with running v18 and v19 on W7 and there shouldn't be any major issues with v13 and v15 files** either. Installing on multiple computers... that can be an issue. Send (Jason at hash dot com) and email and see what they can do for you. **The standard issues can arise when trying to take a new file back to an older version of software. Code written into a Project file, Model, etc. in any version can be expected to move forward fairly well (because the software has been written to accomodate the changes. The reverse generally is not true because the programmers of older releases couldn't see into the future and write code to account for new processes. So, the general rule would be to leave a copy of a file in the format originally written and then save a copy with a different filename to indicate it has been updated to current software. For instance, when working with files way back from v8.5 in v18/v19 I will save a copy (embedded usually) with "v19" at the end of the filename. In this way I don't 'corrupt' the original file and it can still be used as it was when originally created. I will add... A:M is quite good at warning the user when an update will occur that might run afoul of file formatting changes. The user is then given the choice to save (overwrite) or save under a new name.
  3. My first thought was that there wasn't enough sway back and forth but the more I watch it the more I convince myself that the angle of view (side view) isn't telling the whole tale. In other words, I like it. It could be that the chimp doesn't appear to be stooped over enough... in the reference video the chimp seems to exert considerable effort to remain standing tall. Perhaps that is just my imagination playing tricks on me as well. In the video reference the chimp almost always has a prop of some sort that effects his stance. That may also be confusing my eye a little. So I guess what I'm saying is that you've got a really nice walk cycle going for him. That's a keeper. As for suggestions: I'd like to see another one with exaggerated swaying back and forth that hint at him struggling to intentionally maintain his balance. This might take on the idea of him favoring one leg over another or something along that line. Perhaps that is it then... great for an initial generic walk cycle but a bit too symmetrical for any performance bit. But... you know this already I think. Great character! More please!
  4. Unfortunately. No.
  5. Nice one John! Simple Scatter is way cool. You've inspired me! Here's a test using Simple Scatter to create a crowd of various sized Thoms on a sidewalk. The long rectangle (sidewalk) was used as the target object and Thom was the object duplicated via scatter. If I remember correctly I used the Y scale with Minimum=80 and Maximum=120. I didn't do a very good job with their walk cycles so it looks more like they are on a treadmill. I think they are all going to get an early place in line for "Thom: The Movie" which is coming to theaters one of these days.
  6. Free until July. I don't know much about it but if you think you might want to get into gaming you should download. The Pro version is free through some time in July ($75 subscription otherwise). Personal version likely free thereafter. I was able to import Rabbit with textures... otherwise I didn't get through much of the workflow. Couldn't see a direct means to render. Features: http://xenko.com/features/ Of interest: PBR materials Compositor Cocumentation: http://doc.xenko.com/2.0/ Download: http://xenko.com/
  7. It's a good thing those ducks were there or Martin might never have escaped that maze. DuckandMartin.mdl
  8. Another addition to the Alliance... and an important one at that. If their work with Handbrake, VLC and FFmpeg are any indication of things to come then that bodes well for the Alliance for Open Media and the AV1 format/codec. Full announcement (from VideoLAN): LINK Aside: I haven't been watching version numbers closely but apparently after 13 years of development the creators of Handbrake recently released version 1.0.0. The latest version as of this writing is v1.0.7. For more information about Handbrake and for the only official download site: LINK
  9. Can someone walk us into this one? I can't find any informtion on how to get those values to appear and as usual I'm sure I'm missing something simple.
  10. The videos play via Chrome.
  11. Awesome! Thanks Mark! We need to do this again (the contest and the caricatures that is!) It is definitely worth the wait.
  12. Add a report to A:M Reports. That one appears to be easy to reproduce.
  13. Yay! Many thanks!
  14. Very nice Matt. Love the glossy look.
  15. That sounds like a bug that was fixed so... as Robert suggests... make sure you have the latest installer of the version you are using. With v13 that should be something like v13p++. WIth v15 that would be v15J+. In both cases the + indicates a minor update (very likely only affecting the Mac) but still the ideal installer to launch. If you are using the installer from the CD that's very likely not the right one. I just added a link to the FTP site in the quick links category on the forums front page. I should have added that a long time ago. The older installers are located at: ftp://ftp.hash.com/pub/updates/
  16. Looking good Dan!
  17. I will guess that your drivers for the Nvidia Quadro K620 card need to be updated/replaced/regressed or otherwise tweaked. That may be a factor as well with current systems but even then I'd focus on the graphics card first. In those versions some satisfaction could be gained (on a PC) by switching from Direct3D to OpenGL or vice versa in Tools Options panel. You might try that before anything else.
  18. This would be a useful enhancement to that dialogue (to identify the missing file's last known name and location). Recommend submitting that to A:M Reports.
  19. Yes, A:M is a highly capable compositor. The waste is in re-rendering frames/pixels that never change. For instance, a 30 frame sequence that has a static background throughout and yet that background may be rendered again and again for each of the remaining 29 frames. Of course, camera moves (which are frequently used in cinema) often limit a computer's ability to read forward (anticipate) what will and will not change. With a camera move it can reasonably be expected that -everything- (that is to say every pixel) will change. So an algorithm that predicts what needs to be rendered might start with the question: Does the camera move in any way? If not then the next stage might be to examine what is moving in the scene. I must assume that some of this predictive processing is going on in any renderer. After all the final pixels of a frame and those of the shot/sequence have to be determined in some way. To further speculate, I'd say that after considering the camera the next area to examine would be the Shot (as opposed to Sequence) in that a shot (strictly speaking) is more likely to contain similarities. Consider for instance a three shot sequence where Character A says something, Character B reacts and then a third shot continues the narrative. The frame of Shot 1 (Character A) could be expected to be relatively similar especially where nothing moves in the scene (no camera pan/zoom/etc., no moving background, minor movement of the character (especially in dialogue)... so... this leads me to yet another algorithmic consideration... that of audio. After considering the camera the second test might be to parse the audio where it will be readily evident where changes occur. I'll leave it with that for now but I find these considerations interesting. I very recently posted an older video interview with animator Tissa David on my blog where insists on always animating to audio (dialogue or music).** I find this compelling enough to almost suggest our 'rendering algorithm' should begin with the audio BUT in these days I don't see any particular reason why that processing couldn't be run in parallel. In fact, it might be optimal for each 'node' of the algorithm to examine and then track it's own element within the frame/shot/sequence where data related to that element remains at the ready for consultation. But regardless, these initial tests are boolean (true/false) in nature and therefore return their status quickly; the camera either moves or it does not, object1 either moves or it does not, the audio is either silent or it is not, etc. After that initial test the process then knows what it needs to focus on to extract finer detail. After the initial test to determine state, splines and patches are especially suited for linear or nonlinear 'reading' of the extent of change. **This requirement to always animate to audio suggests a new look at Richard Williams's suggestion to unplug (i.e. never listen to music while animating). The suggestion being that an animator cannot be listening to music if they are already listening to the dialogue or music specifically related to the sequence that is being animated. Think about this for a moment and let it sink in. While it is relatively easy to animate to a given beat once an audio track is broken down (hence the reason for another of Tissa Davids requirements; always use an exposure sheet!) there are sure to be elements of audio not captured that convey just what is needed to deliver the personality and performance of the characters in the scene.
  20. Here's more technology that makes Screen2Gif an essential addition to the toolbox. Cinemagraph Cinemagraphing is what is generally seen when a sequence of images has large portions of the image area that never change and only a small area (or areas) that do change. Screen2Gif has the ability to identify those areas via paint/pen or by shape (i.e. drawing a rectangle) so that only those areas change in the entire sequence. The idea of cinemagraphing relates to rendering in an interesting way and yet one that is not leveraged by any standard renderer that I am aware of in that renderers are not generally smart enough to know out the gate what pixels will remain the same throughout a sequence and which pixels will change. Renderers do figure this out of course, over time and after considerable calculations but think for a moment on the potential here to render only one frame that will occupy the majority of 'render space' which will result in considerable savings of time re-rendering those same pixels from other frames. This is closely akin to compositing where only those elements needed are rendered and then stacks of images are overlaid. So, a potential workflow that saves render time begins to emerge in that only the moving parts of an image might be rendered first, then a render of static elements is rendered and placed as frame 0. A mask (ala cinemagraph) is then created using frame 0 to project all of the pixels through the remainder of the sequence. At any rate, the Cinemagraph feature might be quite useful to anyone that wants to make a simple animated image where only parts of the image change. It's features like this that have me adding Screen2Gif onto my top 10 list of programs and utilities for every artist and animator.
  21. Screen2Gif can capture at anywhere between 1 and 60 frames per second. Now I say that but I haven't tested to see if any frames are dropped in that capturing process. It APPEARS that it does in fact capture at 60 frames per second. Capturing at 1 FPS might be useful for stop motion style capturing. 1 FPS might also be a useful FPS to use for line testing recordings (and stopmotion) when capturing imagery via webcam. Aside: Screen capture is one of the enablers making slow rendering of sequences to file a thing of the past. If what we see on the screen is what we want to present to an audience it may be enough to simply capture and redistribute the on screen playback. That is one outlier of a group of enablers within grasp that change the rendering paradigm (from the user perspective). Another is the fact that what we are seeing on screen is (for all intents and purposes) wasted energy especially where what we've already seen on that screen is what we ultimately want to 'capture'. In a perfect world that imagery wa automatically captured and readily available for review, sharing or extraction. 'Final Rendering' is only required when targeting specific external applications. The the holy grail of 'rendering' in my estimation is the foregoing of 'rasterization' to the greatest extent possible in order to directly work with splines and patches. The irony that I requested... and Steffen graciously implemented... several additions to v19 that could be seen as encouraging users to stick with the current paradigm of reliance on 'rendering' is not lost on me.
  22. I find the fact that folks are now vacationing in Cuba very interesting. Sounds like you had a great time. That image is a nice variation on the dual heads facing each other motif/illusion. I'd be neat to import that as separate parts via the new SVG importer in v19.
  23. Nicely done intro Gerald. That's very polished looking. And congrats on your 50th episode of Continuum Gaming!
  24. Hmmmm. No, can't say I've considered frame rate of recording. I'll have to include that in my considerations. I was under the impression that most recorders captured at least 24 frames per second but your question makes me realize I need to dig deeper. It appears that OBS has the following video settings: 10 20 24 NTSC 29.97 30 48 59.94 60 Those apear to be hard coded in as options but I'll guess there is some way to customize further. OBS is my first recommendation (after Camtasia) for screen recording. That is to say the first pick in the free software category. Camtasia at $299 per seat is well worth that price but it is understandable that folks might balk at that payment. Active Presentation is a very close second (in the free category) as it is nearly the equivalent of Camtasia but doesn't quite hit the mark in all categories. At a quick look back (from memory) the following strike a chord as worthwhile applications (in order of preference): Camtasia Open Broadcast Studio Active Presentation Screen2Gif Screencast-o-matic (there are a host of similar online screencapture tools but S-o-m appears to lead the pack). Hypercam and CamStudio) appear somewhere near here. There are many many other screen capturing options and more appear every day. I note that Adobe has a program called Captivate... it doesn't appear to be part of the Creative Cloud suite and I've yet to try it. From Techsmith, the creators of Camtasia is Jing and Snagit (Jing has both free and paid services while Snagit, which was once only for still image capture has been gaining video capture capability). On the Mac side video recording via Quicktime (?) appears to come standard with current releases. I can't speak to Mac only applications but more power to them. I feel confident it is only a matter of time before screen recording is standard on all operating systems. This is both good and bad but mostly inevitable. Aside: In the still image capture category I don't care for anything currently available. Nothing really beats the Print Screen key that has long been available in any copy of Windows for ease of still frame screen capture. Noteworth exception: Animation:Master might be noted for it's unique ability to capture with an alpha channel intact. I don't know of any screen capturing program other than A:M with that capability. The key here might be to turn off the grid in the modeling window to avoid capturing the lines of the grid.
×
×
  • Create New...