python blender-open-user-prefs-and-expand-addon.py

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python blender-open-user-prefs-and-expand-addon.py相关的知识,希望对你有一定的参考价值。

import bpy
import addon_utils

# Set Addon Tab
bpy.context.user_preferences.active_section = 'ADDONS'

# Set Filter
bpy.context.window_manager.addon_search = "Addon Name"

# Get a module reference by name
mod = addon_utils.addons_fake_modules.get("filename")

# If found, expand it
if mod is not None: mod.bl_info['show_expanded'] = True

# Call window
bpy.ops.screen.userpref_show('INVOKE_DEFAULT')

以上是关于python blender-open-user-prefs-and-expand-addon.py的主要内容,如果未能解决你的问题,请参考以下文章

Python代写,Python作业代写,代写Python,代做Python

Python开发

Python,python,python

Python 介绍

Python学习之认识python

python初识