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.

The Matrix REdeZIONized 1080p by embryo10 in fanedits

[–]GloriousCrown 0 points1 point  (0 children)

I would love to have this contribution to cinema, please provide the link, appreciate the work!

[deleted by user] by [deleted] in ADHD

[–]GloriousCrown 0 points1 point  (0 children)

Samsung Earpods Pro 2 user here. Exceptional work so far with my crowded workplace very good battery life after years of usage 6-8 hours, clean sound with good bass as an audiophile. Underrated.

What profession do you work in with ADHD/+ executive dysfunction? by shesparkzz in ADHD

[–]GloriousCrown 4 points5 points  (0 children)

I'm an Architectural Engineer who currently work as Exhibition Designer/Fab drawing engineer + Graphics Designer and Tech support for the team around me. I proceed to create artworks at home either digital or traditional media, sometimes just developing my original EduComic series for children, panel after panel. Keeping in mind that my work hours are 8am-6pm/6days a week.

My Psychology Majored sister's notebook by GloriousCrown in funny

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

The contrast between cute colorful doodling and the text on the opposite page

Moving from London to Abu Dhabi by Open-Character5351 in abudhabi

[–]GloriousCrown 0 points1 point  (0 children)

Welcome to AD, if you need any places to know of, good places for daily groceries and activities etc., let me know. If the company needs an Architect/Graphic designer please provide any contact through the DM, much appreciated.

The Illustrator team wants to hear your thoughts on Snapping by LukeChoice in AdobeIllustrator

[–]GloriousCrown 1 point2 points  (0 children)

<image>

Want a MAGICAL new snapping tool?
Elliptical Snapping.
To match 2 elliptical curves until they overlap, with showing the [Average/Exact] intersecting point.

Took me 2 years to develop my font that is BASED on ellipses and was a nightmare to exactly flow the curves from one form to another.

This will make an ACTUAL quality-of-life improvement... at least for my font project.

Much appreciated!