User
Write something
Coffee Hangout is happening in 17 hours
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
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 ```
2
4
New comment 5d ago
Going over basic interactions with collections
Debugging edge selection with a modal operator
@Schroef X had a great idea about using the modal operator to debug the edge selection instead of the bpy timer function Here is a link to @Hakan Kosebas original post https://www.skool.com/cgpython/how-to-make-code-sleep?p=57e4c86b
1
0
Debugging edge selection with a modal operator
Welcome!
Hey👋 Welcome to the community 💖 I am very excited that you decided to join! Ask a question that you might have about Blender Python or just Python in general. Remember, there are no dumb questions; there are just bad explanations. Also, if you are working on cool scripts or add-ons, you can share them in the showcase category.
1
0
Welcome!
1-4 of 4
CG Python Academy
skool.com/cgpython
3D artists learning Blender Python.
Leaderboard (30-day)
powered by