NodeBrowser

there is subpatch myRenderer.v4p, which necessary in many others patch. file placed in folder vvvv\packs\myRenderer.v4p, but NodeBrowser does not see myRenderer.v4p as subpatch. it is necessary that this patch was visible in NodeBrowser, for all (!) patchs. what do it is correct?


vvvv
\addonpack
\girlpower
\lib
\licenses
\packs
vvvv.exe

Plenty of useful answers here.

two problems here:

  • this is not a valid place for a module. for personal modules best follow the instructions under Using Contributions
  • the module is not named correctly to be identified by the NodeBrowser as a reusable module. see naming conventions

Installing your own addons
STEP-BY-STEP INSTRUCTION

  • Create a folder “contributions” with subfolder “effects, modules, plugins”;
  • Add your contributions in those respective directories (the module must be named correctly [_(EX9)] to be identified by the NodeBrowser);
  • Open the root patch “Show Root” from Main Menu [Alt+R];
  • Add path to a folder for contributions “…\contributions”;

…\contribution
\effects
MyEffect (EX9.Effect) help.v4p
MyEffect.fx
\modules
myPatchName (EX9).v4p
\plugins
myPlugin.dll

in Russian

Установка собственных дополнений (вкладов)
ПОШАГОВАЯ ИНСТРУКЦИЯ

  • Создать папку «contributions» с подпапками «effects, modules, plugins»;
  • Добавить свои файлы в соответствующие каталоги (модуль должен прописываться корректно [_(EX9)], чтобы он появился в NodeBrowser);
  • Открыть корневой патч «Show Root» из меню Main [Alt+R];
  • Добавить путь к папке дополнений “…\contributions”;

http://avs.chat.ru

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.