finally hit Οthon
07.10.2025 15:36 β π 14 π 3 π¬ 2 π 0@kolibril13.bsky.social
Generative Design π¨ - Coding π§βπ» - Science Communication π§¬
finally hit Οthon
07.10.2025 15:36 β π 14 π 3 π¬ 2 π 0Fun easteregg: The @blender.org user interfaces shows up in the latested @kurzgesagt.org video!
youtu.be/_zfN9wnPvU0?...
Thanks for sharing! Will this make it also possible to install multiple versions of one package into the same virtual environment?
24.09.2025 12:14 β π 0 π 0 π¬ 1 π 0π
15.09.2025 05:46 β π 1 π 0 π¬ 0 π 0I just released a new Blender extension for blurring images and scene backgrounds: extensions.blender.org/add-ons/blur...
Under the hood, it uses the image processing libraries PIL and OpenEXR.
Keep us updated how it works, looking forward to seeing what you re up to
13.08.2025 12:04 β π 0 π 0 π¬ 0 π 0Useful trick for VS Code / Cursor AI:
Make a custom settings.json file for a project scope.
E.g. I'm using this snippet to format my JSON files in a convenient way.
Today I learned that Blender supportes fuzzy search, e.g. βiopβ for Instance on Points.
Useful and very stable shortcuts.
In Blender 4.5 (coming next month), it will become much easier to add Grease Pencil Text. Here's the new "Faces" option for the "Mesh to Curve" node in action.
14.06.2025 15:13 β π 3 π 0 π¬ 0 π 0Data driven workflows will see many improvements in Blender 4.5!
24.05.2025 19:42 β π 2 π 0 π¬ 0 π 0New self-contained python script (thanks to uv, @crmarsh.com ):
1. Take pdf from the download folder
2. Compress all images within that pdf to 80% quality.
Triggered by a single call:
"uv run gist.githubusercontent.com/kolibril13/5...
Be aware that running code from URLs is your own risk.
looking forward to the next video! :)
23.05.2025 08:25 β π 0 π 0 π¬ 0 π 0This is my kind of physics article π§ π βοΈ π’ π§ͺ
21.05.2025 19:55 β π 68 π 8 π¬ 5 π 2Absurd situation for Micro-Transactions for Blender Extensions: When you donate β¬1 to a creator on Gumroad via PayPal, youβre essentially giving your money to Gumroad, PayPal and tax, leaving the creator with β¬0 π€―
08.05.2025 19:21 β π 4 π 0 π¬ 0 π 0seems like the link is not valid anymore
06.05.2025 13:00 β π 0 π 0 π¬ 0 π 0The world population from 1950-2033. Made with #Blender.
06.05.2025 08:09 β π 5 π 0 π¬ 0 π 0That's exciting news! Many ideas to look forward to in the near future for reproducible notebooks :)
03.05.2025 13:03 β π 0 π 0 π¬ 0 π 0I wrote a document describing how we want to make it possible to build high level and easy-to-use node group assets for physics simulations and more. #b3d #devfund #GeometryNodes
devtalk.blender.org/t/declarativ...
Where do people live in Germany? #Blender #GeometryNodes
30.04.2025 12:56 β π 0 π 0 π¬ 0 π 0based on this csv file
29.04.2025 09:50 β π 0 π 0 π¬ 0 π 0here's the geonodes setup
29.04.2025 09:49 β π 0 π 0 π¬ 1 π 0Update on time series animations:
It's now possible to dynamically animate string data in #GeometryNodes
In case that you're working with time series datasets, here's how to animate them in #Blender GeoNodes:
youtu.be/-PXVPyph4_U
quick tip for recording tutorials #Blender #GeometyNodes:
1. Create the full setup
2. delete elements one by one
3. start recording the tutorial and press Command+Z for every explanation step.
(make sure to set "Undo Steps" to a high number in System -> Memory&Limits)
Today's Blender tutorial is about animating Python code:
www.youtube.com/watch?v=qiRa...
SVG from www.freepik.com/free-vector/...
17.04.2025 13:44 β π 0 π 0 π¬ 0 π 0Left: Original Blender SVG Importer
Right: Enhanced SVG Importer (now approved as a Blender extension extensions.blender.org/add-ons/enha...)
Improvements are: accurate colors, path processing and better opacity control
Importing SVGs to Blender can be a disappointing experience. For those of you who are looking for a more eye-pleasing solution: I just wrote an Enhanced SVG importer extension for accurate colors and correct path processing.
extensions.blender.org/approval-que...
Hey fellow math animators, here's my in-depth tutorial on how to animate equations in Blender using @typst.app.
It comes with lots of custom snapping and alignment tools, so this can be useful for any kind of SVG and glyphs animations.
youtu.be/MX90CkWzRtA
just coded two new blender operators:
FadeIn and FadeOut. They animate opacity, but also auto-toggle visibility, so objects are only selectable when theyβre actually visible in the scene.