BlenderVR User Manual Release 0.1
Release 0.1 You’re welcome to use BlenderVR Sound Rendering Engine (SRE, open source, developped in Max/MSP) if you don’t want to develop your own sound server. While the OSC API allows to easily send OSC messages Interaction Setup This section details how to setup BlenderVR configuration file to work with its Max/MSP Sound Rendering Engine. In thesubsection of the section in the configuration file with: • host / port: IP adress and port of the OSC server (computer on which the Max/MSP Sound Rendering Engine is opened). • configuration: flag used to dynamically adapt the Sound Rendering0 码力 | 56 页 | 860.89 KB | 1 年前3BlenderVR User Manual Release 0.1
Rendering Engine [https://blendervr.limsi.fr/doku.php?id=addons] (SRE, open source, developped in Max/MSP [http://cycling74.com]) if you don’t want to develop your own sound server. While the OSC API allows Interaction Setup This section details how to setup BlenderVR configuration file to work with its Max/MSP Sound Rendering Engine [https://blendervr.limsi.fr/doku.php?id=addons]. In thesubsection of with: host / port: IP adress and port of the OSC server (computer on which the Max/MSP Sound Rendering Engine is opened). configuration: flag used to dynamically adapt the Sound Rendering0 码力 | 75 页 | 861.11 KB | 1 年前3Krita 5.2 Manual
create a folder, and a desktop file. The desktop file should look as follows: [Desktop Entry] Type=Service ServiceTypes=Krita/PythonPlugin X-KDE-Library=myplugin X-Python-2-Compatible=false X-Krita-Manual=myPluginManual X-Krita-Manual=myPluginManual.html Name=My Own Plugin Comment=Our very own plugin. Type This should always be service. ServiceTypes This should always be Krita/PythonPlugin for python plugins. X-KDE-Library This put this code: from .myplugin import * in the desktop file put this code: [Desktop Entry] Type=Service ServiceTypes=Krita/PythonPlugin X-KDE-Library=myplugin X-Python-2-Compatible=false Name=My Own Plugin0 码力 | 1502 页 | 79.07 MB | 1 年前3Krita 5.2 브로셔
create a folder, and a desktop file. The desktop file should look as follows: [Desktop Entry] Type=Service ServiceTypes=Krita/PythonPlugin X-KDE-Library=myplugin X-Python-2-Compatible=false X-Krita-Manual=myPluginManual X-Krita-Manual=myPluginManual.html Name=My Own Plugin Comment=Our very own plugin. Type This should always be service. ServiceTypes This should always be Krita/PythonPlugin for python plugins. X-KDE-Library This put this code: from .myplugin import * in the desktop file put this code: [Desktop Entry] Type=Service ServiceTypes=Krita/PythonPlugin X-KDE-Library=myplugin X-Python-2-Compatible=false Name=My Own Plugin0 码力 | 1531 页 | 79.11 MB | 1 年前3Krita 4.x 官方文档中文版 2021-08-06A
⽂件识别插件,该⽂件包含了脚本的基本信 息。 所以,你要为每个插件创建⼀个⽂件夹和⼀个 desktop ⽂件。 该 desktop ⽂件的内容格式如下: [Desktop Entry] Type=Service ServiceTypes=Krita/PythonPlugin X-KDE-Library=myplugin X-Python-2-Compatible=false X-Krita-Manual=myPluginManual X-Krita-Manual=myPluginManual.html Name=My Own Plugin Comment=Our very own plugin. Type 此项应总是设为 Service (服务)。 ServiceTypes 对于 Krita 的 Python 插件,此项应总是被设为 Krita/PythonPlugin。 X-KDE-Library 此项指定该插件的⽂件夹名称。 X-Python-2-Compatible 的⽂件 在 __init__.py ⽂件⾥放置这⾏代码: from .myplugin import * 在 desktop ⽂件⾥放置这段代码: [Desktop Entry] Type=Service ServiceTypes=Krita/PythonPlugin X-KDE-Library=myplugin X-Python-2-Compatible=false Name=My Own Plugin0 码力 | 1594 页 | 110.95 MB | 1 年前3Krita 4.x 官方文档中文版 2021-08-06A
文件识别插件,该文件包含了脚本的基本信息。 所以,你要为每个插件创建一个文件夹和一个 desktop 文件。 该 desktop 文件的内容格式如下: [Desktop Entry] Type=Service ServiceTypes=Krita/PythonPlugin X-KDE-Library=myplugin X-Python-2-Compatible=false X-Krita-Manual=myPluginManual X-Krita-Manual=myPluginManual.html Name=My Own Plugin Comment=Our very own plugin. Type 此项应总是设为 Service (服务)。 ServiceTypes 对于 Krita 的 Python 插件,此项应总是被设为 Krita/PythonPlugin。 X-KDE-Library 此项指定该插件的文件夹名称。 X-Python-2-Compatible 的文件 在 __init__.py 文件里放置这行代码: from .myplugin import * 在 desktop 文件里放置这段代码: [Desktop Entry] Type=Service ServiceTypes=Krita/PythonPlugin X-KDE-Library=myplugin X-Python-2-Compatible=false Name=My Own Plugin0 码力 | 1373 页 | 74.74 MB | 1 年前3Krita 5.2 中文手册
扩展名的文件识别插件,该文件包含了脚本的基本信 息。 所以,你要为每个插件创建一个文件夹和一个 desktop 文件。 该 desktop 文件的内容格式如下: [Desktop Entry] Type=Service ServiceTypes=Krita/PythonPlugin X-KDE-Library=myplugin X-Python-2-Compatible=false X-Krita-Manual=myPluginManual X-Krita-Manual=myPluginManual.html Name=My Own Plugin Comment=Our very own plugin. Type 此项应总是设为 Service (服务)。 ServiceTypes 对于 Krita 的 Python 插件,此项必须设为 Krita/PythonPlugin 。 X-KDE-Library 此项指定该插件的文件夹名称。 X-Python-2-Compatible 的文件 在 __init__.py 文件里加入这行代码: from .myplugin import * 在 desktop 文件里放置这段代码: [Desktop Entry] Type=Service ServiceTypes=Krita/PythonPlugin X-KDE-Library=myplugin X-Python-2-Compatible=false Name=My Own Plugin0 码力 | 1594 页 | 79.20 MB | 1 年前3Krita 5.2 官方文档中文版 2023-12-08A
扩展名的文件识别插件,该文件包含了脚本 的基本信息。 所以,你要为每个插件创建一个文件夹和一个 desktop 文件。 该 desktop 文件的内容格式如下: [Desktop Entry] Type=Service ServiceTypes=Krita/PythonPlugin X-KDE-Library=myplugin X-Python-2-Compatible=false X-Krita-Manual=myPluginManual X-Krita-Manual=myPluginManual.html Name=My Own Plugin Comment=Our very own plugin. Type 此项应总是设为 Service (服务)。 ServiceTypes 对于 Krita 的 Python 插件,此项必须设为 Krita/PythonPlugin 。 X-KDE-Library 此项指定该插件的文件夹名称。 X-Python-2-Compatible 的文件 在 _�init_�.py 文件里加入这行代码: from .myplugin import * 在 desktop 文件里放置这段代码: [Desktop Entry] Type=Service ServiceTypes=Krita/PythonPlugin X-KDE-Library=myplugin X-Python-2-Compatible=false Name=My Own Plugin0 码力 | 1685 页 | 91.87 MB | 1 年前3Krita 5.2 官方文档中文版 2023-12-08A
扩展名的文件识别插件,该文件包含了脚本的基本信 息。 所以,你要为每个插件创建一个文件夹和一个 desktop 文件。 该 desktop 文件的内容格式如下: [Desktop Entry] Type=Service ServiceTypes=Krita/PythonPlugin X-KDE-Library=myplugin X-Python-2-Compatible=false X-Krita-Manual=myPluginManual X-Krita-Manual=myPluginManual.html Name=My Own Plugin Comment=Our very own plugin. Type 此项应总是设为 Service (服务)。 ServiceTypes 对于 Krita 的 Python 插件,此项必须设为 Krita/PythonPlugin 。 X-KDE-Library 此项指定该插件的文件夹名称。 X-Python-2-Compatible 的文件 在 __init__.py 文件里加入这行代码: from .myplugin import * 在 desktop 文件里放置这段代码: [Desktop Entry] Type=Service ServiceTypes=Krita/PythonPlugin X-KDE-Library=myplugin X-Python-2-Compatible=false Name=My Own Plugin0 码力 | 1562 页 | 79.19 MB | 1 年前3Krita 5.1 官方文档中文版 2023-05-26A
扩展名的文件识别插件,该文件包含了脚本的基本信 息。 所以,你要为每个插件创建一个文件夹和一个 desktop 文件。 该 desktop 文件的内容格式如下: [Desktop Entry] Type=Service ServiceTypes=Krita/PythonPlugin X-KDE-Library=myplugin X-Python-2-Compatible=false X-Krita-Manual=myPluginManual X-Krita-Manual=myPluginManual.html Name=My Own Plugin Comment=Our very own plugin. Type 此项应总是设为 Service (服务)。 ServiceTypes 对于 Krita 的 Python 插件,此项必须设为 Krita/PythonPlugin 。 X-KDE-Library 此项指定该插件的文件夹名称。 X-Python-2-Compatible 的文件 在 __init__.py 文件里加入这行代码: from .myplugin import * 在 desktop 文件里放置这段代码: [Desktop Entry] Type=Service ServiceTypes=Krita/PythonPlugin X-KDE-Library=myplugin X-Python-2-Compatible=false Name=My Own Plugin0 码力 | 1547 页 | 78.22 MB | 1 年前3
共 401 条
- 1
- 2
- 3
- 4
- 5
- 6
- 41