-
Notifications
You must be signed in to change notification settings - Fork 2
Layout Documentation Button
BleuRaven edited this page Jan 29, 2024
·
3 revisions
This page is still in progress...
- Import and register bbpl.
from . import bbpl
bbpl.register()
- Add your documentation buttons.
from .bbpl import blender_layout.layout_doc_button
layout_doc_button.add_doc_page_operator(test_doc, text="My doc URL", url="https://github.com/xavier150/Blender-For-UnrealEngine-Addons/wiki/Cameras")
layout_doc_button.add_right_doc_page_operator(test_doc, text="My doc URL", url="https://github.com/xavier150/Blender-For-UnrealEngine-Addons/wiki/Cameras")
layout_doc_button.add_left_doc_page_operator(test_doc, text="My doc URL", url="https://github.com/xavier150/Blender-For-UnrealEngine-Addons/wiki/Cameras")
result: