There may be some problem in your openGL loader. How are your loading it???
This is how i did my uv export. Assuming that pMesh is a pointer to a mesh/poly object for i=1 to pMesh.numfaces do ( local tIndices = (getTVFace…
countag: yes i thought to that too but i dont know how to get the wirecolor i know to set wirecolor but to get >< there is no command like : …
Do u mean the current viewport color, if so use wirecolor property. Thanks Mobeen
From what u have mentioned here, you will need to assign an expression controller on the plane’s scale property. Do this, Go to graph editors >>…
solar_system2006: i tried it and it is workin!! one more question, how can I make the animation continuous in a smooth motion. im rotating 2 sphere…
Bobo is absolutely right try it out yourself do this. Create two boxes select both and press animate move to the last frame and change the position o…
I think there are two cases here If you want to select multiple meshes in the same scene. use select $mesh* if you are sure that the mesh names s…
no it does not work b/c the dummy object does not have any vertices and the worldspacepath deform modifies vertices. I got this answer from the discre…
Hello there, Just make sure that the property you are looking for is read/write. Moreover see if there are any set* functions for the AEC object in th…
The only problem that i see is here $.height = spn3.value This statement will work on the first selected item. you are running the for loop correct…
You can disable the second button and enable it as soon as the user gives the first point. For example youo create the ui like this button b1 “Firs…
Thanx Bobo for the info Mobeen
Thanx Georg I did per frame snapshot and it worked. Although this is a workaround but why doesn’t it work out without the snapshot??? Mobeen