Docking UV toolkit to UV editor

matt.wilmot
Advocate
Advocate

Docking UV toolkit to UV editor

matt.wilmot
Advocate
Advocate

Hi 

Is there anyway to dock the UV toolkit to the right hand side of the UV editor window? like in the image?
They are currently both floating windows. I would like to see it docked.

Thanks for any help.

UVWindow.JPG

0 Likes
Reply
Accepted solutions (1)
9,351 Views
15 Replies
Replies (15)

Christoph_Schaedl
Mentor
Mentor
Accepted solution

grab it and move it into the uv editor window should dock it...

----------------------------------------------------------------
https://linktr.ee/cg_oglu

Anonymous
Not applicable

How do i keep the UV Toolkit docked?

Everytime I start Maya it is undocked and i need to redock it

Fredykruger
Participant
Participant

Hi I tried moving it into the UV Editor Window but still cant seem to get it docked

0 Likes

fxvet
Explorer
Explorer

This does NOT keep the UV toolkit docked to the UV Editor. Save Preferences is not saving the dock position. Close/Open Maya and the dock is once again separated.

Lindsey_Robbins
Advocate
Advocate

I believe it's a known bug that it won't stay docked. There's a 'please make UV toolkit stay docked' request in the request forum.

Anonymous
Not applicable

I finally found a way to automatically dock the UV toolkit. I start up the UV editor like this (mel script):


TextureViewWindow;

 

if (`window -ex polyTexturePlacementPanel1Window`)

workspaceControl -e -dockToControl polyTexturePlacementPanel1Window right UVToolkitDockControl;

Anonymous
Not applicable

Thanks for sharing, although @Anonymous  script solve it, but it's still in issue in 2020 version.

janerikarud
Enthusiast
Enthusiast

Did log this bug (13860360) back in 2018! 

guymils
Participant
Participant

You legend! Thanks so much for this, was going insane.

tannerellison3d
Participant
Participant

Its getting real close to 2021 and Maya still has this bug, sadly. When I load Maya 2020 and open the UV Editor, the UV toolset is undocked and floating off in space. This occurs even when I redock the toolkit, when I use the little lock for disable/enable docking, when I save preferences/shelves/everything. The only time I can keep the 2 docked upon opening Maya is if its open when I close Maya. Not a deal-breaker, but certainly a quality of life issue when you open Maya 20 times a day

 

Anonymous
Not applicable

Hi,

 

I have tried to add your code in my Maya script ,It works .But if I closed Maya ,and restart it ,the UV Toolkit still undocked.

I found that if we put the code at : C:\Users\YOURNAME\Documents\maya\2018\scripts ,you can find the" useSetup.mel" ,then we put the code in it, and save it. UV Toolkit docked to the UV Editor.

 

I hope it can help you.

 

0 Likes

mihirsbcc
Collaborator
Collaborator

Just drag it in to the right side of the UV editor. Attaching a video

UV tool kit

0 Likes

mihirsbcc
Collaborator
Collaborator

If he has locked the UI..little clock in the right.... will not dock

nikysya27
Community Visitor
Community Visitor

Hi, thanx for your solve, but I don't know how to work with scripts. Can you help me please?

0 Likes

MySG3d
Explorer
Explorer
Ho thx !!!
0 Likes