sprockets Rubik's Cube Nidaros Cathedral Tongue Sandwich A:M Composite Kaleidoscope Swamp Demon Caboose
sprockets
Recent Posts | Unread Content | Previous Banner Topics
Jump to content
Hash, Inc. - Animation:Master

robcat2075

Hash Fellow
  • Posts

    28,261
  • Joined

  • Last visited

  • Days Won

    404

Posts posted by robcat2075

  1. Article on a ginormous exhibit of Picasso drawings in Paris.

    Anyone have a couch in Paris I can camp out on?

    18sp-paris-picasso-inyt-02-pcqt-superJum

     

    Quote

    The first word that Pablo Picasso ever pronounced was “pencil.”

    At least that was how his mother remembered the young prodigy: that he drew before he could speak, and that the word “piz” — short for “lápiz,” or pencil in Spanish — was the first sound he ever made.

    That’s because young Pablo grew up in the atelier of his father, José Ruiz Blasco: an academic painter, art teacher and restorer to whom he was apprenticed when he could barely walk and whom he quickly emulated...

    ...Picasso’s father was an academic painter who often had to paint pigeons and doves, so little Pablo was in charge of making sure that these pigeons and doves wouldn’t fly off. He fed the pigeons and attached them to panels to stop them from moving during the sitting, because his father had to be able to paint them...

    ...Nearly 1,000 works — notebooks, drawings and engravings, most of them borrowed from the Picasso Museum in Paris — will be on show in what is billed as the largest-ever retrospective of the Iberian master’s drawings and engravings. The exhibit, “Picasso: Endlessly Drawing,” runs through Jan. 15...

     

     

    Exploring the ‘Epicenter’ of Pablo Picasso in His Drawings

     

  2. Never mind, I think I got it.

    If I put a pair of <div> tags around the content and put the color in the div tag, everything between the tags gets the color

    <div style="background-color:Silver;">
    <h1>This is a heading</h1>
    <p>This is a paragraph.</p>
    </div>

    If you use <body> tags in HTML in these posts they are deleted

     

     

     

  3. When using HTML in a forum post it is possible to define the background color of a table cell as shown below. Is there a way to define the whole body color without making a table?

    Using regular <body color...></body> tags doesn't seem to work.

    Two Unequal Columns

    Column 1

    Some text..

    Column 2

    Some text..

  4. The percentage of eclipse was pretty low in your area.

    But there is a total eclipse coming thru both our neighborhoods next year April 8 2024, probably the last chance in my lifetime to see one.

    total_eclipse_map-1.jpg

  5. Lesson 20  For Loops

    Do this for your assignment: Make a program that will prompt the use for a number from 0 to 60 and print out a row of that many Xs.

    If the entered number is 0 the program exits.

    Sample run:

    Rows of Xs!
    
    How many Xs do you want? 8
    
    XXXXXXXX
    
    How many Xs do you want? 13
    
    XXXXXXXXXXXXX
    
    How many Xs do you want? 0
    
    We're done!

     

    This project uses both "for loop" and your recently acquired "do while" skills.

    Hint: First write and test a for loop that prints out a row of n Xs.

     

    @Roger @Rodney @Shelton

    • Like 1
  6. 16 hours ago, pierrotsc said:

    when i load the choreography, it asks for the mdl. i point it to the vase mdl. it opens and i was able to render the animation of a sliding vase. 

    And you're on a Mac?

    How about "DialogFreeze004 external JPG MAT MDL ACT CHO.prj"

  7. 10 episodes! I had no idea you had put that much together.

    I have no knowledge of Minecraft so I can't begin to imagine what is involved in making all that. But somehow you've made a TV series in a game?

    I had missed your update on June 5, The A:M part looks promising too.

  8. Thanks, Malo!

    1 hour ago, Malo said:

    For "Delete.prj" it open, but without "vase" model

    I meant to delete "Delete.prj".

    D'oh!

     

    Quote


    This is a problem that I have already encountered, when a file searches for an image for which it cannot find the correct path, it freezes.

    Interesting. For me, missing images and materials will still get a dialog opened without a freeze, but missing models, actions and chors will get a freeze.

  9. 9 minutes ago, Fuchur said:

    1.) When I open it the first time, it asked for vase.mdl and I could just click on cancel. Had to click that a couple of times. Then I tried to give it vaseX.mdl but that was just empty.

    vaseX.mdl should be a valid model. It was empty?

×
×
  • Create New...