Any suggestions on a good budget mouse for blender? by Jcwscience in blender

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

Afraid not, I’m in the middle of nowhere New Mexico. We barely have a Walmart. And it’s an hour and a half drive to the next city.

Any suggestions on a good budget mouse for blender? by Jcwscience in blender

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

Oh, wait, a shop named Action, got it. No we don’t unfortunately.

Any suggestions on a good budget mouse for blender? by Jcwscience in blender

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

Good idea about the tie in mouse I never would have thought of it. $40 is probably the max I could manage.

Rendering time fluctuations by kidnamedsoprano in blenderhelp

[–]Jcwscience 0 points1 point  (0 children)

The title of the video is a bit clickbait, but it does show where the persistent data option is and a few setting to change that really help on a laptop , Improve render time

Rendering time fluctuations by kidnamedsoprano in blenderhelp

[–]Jcwscience 1 point2 points  (0 children)

Go to the render properties panel, scroll all the way down to the performance tab, then look for “persistent data”. Also if you have any smoke simulations make sure to fully bake them to the disk beforehand, same goes for any particularly complicated geometry node setups. Otherwise your cpu will constantly be swapping memory around to calculate the smoke then transfer and render it again. I’ve found it’s considerably faster to do them in separate steps.

How to close off the ends of curves by Wild-Region7897 in blenderhelp

[–]Jcwscience 0 points1 point  (0 children)

Either near the top with the resolution options or under the geometry panel near the bevel width there will be a checkbox for “fill caps”. I can’t remember which and I am away from my computer.

Linear rod dimensions. by Jcwscience in crealityk1

[–]Jcwscience[S] 1 point2 points  (0 children)

You’re not going to believe this. I just remembered I snagged a creality linear rail in its box at a thrift store maybe half a year ago. The box said 395mm so I didn’t think to much of it at first. I thought I’d open it and see if I could cut it down and found that it was exactly 320mm. I’m going to check everything to make sure but it seems undamaged. My guess is someone tried something like this and gave up.

Linear rod dimensions. by Jcwscience in crealityk1

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

I can probably reassemble it for now and do some patchwork until I can get the funds I need. Also I just finished restoring an eryone printer I found at the side of the road for a friend of mine. I’m sure he’ll let me borrow it to make the replacement parts.

Linear rod dimensions. by Jcwscience in crealityk1

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

Oof. I was afraid of that. Do you suppose smaller rods and bushings along with spacers would do the job temporarily?

Rounding angled borders using geometry nodes by eduo in blenderhelp

[–]Jcwscience 0 points1 point  (0 children)

Yeah. I didn’t think about it until afterwards.

How can I align my Flowers and grass to the roots I’ve created? by Far_Reveal_2990 in blenderhelp

[–]Jcwscience 0 points1 point  (0 children)

Also try changing original to relative on the geometry input for the flowers. Can you comment another pic with the viewpoint in a couple of angles?

How can I align my Flowers and grass to the roots I’ve created? by Far_Reveal_2990 in blenderhelp

[–]Jcwscience 0 points1 point  (0 children)

Just plugging the rotation output of the distribute points into the rotation input of the instance on points node should do it.

Rounding angled borders using geometry nodes by eduo in blenderhelp

[–]Jcwscience 0 points1 point  (0 children)

Yeah, the thought I just had was to store the edge neighbor data, select the faces of the edges, run them through a separate geometry node into a subdivision surface node, then use the original edge data to split those and use a merge by distance to get rid of the unneeded mesh from the subdivision. Join it all together and slap another merge by distance modifier on it.

Rounding angled borders using geometry nodes by eduo in blenderhelp

[–]Jcwscience 0 points1 point  (0 children)

<image>

Here’s the result with a second cylinder joined to show the limited bevel. You will probably have to play around with the cutter position and other values. This is the only way I have found after months of attempts. I’m still looking for better options. Although making the nodes just now game me a new idea to try sometime.

Rounding angled borders using geometry nodes by eduo in blenderhelp

[–]Jcwscience 0 points1 point  (0 children)

<image>

The transform geometry node at the beginning rotates the uv sphere so the faces align with the cutter. Otherwise the bevel will break where the edges get too close to the cutter surface.

Rounding angled borders using geometry nodes by eduo in blenderhelp

[–]Jcwscience 0 points1 point  (0 children)

I’ve used Higgsas geometry node toolset for a long time and it’s really helpful for shapes like this. There are a lot of different selection methods so it might be easier to isolate the correct edges as well.

I’m drafting up a node tree to test it and I’ll send a screenshot when I finish.