minuitdixhuit opened this issue on Jun 30, 2020 · 11 posts
minuitdixhuit posted Tue, 30 June 2020 at 8:35 AM
Hello, Does anyone know the Poser python method for setting the "hidden" parameter of an "actor" to 0 or 1? Please note!
prop Box : 1
{
name Box_1
on
bend 1
animatableOrigin 0
animatableOrientation 0
dynamicsLock 1
hidden 0 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< This one
addToMenu 1
…
I wrote a program in VBasic that allows me to modify it, but then I have to close the scene, open it with my program, modify it, save it and reload it in Poser. It would be easier with a python script.
This allows me to have a more practical vision of the awful "animation palette" to develop an animation without being hindered by the presence of the other actors.
Yours sincerely.
PS: my little program is available for those who would consider it useful.
DE
Hallo, Kennt jemand die Poser-Python-Methode, um den „hidden“ Parameter eines „actor“ auf 0 oder 1 zu setzen? Achtung!
prop Box : 1
{
name Box_1
on
bend 1
animatableOrigin 0
animatableOrientation 0
dynamicsLock 1
hidden 0 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< dieser
addToMenu 1
…
Ich habe ein Programm in VBasic geschrieben, das mir erlaubt, es zu modifizieren, aber dann muss ich die Szene schließen, diese mit meinem Programm öffnen, modifizieren, speichern und dann in Poser neu laden. Mit einem Python-Skript wäre das einfacher.
Dies ermöglicht mir eine praktischere Sicht auf die schreckliche „animation palette“, um eine Animation zu entwickeln, ohne durch die Anwesenheit der anderen Akteure behindert zu werden.
Mit freundlichen Grüßen.
PS: Mein kleines Programm steht für diejenigen zur Verfügung, die es als nützlich erachten würden.
Bonjour, Est-ce que quelqu’un connait la méthode Poser python pour mettre à 0 ou à 1 le paramètre « hidden » d’un « actor ». Attention !
prop Box : 1
{
name Box_1
on
bend 1
animatableOrigin 0
animatableOrientation 0
dynamicsLock 1
hidden 0 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< celui-là
addToMenu 1
…
J’ai écrit un programme en VBasic qui me permet de le modifier, mais il me faut alors fermer la scène, l’ouvrir avec mon programme, la modifier, l’enregistrer puis la recharger dans Poser… Ce serait plus simple avec un python script.
Ceci me permet d’avoir une vision plus pratique de l’épouvantable « animation palette » pour mettre au point une animation sans être gêné par la présence des autres acteurs. Cordialement. PS : mon petit programme est disponible pour ceux qui en verraient l’utilité.
PT
Olá, Alguém conhece o método Poser python para definir o parâmetro "escondido" de um "actor" para 0 ou 1? Atenção!
prop Box : 1
{
name Box_1
on
bend 1
animatableOrigin 0
animatableOrientation 0
dynamicsLock 1
hidden 0 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< trata-se deste
addToMenu 1
…
Escrevi um programa em VBasic que me permite modificá-lo, mas neste caso, tenho de fechar a cena, abri-la com o meu programa, modificá-la, guardá-la e seguidamente recarregá-la no Poser. Seria mais fácil com um script python.