5 threads found!
Thread | Author | Replies | Views | Last Reply |
---|---|---|---|---|
minuitdixhuit | 6 | 285 | ||
minuitdixhuit | 13 | 466 | ||
minuitdixhuit | 1 | 209 | ||
minuitdixhuit | 10 | 343 | ||
minuitdixhuit | 4 | 157 |
7 comments found!
Thread: Help about Keys in PZ3 files | Forum: Poser Python Scripting
Thread: Help about Keys in PZ3 files | Forum: Poser Python Scripting
Muito obrigado senhor 3Dcheapskate !!!! Please, what is this book with explanations ? I have not.
Miguel
Thread: Help about Keys in PZ3 files | Forum: Poser Python Scripting
Thread: Hidden an actor | Forum: Poser Python Scripting
############################## import poser
def HIDDEN(): scene = poser.Scene() hipactor = scene.Actor("Hip")
hipactor.SetOnOff(0)
#hipactor.SetVisible(1)
#hipactor.SetHidden(1)
#MAIN PROGRAMME
HIDDEN() #############################
Hello, Unfortunately, these hints are not the right ones. I'm looking for an "Actor Method". I'm not looking for a "Figure Method" nor a "Parameter Method".
SetOnOff() and SetVisible() seem to give the same result: the "physical" visibility of the actor on the scene. hipactor.SetHidden(1) returns an error message: "AttributeError: 'Actor' object has no attribute 'SetHidden'".
I'm trying to remove the actor's name from the list of actors present in the "Animate Palette". I know how to do it by directly modifying the .CR2 or .PZ3 file with a text editor or a VBasic program. My problem is that I don't know how to do it with a python script.
Best regards
Hallo, Leider sind diese Hinweise nicht die richtigen. Ich suche nach einer „Actor Method“. Ich suche nicht nach einer „Figure Method“ oder einer „Parameter Method“.
SetOnOff() und SetVisible() scheinen zum gleichen Ergebnis zu führen: die „physische“ Sichtbarkeit des Actors auf der Szene. hipactor.SetHidden(1) gibt eine Fehlermeldung zurück: „AttributeErro: 'Actor' object has no attribute 'SetHidden' “ Ich versuche, den Namen des Actors aus der Liste der in der „Animate Palette" anwesenden Actors zu entfernen. Ich weiß, wie man das macht, indem man die .CR2 oder .PZ3-Datei direkt mit einem Texteditor oder einem VBasic-Programm modifiziert. Mein Problem ist, dass ich nicht weiß, wie ich es mit einem Python-Skript machen kann.
Mit freundlichen Grüßen
Bonjour, Malheureusement, ces pistes ne sont pas les bonnes. Je cherche une «Actor Method». Je ne cherche pas une «Figure Method» ni une «Parameter Method».
SetOnOff() et SetVisible() semblent donner le même résultat : la visibilité «physique» de l’acteur sur la scène. hipactor.SetHidden(1) retourne un message d’erreur : «AttributeError: 'Actor' object has no attribute 'SetHidden'»
Je cherche à supprimer le nom de l’acteur de la liste des acteurs présents dans la «Animate Palette». Je sais le faire en modifiant directement le fichier .CR2 ou .PZ3 avec un éditeur de texte ou un programme en VBasic. Mon problème est que je ne sais pas le faire avec un script python.
Cordialement.
Olá, Infelizmente, estas pistas não são as correctas. Estou à procura de um "Actor Method". Não estou à procura de um "Figure Method" nem de um "Parameter Method".
SetOnOff() e SetVisible() parecem dar o mesmo resultado: a visibilidade "física" do actor no palco. hipactor.SetHidden(1) devolve uma mensagem de erro : «AttributeError: 'Actor' object has no attribute 'SetHidden'».
Procuro suprimir o nome do actor da lista de actores presentes na "Animate Palette". Sei como fazê-lo ao modificar directamente o ficheiro .CR2 ou .PZ3 com um editor de texto ou um programa em VBasic. O meu problema é que não sei como fazê-lo com um python script.
Com os melhores cumprimentos
Thread: Hidden an actor | Forum: Poser Python Scripting
Sorry if I didn't make myself clear. Maybe my English is bad. I prefer Portuguese, German or French... "Setvisible" is not suitable. This "method" makes an actor physically visible or invisible (on/off in the PZ3 file). As described in the previous message, I want to set the "hidden" parameter of the actor to 0 so that it is no longer in the "Animation palette" list and thus make it easier to work with. I know how to do it in a PZ3 file with a VBasic program, but I can't do it with a python script because I couldn't find the corresponding instruction in the manual. Best regards
Entschuldigung, wenn ich mich nicht klar ausgedrückt habe. Vielleicht ist mein Englisch schlecht. Ich bevorzuge Portugiesisch, Deutsch oder Französisch... „Setvisible“ ist nicht geeignet. Diese „Method“ macht einen „Actor“ physisch sichtbar oder unsichtbar (on/off in der PZ3-Datei). Wie in der vorhergehenden Nachricht beschrieben, möchte ich den Parameter „hidden“ des Akteurs auf 0 setzen, damit er nicht mehr in der Liste „Animation palette“ erscheint und diese somit einfacher zu verarbeiten zu machen. Ich weiß, wie man es in einer PZ3-Datei mit einem VBasic-Programm macht, aber ich weiß nicht, wie man es mit einem Python-Skript macht, weil ich die entsprechende Anleitung im Handbuch nicht finden konnte. Mit freundlichen Grüßen
Désolé si je n’ai pas éte clair. Peut-être mon Anglais est-il mauvais. Je préfère le Portugais, l’Allemand ou le Français… «Setvisible» ne convient pas. Cette « method » rend visible ou invisible physiquement un acteur. (on/off dans le fichier PZ3) Je veux mettre le paramètre «hidden» de l’acteur comme décrit dans le précédent message à la valeur 0 de manière à ce qu’il ne figure plus dans la liste de «Animation Palette» et ainsi la rendre plus facile à travailler. Je sais le faire dans un fichier PZ3 avec un programme en VBasic, mais je ne sais pas le faire avec un script python car je n’ai pas trouvé l’instruction correspondante dans le manuel. Cordialement
Desculpe se não me fiz entender. Talvez o meu inglês seja mau. Prefiro o português, o alemão ou o francês... "Setvisible" não convém. Este "method" torna um actor fisicamente visível ou invisível (on/off no ficheiro PZ3). Conforme descrito na mensagem anterior, quero definir o parâmetro "hidden" do actor para valor 0, de maneira a que deixe de constar na lista "Animation palette" para torná-la mais fácil de trabalhar. Sei como fazê-lo num ficheiro PZ3 com um programa VBasic, mas não sei fazê-lo com um script python porque não consegui encontrar a instrução correspondente no manual. Com os melhores cumprimentos
Thread: MovieMaker Methods | Forum: Poser Python Scripting
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
Thread: Name of the file PZ3 | Forum: Poser Python Scripting