what a script create dialog 'Create clip dialog box'?

   3927   2   1
User Avatar
Member
49 posts
Joined:
Offline
what a script (text of code) create dialog ‘Create clip dialog box’?
User Avatar
Member
86 posts
Joined: Sept. 2008
Offline
Are you asking where the “.ui” file is for the “Create Clip…” dialog? If so, a grep turns up PSI2_CreateClipDlg.ui, but it is in a binary format.

Вы спрашиваете, где “.ui” файл на “Создание клипа …” диалог? Если это так, Grep поворачивает вверх PSI2_CreateClipDlg.ui, но это в двоичном формате.

Google Translate является вашим другом
I installed a skylight in my apartment… the people who live above me are furious!
- Steven Wright
User Avatar
Member
7714 posts
Joined: July 2005
Offline
There is an archive of all the ASCII version of these UI files in $HFS/houdini/config/OldUIFiles.cpio.gz. To get at them, the steps are roughly:

1. Copy $HH/config/OldUIFiles.cpio.gz to somewhere else

2. Expand it:
gunzip OldUIFiles.cpio.gz
mkdir uifiles
cd uifiles
hcpio -idI ../OldUIFiles.cpio
  • Quick Links