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

Memberships

CG Python Academy

1.2k members • Free

4 contributions to CG Python Academy
Scripting Issue
This was working yesterday. When I Run the UI list Generic template I get an error: y\utils\__init__.py , line 934, in register register_class(cls) RuntimeError: register_class(...): can t run in readonly state MyPropGroup Not sure why this is, I reset blender to factory that didn't work. Uninstalled blender and deleted user/appdata files for 4.2 and reinstalled. That didn't work either...šŸ˜” This works just fine in 4.3 and used to work in 4.2 not sure what the deal is.
0 likes • Jan '25
@Aaqil Ilyas Win 10 I think I just figured it out I think its Onedrive syncing my repo folder....
1 like • Jan '25
Yes it is.
[Early Access YT] How to stay on top of Blender's Breaking Changes
Blender's Python API is constantly changing, and you need to stay on top of these changes. Here is a tool to help you find issues before your users find them.
1 like • Jan '25
Are you the same Victor..... I cant live without blender launcher.
Looking forward to the rest of this course.
Super interested in saving custom data, scene setups and automating rendering tasks
0 likes • Dec '24
*Store and retrieve from the blend file
0 likes • Dec '24
IF and when I need to change something or fix an issue with an animation or image i need to retrieve those named regions and render those states out exactly like they were to prevent them from having to line up these states as the new animations will be totally different from the original renders.
Going over basic interactions with collections
There was some interest in how you would work with collections using Python. Here is some code examples of how you can set the properties connected to a given collection. I explain this code in detail in the attached video. ``` view_layer_collection = dict() for view_col in bpy.context.view_layer.layer_collection.children: view_layer_collection[view_col.name] = view_col view_layer_collection = {view_col.name: view_col for view_col in bpy.context.view_layer.layer_collection.children} view_layer_collection['Collection'].holdout = True view_layer_collection['Collection'].indirect_only = True view_layer_collection['Collection'].exclude = True view_layer_collection['Collection'].hide_viewport = True bpy.data.collections['Collection'].hide_render = True bpy.data.collections['Collection'].hide_select = True bpy.data.collections['Collection'].hide_viewport = True ```
Going over basic interactions with collections
1 like • Nov '24
Yes sir thank you. its confusing where to find those settings
1-4 of 4
Louis Laurents
2
12points to level up
@louis-laurents-2325
Business Owner/3D modeler https://www.basgfx.com

Active 18h ago
Joined Nov 4, 2024
Texas
Powered by