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 revisionBoth sides next revision
graphic:python:blender [2024/01/31 07:41] – [Blender variable naming standards] yinggraphic:python:blender [2024/01/31 07:47] – [Blender variable naming standards] ying
Line 437: Line 437:
     value: IntProperty()     value: IntProperty()
  
 +class ToolProperties(bpy.types.PropertyGroup):
 +    commandLineMode: bpy.props.BoolProperty(
 +        name = "Command line mode",
 +        description = "The option specifies if the addon is used in the command line mode",
 +        default = False
 +    ) 
 </code> </code>
 ===== common blender api commands ===== ===== common blender api commands =====
  • graphic/python/blender.txt
  • Last modified: 2024/06/12 06:47
  • by ying