21 February 2011

Tutorial - Python in Maya - Variables: Integer, String - PT

[EN]
In this tutorial, we will understant the concept of Variable. We will see some examples of Integer and String Variables. Just a simple declaration and utilization of a variable can help us to avoid a lot of work if we need to edit your script in the future, because instead to edit the "stamped" value each time we just need to edit one time the declared value of the variable and the code will be changed automatically.

[PT]
Nesse tutorial, nos iremos entender o conceito de Variavel. Nós veremos alguns exemplos de Variaveis Inteiro (Integer) e Texto (String). Somente uma simples declaração e utilização de uma variavel pode nos ajudar a evitar muito trabalho se nós precisarmos editar nosso script no futuro, pois ao invez de editar o valor estampado cada vez nós somente precisaremos editar uma vez o valor declarado da variavel e o codigo sera alterado automaticamente.


Tutorial - Python in Maya - Variables: Integer, String - PT from Danilo Pinheiro on Vimeo.

0 comments: