Jump to content
Dear members and visitors, click here to subscribe for full access to community. This includes posting, plugin and asset downloads, free premium training courses and removal of Google ads. ×

Yerri

Limited Member
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Yerri

  1. Hi, Thanks for answering, I do not know how to do that, 

    It is no properly an xpresso, is the pyhton tag, I just want to write a code that open a custom url web browser, with a normal user data button, when I talk about a boolen interface it is just the eye button, for example to execute my code

  2. Hello to everyone, I have a little trouble with a code on xpresso, im newbie on this, but I made a funtional code and want to execute it but when I load it to the xpresso with script tag It just do nothing , I tried in the script tag and when I press play button, it just start to spam the message so If anyone can help me , I would be gratefull
    Also I tried to get the "reset object selection" tag user data but I can´t too , I guess it is ID 33 and I only got it becuause I switched version And finally decide to use a boolean interface

    Here is the code thanks!
    def main(): gui.MessageDialog('Rig web') if __name__=='__main__': main() import webbrowser new=2; url="rigwebURL"; webbrowser.open(url,new=new);

×
×
  • Create New...