Jump to content

[SOLVED] Interface elements outside the editor window


photo

Recommended Posts

Interface elements outside the editor window. Like in demos.

Actually - how? Where and what to do?

 

I will specify.

Editor opened in window mode.

I have interface windows in the scene. They can be dragged by mouse.

In demos you can pull them out of the window editor. I only they drag in the window. Why?

 

 

Интерфейсные элементы за пределами окна редактора. Как в демках.

Собственно - как? Что и где нужно прописать?

 

Уточню.

Открыт редактор в оконном режиме.

В сцене есть интерфейсные окошки которые можно таскать мышкой за заголовок.

В демках их можно вытащить за пределы окна редактора. У меня они таскаются только в рамках окна. Почему?

Link to comment
You must load the Interface plugin in order to have the ability to drag editor elements outside the 3D view if I remember correctly :D

 

Вы должны загрузить плагин Interface для того, чтобы иметь возможность вытаскивать элементы из окна редактора, если я правильно помню ;)

 

Понял, пробую:

 

в папке bin лежат dll-ки Interface_x64.dll и Interface_x86.dll

параметры ярлыка (варианты):

 

main_x64.exe -editor -extern_plugin ,Interface

main_x64.exe -editor -extern_plugin Interface

 

итог (при любом варианте):

14:42:12 Loading " Interface_x86.dll"...

14:42:12 EnginePlugins::addPlugin(): can't load " Interface_x86.dll" library 126

 

Что я делаю не так?

Или плагин нужно через скрипты как-то подключать?

 

 

Google Translator:

 

Got it, I try:

 

bin directory have a dll-s Interface_x64.dll and Interface_x86.dll

shortcut options (variants):

 

main_x64.exe -editor -extern_plugin, Interface

main_x64.exe -editor -extern_plugin Interface

 

and I receive (any variants):

 

14:42:12 Loading "Interface_x86.dll" ...

14:42:12 EnginePlugins :: addPlugin (): can't load "Interface_x86.dll" library 126

 

 

What I'm doing wrong?

Or plugin must be connected through a script?

Link to comment
×
×
  • Create New...