Any idea on what happened with Apple becoming a sponsor? Apple Silicon compatibility is achieved but I don't see Apple in the sponsor list: https://fund.blender.org
Either they ended sponsorship, the list isn't updated in a timely manner, or Apple didn't want to be listed.
Blender 3.4
31–40 of 106 posts
Re: Blender 3.4
#32I love blender. Software developers on hackernews HAVE to try out the blender python api. It's just an integral part of my workflow especially for modding games.
Haha the Blender Python API! Back in high school, a friend and I wrote a 3D platforming video game from scratch. The on-disk 3D model format we used was something I just came up with. It was plaintext ASCII where we would write in every vertex and tex coord by hand, and the engine would turn those over to the obvious OpenGL functions. That was obviously stupid, so my friend learned how to use Blender and wrote an exp…
Re: Blender 3.4
#33Can blender replace sketchup? I just found out sketchup isn't free anymore.
Re: Blender 3.4
#34Can blender replace sketchup? I just found out sketchup isn't free anymore.
I haven’t really used blender, but I doubt it would be a great replacement for most use cases. Fusion360 on the other hand is free and a great replacement!
Re: Blender 3.4
#35In case anyone prefers the more flashy release notes https://www.blender.org/download/releases/3-4/
I'm wondering if this might be the better submission URL. It might be a bit lower on details but at the same time it conveys a richer overview of what the release is about.
Re: Blender 3.4
#36Can blender replace sketchup? I just found out sketchup isn't free anymore.
Re: Blender 3.4
#37Can blender replace sketchup? I just found out sketchup isn't free anymore.
Re: Blender 3.4
#38I love blender. Software developers on hackernews HAVE to try out the blender python api. It's just an integral part of my workflow especially for modding games.
What things do you typically use the API for? I can't come up with anything off the top of my head where you'd rather use the API than the GUI.
Neat thing too is it's in Rust, not Python.. because, well, i prefer and know Rust, and by doing it in Rust it works with the rest of my game code so that on-demand stuff i mention plugs in nicely to my existing ecosystem. Note that i'm using Py03 for Rust, so it's just RustPython. Not native Rust support or anything
Re: Blender 3.4
#39Re: Blender 3.4
#40Can blender replace sketchup? I just found out sketchup isn't free anymore.
Depends on what you're doing with it. I'm an architect who have been using SketchUp professionally for 20 years now, and I use Blender for hobby (Geometry Nodes stuff). For architecture work, Blender absolutely can NOT replace SketchUp, unfortunately (it doesn't even have a universal Section tool, for example), even though it's an incomparably more powerful program in every other area.