Amazon VERSION 2.0V1 Podręcznik Użytkownika Strona 220

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 264
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 219
220
The C++ API
You can implement an Asset plug-in in C++ as well as in Python. This is done by inheriting from the FnAsset class in
the C++ plug-in SDK. Almost exactly the same methods must be implemented in C++ as in Python.
It is not possible to implement a custom Asset Browser, Asset Control Widget or Asset Render Widget via the C++
plug-in SDK. However, these user interfaces can still be implemented in Python and will work alongside a C++ Asset
Management Plug-in.
Asset management plug-ins implemented in C++ and Python are accessed via the same Python interface inside of
Katana and similarly, C++ plug-ins that make use of an asset management plug-in have access to those implemented
in Python and in C++.
In order for Katana to load a custom asset management plug-in, it must be compiled as a shared object and placed in
a directory called Libs inside your KATANA_RESOURCES directory.
27 ASSET MANAGEMENT SYSTEM PLUG-IN API | THE C++ API
Przeglądanie stron 219
1 2 ... 215 216 217 218 219 220 221 222 223 224 225 ... 263 264

Komentarze do niniejszej Instrukcji

Brak uwag