Activity
Mon
Wed
Fri
Sun
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
What is this?
Less
More

Memberships

CG Python Academy (Free)

1k members β€’ Free

11 contributions to CG Python Academy (Free)
Create a 3d viewport panel similar to that of blenderkit
Blenderkit has a cool popout that gets displayed whenever "Search" toggle is set to True. Is it possible to create a similar sub-window within 3D viewport that would be shown or hidden by a toggle?
Create a 3d viewport panel similar to that of blenderkit
My first addon in blender market!
https://blendermarket.com/products/text-remesher
0 likes β€’ Feb 28
can you send a code for this project?
Has to be a good add-on: using geometry nodes from python
https://github.com/carson-katri/geometry-script I haven't tried it yet but looks good.
Speeding Up Image Processing with Python
I wanted to share with you a way to run your Python code in parallel. This is a bit of an advanced topic, but it should be a great example for what you can do with Python.
Speeding Up Image Processing with Python
1 like β€’ Feb 12
But isn't multiprocessing too costly?
2 likes β€’ Feb 14
@Victor Stepanov processes take more space in memory than threads and it takes more time to initialize processes and switch between them. After all, a process is like a running instance of a program. But unfortunately, python's threads do not execute in parallel.
Using ChatGPT to generate Blender Python code
Hello, Do you have any experience in using ChatGPT (or any other LLM) to help you with Python code for Blender? If so, when did you find it most useful? Anything interesting you found? What level of experience do you think is best to pickup tools like this? I have personally used it to generate some initial code, to debug code that doesn't work, to explain some existing code to me or even teach me some basics about Python. Having very little experience in Python it has given me mixed results depending on the complexity of what I am asking but it sometimes worked surprisingly well. Really interested to know your thoughts!
1 like β€’ Feb 12
It does help but chatGPT very commonly doesn't acknowledge its mistakes. If you tell chatGPT it has made a mistake, it can apologize and send you the same exact code πŸ™„ It also gets lost when you ask for something more advanced.
1-10 of 11
Alexandra Ukrainskaya
3
42points to level up
@alexandra-ukrainskaya-1102
bio

Active 257d ago
Joined Jan 10, 2025
Powered by