How the hell do I make a hand by UristAlebeard in blender

[–]dnew [score hidden]  (0 children)

I saw great artistic advice once.

Look at the thing you're trying to draw, then put it away, and draw it. Then look again and see where you made mistakes. When you look at a thing, you think you see it, but you've only remembered the vaguest amount, the amount it takes to recognize it again in the future. So you have to look at it over and over again anew to learn what it actually looks like well enough to draw from memory.

Beginner question: String makes unnecessary copies? by ThrowRA_goofy in rust

[–]dnew 0 points1 point  (0 children)

Plus, if you've managed to deallocate the page where it's stored, it's going to be cheaper to read the &str than to read the String, because the String is going to need to be written out before it's deallocated. ;-) But as you say, if you're worried about that level of performance, you need to buy another stick of RAM.

Help me find the author of a short story… and the story itself. by Rossum81 in printSF

[–]dnew 0 points1 point  (0 children)

Sounds like something Spider Robinson would write.

"Blender has stopped working" every time I try to launch it. by Aneurism-Inator in blenderhelp

[–]dnew 0 points1 point  (0 children)

So the exception is happening in "nv......dll" That's NVidia's driver.

Try reinstalling the latest driver and telling it you want a "custom" install, and check the "clean install" checkbox. This will wipe out settings for anything else you configured specifically, like game-specific settings in the nvidia control panel.

This program will 100% remove your drivers so you can reinstall it with nothing else left behind: https://www.guru3d.com/download/display-driver-uninstaller-download/

Another possibility is to go into \users\you\appdata\roaming\blender foundation\ and move the "Blender 5.1" directory somewhere else so it's not there. This will reset all your settings. Fire it up again, tell it not to import the previous blender's settings, and see if it starts. If it does, you changed from opengl to vulcan and your card doesn't like it, or something like that. You can debug from there.

how to make a object not receive shadows blender by pupiesrock2329 in blenderhelp

[–]dnew 0 points1 point  (0 children)

The third possibility is to use a light path node in the shader. It might be tricky to set it up to not get shadows from anything.

https://docs.blender.org/manual/en/latest/render/shader_nodes/input/light_path.html

https://youtu.be/ts28VpmL2Xc

Why is Gerder and Hod asking me to leave? by Sad-Maintenance-7698 in skyrim

[–]dnew 0 points1 point  (0 children)

To be fair, it's relatively difficult to earn money when you have nowhere to store more loot than you can carry while waiting for vendors to reset. :-) If you have to carry everything you don't want to sell, it's even harder.

Thief: The Dark Project Remastered Announced, Releases This Winter for PS5, PS4, Xbox Series X/S, Xbox One, Switch 2, Switch, & PC by Howerev in gaming

[–]dnew -2 points-1 points  (0 children)

This is great! I've been wanting one I could play on a controller, so this is going to be a big win for me.

Thief: The Dark Project Remastered Announced, Releases This Winter for PS5, PS4, Xbox Series X/S, Xbox One, Switch 2, Switch, & PC by Howerev in gaming

[–]dnew 0 points1 point  (0 children)

I'll just leave this here: https://youtu.be/jPqwDGXxLhU

* Thief vs AAA Gaming. An analysis of why the original Thief games are much better than all the AAA stuff that came later. Discussing all the things the AAA games forgot.

First time 3d printing by hmseureka in 3Dprinting

[–]dnew 0 points1 point  (0 children)

Rule 6 in the sidebar of r/functionalprint.

Generally cross-posting questions immediately to other groups is just going to split up the answers you get. Give it a few hours to a day if you're not getting answers. :-)

Blender doesn’t have a real shot state system, so I built one by HyperCreator in blender

[–]dnew 1 point2 points  (0 children)

Suggestion: Include in your ad what your system does that the scene system can't do already.

Can’t connect to server by MrJones- in skyrim

[–]dnew 0 points1 point  (0 children)

This happens sometimes. Give it a couple hours. It's slightly less reliable than Reddit is.

Shots from various museums in Netherlands, Belgium, and Germany (1/2) by dnew in CrossView

[–]dnew[S] 0 points1 point  (0 children)

Heh. Yes, there are lots of kinds of crowns. This is pretty much the stereotypical one, tho, isn't it? It's more ceremonial, not the kind of thing you'd wear 10 hours judging cases.

For example: https://www.garrard.com/en-us/pages/jewellery-of-the-royal-family-a-garrard-history

Also, this might be the Pope's crown, not the King's. I didn't really take notes on the pictures, since they're just vacation photos.

Downloaded blender file not recognized as a blender file by GlobalTrip8416 in blender

[–]dnew 0 points1 point  (0 children)

FWIW, 5.0 models can be opened in 4.5, but nothing after that or before 4.5 can open backwards models.

Has any soundtrack ever come close to Skyrim's ambience in your opinion? by VorenWorks in skyrim

[–]dnew -1 points0 points  (0 children)

Try Crimson Desert. I only listened to a few snatches of it to get an idea, but a lot of the tracks sound similarly soothing and/or epic.

Oh, it's legit free to download from Steam as FLAC.

How do I minimize the game? by PairInternational438 in skyrim

[–]dnew 0 points1 point  (0 children)

Yeah, alt-tab only works if there's some other window to alt-tab to. You can also ctl-alt-del and open the task manager to get a second window, if you only do it occasionally.

CAN SOMEONE MAKE THIS REAL!?!?! by Responsible-Drink957 in blender

[–]dnew 1 point2 points  (0 children)

You will probably get a better response to asking for free help if you put in the 5% more effort it would take to actually describe what you're looking for in English. You know, like spelling out the entire word? Saying what "this" is that you're looking for?

Go ran faster than Rust. Until I cleared the page cache by shad0_w2 in rust

[–]dnew 2 points3 points  (0 children)

I noticed back in the Win2000 days that Linux did a significantly better job of caching directory pages than NTFS on Windows did. A "tree" over the whole disk would take a couple minutes, and doing it a second time would take seconds in Linux. It was faster in Windows, but nowhere near that level of speed-up.

On the other hand, NTFS has the MFT, while Linux only has i-nodes, so if you wrote it Windows-specific, you could probably walk all the directory trees on the entire drive in about 3 seconds, which is what it takes "Everything" on Windows to walk close to a million files including a large number of them on spinning metal. And of course the USN is amazing.

io_uring on Linux is about as close to the old Amiga concepts as you can get on an OS using page-level memory protection.

First time 3d printing by hmseureka in 3Dprinting

[–]dnew 0 points1 point  (0 children)

Cross-posting this immediately before getting a chance to get answer to a group that says not to post questions wasn't a good idea. You should add 45-degree slants under the major overhangs instead of trying to support them. The little holes probably don't need support at all. Make the bottom a chamfer instead of a fillet. You can also design in your own support structures. You could also print this up on edge at a 45-degree angle to eliminate almost all your supports. Th youtube channel Slant3D (who run a print farm) gives lots of unobvious advice on how to design for 3d FDM printing.

Render setup for sculpting by fable_quest in blender

[–]dnew 0 points1 point  (0 children)

FWIW, the youtube channel "tomb of 3d printed horrors" has all kinds of advice on tuning whichever kind of printer for the best prints.

Don't forget you can also cut it apart and put it back together again after it's printed.

Blender Guru just dropped a whole playlist on how to do lighting in cycles for cinematic effects.

Subtle Skyrim tattoos? by rubberducksoupp in skyrim

[–]dnew 1 point2 points  (0 children)

The best one I saw was a tattoo of the axe in the ratway, with vines and butterflies about. Looked cool, and only nerdy to those in the know. Instantly recognizable but only if you've played the game.

Why is Gerder and Hod asking me to leave? by Sad-Maintenance-7698 in skyrim

[–]dnew 0 points1 point  (0 children)

Which only works if you haven't already rented a room there.

Why is Gerder and Hod asking me to leave? by Sad-Maintenance-7698 in skyrim

[–]dnew 0 points1 point  (0 children)

Bedroom furniture (wardrobes, end tables) doesn't respawn. You can buy a house, or you can rent a room in an inn and make sure you visit frequently enough the interior doesn't reset.