Trending

#bpy

Latest posts tagged with #bpy on Bluesky

Latest Top
Trending

Posts tagged #bpy

A screenshot of Blender 3D's UI, showing a pop up panel in the 3D view with the Array modifier's properties in it. On the right is the modifier stack with the Array modifier.

A screenshot of Blender 3D's UI, showing a pop up panel in the 3D view with the Array modifier's properties in it. On the right is the modifier stack with the Array modifier.

Finally got the Geometry Nodes modifier UI showing correctly in a pop up with Python thanks to the new 'is_input_visible' and 'is_input_used' methods added by Alex Tkachyov.

projects.blender.org/blender/blen...

Still can't draw regular modifiers completely correctly.

#b3d #Blender3D #bpy

3 1 1 0
Preview
Brookfield Property Partners Completes 2025 Annual Filings Brookfield Property Partners (BPY) filed its 2025 annual report on Form 20-F and audited financial statements for the year ended December 31, 2025, with the SEC on EDGAR and with Canadian securities authorities on SEDAR+. Documents are also available at bpy.brookfield.com.Brookfield Property Partners is a global real estate owner-operator across office, retail, multifamily, logistics, hospitality, single-family rentals, manufactured housing, student housing and self-storage. It is a subsidiary of Brookfield Corporation (NYSE: BN, TSX: BN). Investor contact: Keren Dubon.

#BPY #BPYU Brookfield Property Partners Completes 2025 Annual Filings

www.stocktitan.net/news/BPY/brookfield-prop...

0 0 0 0
Post image

The Many Lives of [Ru(bpy)3]2+: A Historical Perspective | Inorganic Chemistry
pubs.acs.org/doi/10.1021/... Scattolini and co-workers
@InorgChem 🍷 Review ✨

#ruthenium #bpy #history #analytical #photophysics #photochemistry #photoelectrochemistry #photoredox_catalysis #biochemical

6 1 0 0

#QP Oh, it’s a “Blondie Pondy”!

Care to take to take a dip and join me?

Calls for new hashtags!
#BlondiePondy #BPy #Ai #Art #AiArt #GayAi #AiBPy

7 0 1 1
Before: a bunch of maths nodes, expanded, with default names like Multiply or Less Than

Before: a bunch of maths nodes, expanded, with default names like Multiply or Less Than

After: Nodes have been collapsed and unconnected input hidden. They are now named things like + π/5, or < 3/4

After: Nodes have been collapsed and unconnected input hidden. They are now named things like + π/5, or < 3/4

When I'm working with #Blender #GeometryNodes I like to hide unnecessary clutter. Maths nodes for example take up a lot of space, and often the name of the operation is all that you need to see what they're doing, or the name of the operation and the value of the […]

[Original post on aus.social]

0 0 0 0
Original post on aus.social

Any #bpy thing-knowers able to help me out? I'm writing a script that relies on the psd-tools module. To make sure it is loaded I do
```
try:
import psd_tools
except ImportError:
subprocess.check_call([python_executable, '-m', 'ensurepip'])
subprocess.check_call([python_executable, '-m', 'pip' […]

0 1 0 0
import bpy: modern add-on development — Blender Conference 2025
import bpy: modern add-on development — Blender Conference 2025 YouTube video by Blender

And here's the one on add-on development:

www.youtube.com/watch?v=GP53...

#b3d #blender3d #bcon25 #BlenderConference #development #bpy

6 0 0 0
Post image

Ligand Influence on Indium–Sulfide Cluster Formation and Reactivity | Inorganic Chemistry pubs.acs.org/doi/10.1021/... Mulfort and co-workers @InorgChem #indium #sulfide #cluster #bpy #trimer #In10S7

0 0 0 0
Post image

Efficiency of Photodissociation of Carbonyl Ligand in Ruthenium Monocarbonyl Bipyridine Complexes: Effect of Isomeric Structures and Ligands | Inorganic Chemistry pubs.acs.org/doi/10.1021/... Ishida and co-workers @InorgChem #ruthenium #carbonyl #bpy #isomeric #photodissociation

0 0 0 0
Video

i made a script to make 2D animations in blender for ikemen stages a LOT less tedious

- import your frames as planes
- select all of them
- load script, tweak playback rate
- run script!

(abridged tutorial cause of vid length limit)

gist.github.com/SuperFromND/...

#ikemengo #mugen #bpy #blender

23 8 2 0

This helped enormously. It's a bit odd, you need to execute this script in a context where it has access to the currently selected Assets in the Asset shelf. I couldn't really figure out a better way to allow a user to export certain subsets of the asset library, so. :p #blender #python #bpy

7 1 1 0