mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
AY-5647 - removed commented code
This commit is contained in:
parent
6c9948704d
commit
18139a8a03
1 changed files with 0 additions and 9 deletions
|
|
@ -9,15 +9,6 @@ class RoyalRenderAddon(AYONAddon, IPluginPaths):
|
|||
"""Class providing basic Royal Render implementation logic."""
|
||||
name = "royalrender"
|
||||
|
||||
# _rr_api = None
|
||||
# @property
|
||||
# def rr_api(self):
|
||||
# if not self._rr_api:
|
||||
# # import royal render modules
|
||||
# from .api import Api
|
||||
# self._rr_api = Api(self.settings)
|
||||
# return self._rr_api
|
||||
|
||||
def initialize(self, studio_settings):
|
||||
# type: (dict) -> None
|
||||
self.enabled = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue