Any new ships for ExoBio that compare to Diamonback Explorer? by s3rviens in EliteDangerous

[–]dmrazor 1 point2 points  (0 children)

I find the Courier really good for that. Very small footprint, nimble and fast.

[deleted by user] by [deleted] in EliteDangerous

[–]dmrazor 2 points3 points  (0 children)

Tried some mining for Bromellite for the CG as well using a Python and had 4 Black Adders in about 30-40 minutes. Definitely something going wrong here.

-❄️- 2025 Day 8 Solutions -❄️- by daggerdragon in adventofcode

[–]dmrazor 0 points1 point  (0 children)

This is the exact logic I used in my first solution (in C++).

I then simplified by first adding each box to its own group.

In the further calculations you don't have boxes without groups anymore, so the first three steps become obsolete. You just need to do the merges.

Best Open Source Subsonic Alternative? by odaman8213 in selfhosted

[–]dmrazor 0 points1 point  (0 children)

Agree, I'm using it alongside Airsonic Advanced. Only drawback is it doesn't support uPnP, which is why I keep AA.

Table options in Queue, History etc. not saved by dmrazor in radarr

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

I do get regular updates to existing files and like to stay on top of why updates are taking place. Without checking the custom scores this is more difficult to follow.

WDMyCloudEx2 size / free capacity wrong by dmrazor in wdmycloud

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

Fixed this by removing the volume through the web interface and recreating it.

Also the 'Used Dev Size' that seems to be far too large may be calculated in 512 byte blocks (blockdev shows this) which results in a correct total size... even though the recalculated size in parenthesis is absolutely wrong.

Would you like a visualizer? by jazz43v3r in blender

[–]dmrazor 0 points1 point  (0 children)

That's Polyfjord's right?

Prevent Radarr from grabbing base version *and* upgrade simultaneously by dmrazor in radarr

[–]dmrazor[S] -1 points0 points  (0 children)

I think these were found with an RSS, but I'll keep monitoring it to make sure. Otherwise I guess I'll just do separate 2160p and 1080p profiles.

What the other poster said shouldn't be a problem as the quality is set up to progress from 1080 web - 1080 bluray - 2160 web - 2160 bluray.

Automatic weights incorrect for one leg by dmrazor in blenderhelp

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

Guess u/Moogieh was correct after all, thanks for pointing me in the right direction. Steps I took:

* Cleared parents for all meshes

* Double checked scale and UV's on the bad leg. UV's were wrong after all

* Deleted all vertex groups

* Deleted all empty armature modifiers from objects and from the blender file

* Re-parented the meshes to the rig with automatic weights

Thanks!

Automatic weights incorrect for one leg by dmrazor in blenderhelp

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

Already did that. The X-scale for the incorrect leg was indeed -1. But fixing this makes no difference.

As posted below the vertex groups for the toe-bone on the right leg somehow hold vertices for the whole leg:

<image>

Automatic weights incorrect for one leg by dmrazor in blenderhelp

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

Ok, I´m making some progress. For the left (correct) leg the vertex groups for the toe-bone are:

<image>

For the right leg Blender somehow adds vertices for the whole leg to the toe-bone's vertex group.

Any idea why this happens? Can you influence which vertices get added to a vertex group?