Forum: Python Jun 3rd, 2009 |
| Replies: 0 Views: 191 Hi,
1) I need to copy images from local to central thru a 3d appl. In doing so i m using threads to ensure that maya does not freeze. Now the case is for each image that is copied there is... |
Forum: C++ Dec 16th, 2008 |
| Replies: 1 Views: 309 Hi,
I have a question for you, if you would be kind to answer it though i have asked it here. Hey, i had your email id.
1) To apply gravity on an object, do I need to make a rigid... |
Forum: Network Security Nov 28th, 2008 |
| Replies: 0 Views: 495 Hi,
I have wampserver loaded on one pc. users A, B, C
have same login privilege. User A created tables in the
database. User A can add data to a table using mysql
commands like... |
Forum: Python Oct 14th, 2008 |
| Replies: 2 Views: 1,290 Hi,
Is it possible to change a folder permission using python.
Brgds,
kNish |
Forum: Python Sep 27th, 2008 |
| Replies: 3 Views: 720 Hi,
I have written 2 procedures. how best may i put it in class, def form. if i do not have procedures within a class, is it possible to call them where and as they are. Is this the best way... |
Forum: Python Sep 24th, 2008 |
| Replies: 4 Views: 791 Hi,
thank you for that thought. It worked. It had this change in it.
x = [f for f in glob.glob('e:\\test\\*.*') if '_ab' not in f]
print len(x)
x = [f for f in... |
Forum: Python Sep 23rd, 2008 |
| Replies: 4 Views: 791 i am using glob.glob('') function to get a list of all files from a folder. I need to get only those names which do not contain '_ab' in it. How is it possible. I understand the need for regular... |
Forum: Python Jul 30th, 2008 |
| Replies: 1 Views: 822 Hi,
I am using the following code to send mail from a open window in maya application. This gives me following error. I think it says that A2 is not created. What is a possible way to have... |
Forum: Python Jun 11th, 2008 |
| Replies: 0 Views: 550 Hi,
1) how do I source a python script thru MEL.
2) Execute a python script thru MEL
(python("")
Brgds, |
Forum: C++ May 9th, 2008 |
| Replies: 1 Views: 442 Hi,
Is it possible to thicken the film gate that appears when the option is put on in maya.
At present the line is may be 1 mm thick. I need that it becomes 20 mm thick. How may I use... |
Forum: Python Apr 18th, 2008 |
| Replies: 1 Views: 479 Hi,
scheduler.py has a function weekdaytask. It needs five parameters as stated in the scheduler.py. weekdays and timeonday I figured out. You tell me what is name and action,... |
Forum: Python Mar 24th, 2008 |
| Replies: 0 Views: 605 Hi,
The following works.
import maya.cmds as cmds
def importImage( fileName, fileType):
cmds.file( fileName, i=True );
return 1 |
Forum: Python Feb 28th, 2008 |
| Replies: 2 Views: 1,388 Hi,
#!/usr/bin/python
# panels.py
import wx
class Panels(wx.Frame): |
Forum: Python Jan 30th, 2008 |
| Replies: 3 Views: 1,448 what credentials problem can there be..may I know
This I need to ask for I have the same issue since the server harddisk crashed.
What backup method do u suggested
knish |
Forum: Python Jan 4th, 2008 |
| Replies: 1 Views: 2,304 Hi,
I have two py programs. both have while 1: loops. Lets say File A has one while 1: loop and File B has another while 1: loop. File A has a break statement. File B has no break... |
Forum: PHP Nov 8th, 2007 |
| Replies: 5 Views: 2,152 Hi,
I am a newbie to PHP. what is the way to hold the selected value from the list. How does the return statement work in this context.
Brgds,
kNish
function... |
Forum: MySQL Oct 25th, 2007 |
| Replies: 0 Views: 906 Hi,
After trouble shooting error 10061, 1130, 1045 and 1044. Finally, the following code works in a python shell.
import MySQLdb
import MySQLdb.cursors
conn =... |
Forum: Python Oct 24th, 2007 |
| Replies: 3 Views: 1,448 Hi,
While connecting to a host computer to access its records from another computer using python. I am getting an error
OperationalError: (1130, "Host '2k.vfx.net' is not allowed to... |