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

Owned by Victor

CG Python Academy

Public β€’ 24 β€’ Free

3D artists learning Blender Python.

Memberships

Skool Masterclass (Free)

Private β€’ 85.5k β€’ Free

Skool Masterclass

Private β€’ 1.7k β€’ $150/m

Skool Community

Public β€’ 178.2k β€’ Paid

The Skool Games

Private β€’ 22.3k β€’ Free

12 contributions to CG Python Academy
how do i remove drivers from a propertyGroup property in Python?
There is a driver_remove method https://docs.blender.org/api/current/bpy.types.bpy_struct.html#bpy.types.bpy_struct.driver_remove Code: ``` import bpy cube = bpy.context.active_object cube.driver_remove("location") ```
0
0
how do i remove drivers from a propertyGroup property in Python?
My MIDI animations with Blender etc...
As I said in my profile, I am mainly interested in Blender to make MIDI music animations, which cannot be done without using Python. I have made such animations by using Animation Nodes, the latest versions of which have some MIDI capabilities. But I also have made them directly with Python scripting. The biggest hurdle with Animation Nodes is that it makes Blender unstable. However, I have found a way to force Blender to render my animations without crashing. This method can be used to prevent Blender from crashing with any other rendering causing Blender to crash. I use more methods than Blender to make MIDI music. I have used Unity, Wolfram's Mathematica, and Borland Delphi, which was my first attempt to make MIDI music animations. I amn also investigating Unreal Engine and Houdini to make such animations. I have had some success with using Geometry Nodes in combination with Python scripting to make MIDI music animations. The advantage is that Blender is then stable. The disadvantage is that Geometry Nodes has no scriptiong node, while Animation Nodes has. Here are my two channel links of YouTube https://www.youtube.com/channel/UCOSpQmOpGQgdNyBjlNmY5VA/videos and https://www.youtube.com/channel/UCt1tUeNJawQkWPzbJQhBEkA Look, especially to this video, which is a fairly unusual MIDI music animation, made with Blender and Animation Nodes. https://www.youtube.com/watch?v=PWyz-2mX5oM&ab_channel=TheVirtualMusician All graphic notes have the same length, but their speeds are adapted in such a way that they light up in sync with the music.
1
5
New comment 20h ago
My MIDI animations with Blender etc...
0 likes β€’ 3d
How long have you been working on this? Do you run a Python script to generate a geo node network?
0 likes β€’ 20h
Oh, it has been a while! That is very interesting! Thanks for sharing the details Yeah, using ChatGPT is also great for me to get into unknown programming areas. Let us know if you have any issues or questions about Python πŸ˜ƒ
AttributeError: 'GeometryNodeTree' object has no attribute 'inputs'
I read about an issue someone had about trying use the "inputs" attribute on GeometryNodeTree. Here I try to explain what is going on
0
0
AttributeError: 'GeometryNodeTree' object has no attribute 'inputs'
Simpler Edge Selection Timer Example
Wanted to give a simpler example then the one here https://www.skool.com/cgpython/how-to-make-code-sleep?p=b5a67e2f
0
1
New comment 2d ago
Simpler Edge Selection Timer Example
0 likes β€’ 2d
Code: https://gist.github.com/CGArtPython/5175f08ad882a6e3d6accd1b108680da
Create a driver variable with Blender Python
Hey, I have released another tutorial on my channel about working with drivers using Python. Here is a link to the code: https://gist.github.com/CGArtPython/0057da721ef7b64eed8a86374669eadf
1
0
Create a driver variable with Blender Python
1-10 of 12
Victor Stepanov
2
8points to level up
@victor-stepanov-6775
Helping artists learn the Python programming language.

Active 1h ago
Joined Oct 16, 2024
powered by