-
Posts
28,219 -
Joined
-
Last visited
-
Days Won
397
Content Type
Profiles
Forums
Events
Everything posted by robcat2075
-
I'm not sure what you mean by "...set a line width and randomness but NO lines."
-
My animation for the second assignment at Animation Mentor, 20 years ago this week. Now with sound! The "boings" are done on my cello, the impact on the cube is a whack on a cardboard box and the grinding sound is two bricks scraped against each other.
-
- 2
-
-
-
There are many choices. Can you show a sample of what you got? This would be a good question to bring to Live Answer Time!
-
The Camera "background color" is the fog color. The color will be mixed with the regular render from 0% at the fog start distance to 100% at the fog end distance.
-
Take this clump of intersecting solids Render a Toon line with high bias... And a toon line with low bias... Composite them to leave just the difference (sort of)... Use that to mask a blur on the first image and get something kind of like bevels on the intersecting edges of surfaces...
-
-
It's a real scene now! Good work, Steve! @Roger You got your wish!
-
How about if he broke out of an egg?
-
Free Harvard CS50 Intro to Computer Science course
robcat2075 replied to Rodney's topic in C++ Learners
To use the .c code example they provide for the runnoff election as c++ I believe three modifications are necessary... add these includes and using... #include <iostream> #include <string> using namespace std; replace their get_int code... sample_value = get_int("Number: "); with string sample_value_string; getline(cin, sample_value_string); int sample_value = stoi(sample_value_string); replace their get_string code... string sample_name = get_string("sample name: "); with cout << "sample name: " << flush; string sample_name; getline(cin, sample_name); @Rodney -
I did not know you could single frame Youtube videos! That will be very useful. You're right, it shows some space there! The ball is keyframed to contact the ground plane (see below) but... adding motion blur causes that moment of contact to be only 1/16 of the time captured in the blur as the ball heads back up. 20 years ago, motion blur wasn't an issue, we just handed in the most basic renders. I'm not sure how this problem is addressed in big-time animation studios today, however. Thanks!
-
My first bouncing ball for classwork at Animation Mentor, 20 years ago this week. Now with sound effects! The assignment was to animate a rigid bouncing ball for at least four bounces. It was OK to have it just bounce in place. I had never really done a rigorously accurate bouncing ball before and I wanted to get this as right as I could. Looking at the time stamps of my PRJs, I see that I spent more than 30 hours on this.
-
Thanks, Tom and Michae! Here's another test aimed at eliciting tapered lines This shows the layers being added together.
-
A couple of toon line experiments. This one composites renders with four different line widths and biases The next one takes a render with a thick line/very low bias like this... and then a "levels adjustment" to force out the gray.
-
We looked at this at Live Answer Time and I put in some simple IK legs. The Foot targets move the feet and the knee targets control the knee direction. The animation in the Chor shows the constraints in action. RabbitFeet008.prj
-
I was able to create an IK constraint on one leg, save the model, reload it, and have the constraint survive and work correctly. So I know it is possible to make a constraint and save it in a model. All the other folders in your "Feet targets" constraint are empty, but I'm presuming they are supposed to have something in them. What rig is this? I'm guessing some step in the rigging process was omitted. If you wanted to bring this to Live Answer Time tomorrow we could look at that.
-
I remember Martin telling us that A:M WAS being used professionally, it just wasn't getting credit for it!
-
Hi Mark, I am unsure of your situation. A:M is typically sold as a one-year subscription for $79. When it expires you buy a new subscription. There is also a $299 non-expiring version. In either case, the license is for the computer you first activated it on. Trying to use the activation code on a different computer will probably get the "Already used" error. If you wish to transfer an unexpired license to another computer, send a PM* to "Jason Simonds" and explain the particulars. *A PM, a Private Message. You send them at the envelope icon at the upper right of the forum. It's like an email but it's not an email. It's a message on this forum. You click on that icon and then you click on "Compose New"
-
Here is a posing tip I had not encountered before. It may work better for puppets who can never shift eye direction, but it is important that your character appear to have purpose in where he looks.
-
- 1
-
-
The tortoise wins races but I don't know dance-offs work.
-
Free Harvard CS50 Intro to Computer Science course
robcat2075 replied to Rodney's topic in C++ Learners
@Rodney It occurs to me that even if we can find a way to run those three sort programs in week 3... we never get their answer as to which was which. -
The ad fine print says That is certainly a very old version, more than 15 years old. Current versions are online-activation only and that old CD copy protection scheme no longer works on modern windows. You won't be able to run that on Win 7 or later. Don't buy that.
-
Free Harvard CS50 Intro to Computer Science course
robcat2075 replied to Rodney's topic in C++ Learners
@Rodney If you are "signed in," I believe this page correctly links to each week's lecture and "problem set" (about half-way down the page) But you have to be signed in. https://learning.edx.org/course/course-v1:HarvardX+CS50+X/home -
VLC Media Player can do almost anything.
-
that is a fabulous creature!