-
Posts
28,261 -
Joined
-
Last visited
-
Days Won
404
Content Type
Profiles
Forums
Events
Posts posted by robcat2075
-
-
Article on a ginormous exhibit of Picasso drawings in Paris.
Anyone have a couch in Paris I can camp out on?
QuoteThe 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
-
So many books! So much to know!
-
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
-
Color applied to heading background.
Color applied to the paragraph background.
But there are still default-color gaps
-
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..
-
After 2024, a total solar eclipse will barely scrape the US in 2044
https://en.wikipedia.org/wiki/Solar_eclipse_of_August_23,_2044
A much better one will occur in 2045...
https://en.wikipedia.org/wiki/Solar_eclipse_of_August_12,_2045
But 21 years is a long time to hang on if I miss this one in 2024. April will not be a good month for clear weather.
-
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.
-
hmmm... sounds like a @Jason Simonds matter.
Possibly you've upgraded element of your computer?
-
My pictures from the annular-not-quite-total solar eclipse of October 14, 2023.
Pinhole camera view:
Pinhole images created by tree leaves
-
1
-
-
That is a scary creature!
-
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.
-
1
-
-
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"
-
Long time A:M user William Hennes @willaim is so busy with A:M that he never gets around to showing the cool stuff he does with it... so I'm posting it!
Oct 15, 2022
Dwarf Head modeled in A:M, 3D printed in resin. For his "dragons of winter" project.
-
2
-
1
-
1
-
-
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.
-
John, try setting Color Method>Additive Color to OFF
-
That's weird . The color of the sprite shows up in the reflection but not on the sprite itself.
When I try it I get white-only in real time, full color in a progressive render, and white sprites with color reflections in a full render.
This may become a bug report.
-
Happy early Halloween, John!
-
I thought I'd get a full color Eddie after the effect but it didn't work out...
-
1
-
-
Glad you're back on track, John!
-
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 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?
-
@Phil What version of Windows are you on and what graphics do you have?
thanks!
-
Thanks, Phil!
5 minutes ago, Phil said:selecting the project from the file caused the opened to file the vase mole and froze using 19.5a and 19.0
Are you saying that it opened a dialog to find the mdl but still froze?
-
Can no one test this?
The Trouble with Floating Point
in C++ Learners
Posted
Tom Scott, the YouTuber so nice they gave him first names twice, has a lucid discussion of the precision problem of floating point numbers on binary computers.
@Rodney @Roger @Shelton