Hi. If you haven’t found a solution, did you try using bitmaptexture() or bitmaptex() instead of bitmap manager. It is the bitmap texture any materia…
Hi. I’m new to python, so I hope this helps with your problem. As far as I know python does not get windows paths with “\” separation between directo…
You’re welcome…
I used to use bitmap sequence as texture. That is: Create an image sequence from your video.(smaller the image dimension the better) Create a .waw fil…
Ok. Now I get it. If you are interested I can provide a workaround without using script.
Why don’t you use RAM player?
when I try to login from forum a red bar appears on top right which says “Click to close”. when I try to login from cgsociety main pagesame red bar s…
Th login issue is now like: I have to reset password to login whenever I have to login to site.
Try this instead Rollout test_rollout “testMe” width:200 height:25 ( button test “123” ) CreateDialog test_rollout cui.RegisterDialogBar test_rollo…
momo2012: a project need dock script to top of screen,all versions are OK except 3ds max 2018+,I have already known this issue,but don Hi momo20…
I have login isssues. ı can not login from forums. I have to login from cgsociety main site…
My msitake, should have been more clear… that <rollout _or_uıtility> is the name of your rollout. your code should be something like try (Destr…
free your array like yourArray=#() with on <rollout_or_utility> close do <expr>
By the way do you want to keep the array or delete it? I don’t think it wil keep local variables afer you close the rollout. Try to declare your array…