santicor opened this issue on Mar 02, 2021 ยท 6 posts
santicor posted Tue, 02 March 2021 at 8:49 AM
Hi i do not recall accidentally dragging my joint editor window entirely off of my desktop screen and losing it ( I did that once with library). But with jiont editor window checkmarked - i do not see it anywhere... Is there a command somewhere to bring all windows back into default position? i have looked every where- the JE window is not docked somewhere, I think its floating somewhere off of my computer screen. ... Its not behind the main poser screen, etc.
______________________
"When you have to shoot ...
SHOOT.
Don't talk "
- Tuco
Santicor's Gallery:
http://www.renderosity.com/homepage.php?page=3&userid=580115
hborre posted Tue, 02 March 2021 at 12:21 PM
You can always go back into General Preferences and reset everything back to factory default or open and close the other windows to see where the Joint Editor is hiding. Also, all the panel behaviors are independent in each of the rooms so if you have the Joint Editor open in the Pose Room and switch to Material Room then the Joint Editor panel will be closed.
adp001 posted Tue, 02 March 2021 at 1:06 PM
Maybe this helps:
Save this into a file ("dontdrag.py" or whatever you like). From Poser Menu use "File -> Run Python Script" and point to the file you saved.
from __future__ import print_function
for p in poser.WxAuiManager().GetAllPanes():
p.Movable(False).Dockable(True).Dock().Floatable(False)
print("Done.")
santicor posted Tue, 02 March 2021 at 4:30 PM
RuntimeError: Bad magic number in .pyc file
______________________
"When you have to shoot ...
SHOOT.
Don't talk "
- Tuco
Santicor's Gallery:
http://www.renderosity.com/homepage.php?page=3&userid=580115
adp001 posted Tue, 02 March 2021 at 9:01 PM
Sure you run the script you just saved?
santicor posted Tue, 02 March 2021 at 9:35 PM
yes pretty sure. but anyways i started over from scratch and it worked ! thanks !
______________________
"When you have to shoot ...
SHOOT.
Don't talk "
- Tuco
Santicor's Gallery:
http://www.renderosity.com/homepage.php?page=3&userid=580115