Jump to content

Search the Community

Showing results for tags 'uppercase'.

  • Search By Tags

    • uppercase ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 1 result

  1. Hello, I want to convert node's name to uppercase with On Name Changed event. So I tried this code node = kwargs["node"] name = node.name() node.setName(name.upper(), True) But if I try to rename the node, I get error Unknown error when generating backtrace. And the name is conv...
×
×
  • Create New...