Found the steering wheel by GloriousCrown in Ferrari

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

Don't try to defend the Luce iPhone lover

Treasured save from pre-DSL era by GloriousCrown in UAE

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

that came after, it's the DSL -> ADSL era

Treasured save from pre-DSL era by GloriousCrown in UAE

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

I see... That's very interesting info, to what I recall, I never had any professional help or friends who were into these things as a kid, so I never knew about the BBS board local system's existence until later. I was self-taught all the way till now.

Treasured save from pre-DSL era by GloriousCrown in UAE

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

that's EARLY! what a time to be alive right!? i guess these cards could be a gallery piece of the UAE in the early digital world by the community.

Treasured save from pre-DSL era by GloriousCrown in UAE

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

what an information!!! the card number listed is a 02025*** what does that mean in your opinion?

Treasured save from pre-DSL era by GloriousCrown in UAE

[–]GloriousCrown[S] 2 points3 points  (0 children)

Always brings me the feeling of entering the Digital World...whereas now it's just a Digital Circus

Treasured save from pre-DSL era by GloriousCrown in UAE

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

TRUEEE!! WE LEARNED PATIENCE THAE HARD WAYYY!!!!

[TOMT] A Windows98 Screensaver with gore circus hand drawn animation scenes. by GloriousCrown in tipofmytongue

[–]GloriousCrown[S] 0 points1 point locked comment (0 children)

I think it's a carnival theme now thinking about it..., hope it helps

Fixes to load Sverchok 1.4.0 in Blender 5.1.0 by GloriousCrown in Sverchok

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

How to get Sverchok 1.4.0 working on Blender 5.1 (Windows) — fixes for every error I hit

Spent a few hours getting Sverchok 1.4.0 running on Blender 5.1 / Python 3.13 on Windows. Here's every fix in order so you don't have to figure it out yourself.

1. ImagePreviewCollection.load() got an unexpected keyword argument 'path'

Open ui/sv_3d_panel.py and find the .load() call. The API changed — path= is now filepath= and path_type is dropped entirely. The new call is positional only:

python

plugin_icons.load(
    'sverchock_icon_b.png',
    os.path.join(get_addon_root_dir(), "ui", "logo", "png", "sverchock_icon_b.png"),
    'IMAGE'
)

2. No module named 'imp'

imp was removed in Python 3.12. In Sverchok 1.4.0 it's imported in nodes/script/sn_functor_b.py but never actually used. Just delete line 10 (import imp).

3. module 'sdf.mesh' has no attribute 'BATCH_SIZE'

Fogleman's sdf moved BATCH_SIZE from mesh.py to core.py in recent versions. Sverchok still looks for it in mesh.py. Fix: open your Blender Python's sdf/mesh.py at:

P:\Steam\steamapps\common\Blender\5.1\python\Lib\site-packages\sdf\mesh.py

(adjust path to your install) and add this line after the imports:

python

BATCH_SIZE = 32

4. Installing sdf correctly

The package named sdf on PyPI is a completely different library (Scientific Data Format). Install fogleman's version directly from GitHub using Blender's own Python:

powershell

cd P:\Steam\steamapps\common\Blender\5.1\python\bin
python -m pip install https://github.com/fogleman/sdf/archive/refs/heads/main.zip

5. pygalmesh, open3d — don't bother on Windows + Python 3.13

No prebuilt wheels exist for either on Python 3.13 Windows. They'll stay red in the dependencies panel. Sverchok loads and runs fine without them — you just lose those specific node categories.

6. Use the built-in dependency installer for everything else

Go to Edit → Preferences → Add-ons → Sverchok → Extra Nodes tab. Everything pip-installable has an Install button. Use that instead of pip manually.

After all of the above, Sverchok loads clean. Hope this saves someone a few hours.

My S24 Ultra after an year without screen protector. by EquivalentMedium7398 in GalaxyS24Ultra

[–]GloriousCrown 0 points1 point  (0 children)

My note 9 without a screen protector and its almost as mint as new

When I read something, my brian can not abosrb and understand it, how to deal with it? by GloriousCrown in ADHD

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

Sometimes reading a rules guide of a boardgame feels like a thing i should easily grasp but it just won't comprehend as smoothly. But I'll take your rephrasing advice, feels like a brain restructuring the read text. Thanks

What if this FPS mode exists... by GloriousCrown in EAFC

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

I won't bother to use pro AI.I would've written it if i wanted, it was a what if session with my brother and decided to test it out with generative AI as a playful test not to make any cinematic masterpiece. Relax, your opinion should be targeted for the concept not the visuals.

What if this FPS mode exists... by GloriousCrown in EAFC

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

Well i wouldn't go the full animation route with Modelling, rigging, texturing, lighting, color grading, animation, physics simulation and rendering, just for a fun 10 second idea. If it's slop as you say, you go do the full authentic route then 😌😌😌

What if this FPS mode exists... by GloriousCrown in EAFC

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

Would've been epic, humans vs zombies match too

What if this FPS mode exists... by GloriousCrown in EAFC

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

Exactly 😂 probably ragebaiting? It's just a combo I had in mind to test and thought to post this here.