Contents Menu Expand Light mode Dark mode Auto light/dark mode
Bookmarks 0.7.8 documentation
Light Logo Dark Logo
Bookmarks 0.7.8 documentation
  • User Guide

Technical Documentation

  • Python Modules
    • actions
    • bookmarker
      • bookmarker.bookmark_editor
      • bookmarker.job_editor
      • bookmarker.main
      • bookmarker.server_editor
    • common
      • common.core
      • common.data
      • common.env
      • common.font
      • common.monitor
      • common.sequence
      • common.session_lock
      • common.settings
      • common.setup
      • common.signals
      • common.ui
    • contextmenu
    • database
    • editor
      • editor.asset_properties
      • editor.base
      • editor.base_widgets
      • editor.bookmark_properties
      • editor.preferences
    • external
      • external.ffmpeg
      • external.ffmpeg_widget
      • external.rv
    • file_saver
      • file_saver.main
      • file_saver.widgets
    • images
    • importexport
    • items
      • items.asset_items
      • items.bookmark_items
      • items.delegate
      • items.favourite_items
      • items.file_items
      • items.models
      • items.task_items
      • items.views
      • items.widgets.filter_editor
      • items.widgets.image_viewer
      • items.widgets.thumb_capture
      • items.widgets.thumb_library
      • items.widgets.thumb_picker
    • launcher
      • launcher.gallery
      • launcher.main
    • log
    • main
    • maya
      • maya.actions
      • maya.base
      • maya.capture
      • maya.contextmenu
      • maya.export
      • maya.main
      • maya.plugin
      • maya.shadertool
      • maya.viewport
    • notes
    • progress
    • publish
    • shortcuts
    • shotgun
      • shotgun.actions
      • shotgun.link
      • shotgun.link_asset
      • shotgun.link_assets
      • shotgun.link_bookmark
      • shotgun.publish
      • shotgun.publish_widgets
      • shotgun.shotgun
      • shotgun.tasks
    • slack
      • slack.slack
    • standalone
    • statusbar
    • teams
      • teams.message
    • templates
    • threads
      • threads.threads
      • threads.workers
    • tokens
      • tokens.tokens
      • tokens.tokens_editor
    • topbar
      • topbar.buttons
      • topbar.quickswitch
      • topbar.tabs
      • topbar.topbar
    • ui
    • versioncontrol
      • versioncontrol.version
      • versioncontrol.versioncontrol
  • Module Index

Project Links

  • GitHub
  • License
Back to top

shotgun.link_bookmark#

Shotgun Entity linker widgets.

The widgets are used to link a ShotGrid entity with a local bookmark item.

Classes:

LinkBookmarkWidget(server, job, root[, parent])

class bookmarks.shotgun.link_bookmark.LinkBookmarkWidget(server, job, root, parent=None)[source]#

Bases: BaseLinkWidget

Methods:

create_entity(entity_name)

Creates a new ShotGrid entity.

db_source()

A file path to use as the source of database values.

request_data()

Request Loads a list of ShotGrid entities.

create_entity(entity_name)[source]#

Creates a new ShotGrid entity.

db_source()[source]#

A file path to use as the source of database values.

Returns:

The database source file.

Return type:

str

request_data()[source]#

Request Loads a list of ShotGrid entities.

Next
shotgun.publish
Previous
shotgun.link_assets
Copyright © © 2022 Gergely Wootsch
Made with Sphinx and @pradyunsg's Furo
On this page
  • shotgun.link_bookmark
    • LinkBookmarkWidget
      • LinkBookmarkWidget.create_entity()
      • LinkBookmarkWidget.db_source()
      • LinkBookmarkWidget.request_data()