graphic:python:blender

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
graphic:python:blender [2024/01/24 10:02] – [Blender variable naming standards] yinggraphic:python:blender [2024/01/31 06:41] – [Blender UI code] ying
Line 421: Line 421:
     * class ClassName()     * class ClassName()
  
 +Example of class name, balancing between Python PEP
 +  * BLOSM addon, <code python>
 +
 +</code>
 ===== common blender api commands ===== ===== common blender api commands =====
  
Line 540: Line 544:
 **UI** **UI**
   * bpy.types.Panel   * bpy.types.Panel
 +    * the panel display order is determined by the order bpy.utils.register_class processes
   * bpy.types.UIList   * bpy.types.UIList
   * bpy.types.Operator   * bpy.types.Operator
  • graphic/python/blender.txt
  • Last modified: 2024/06/12 06:47
  • by ying