Results 1 to 5 of 5

Thread: Python and PyQt in 3dsMax

  1. #1
    Join Date
    Jan 2010
    Posts
    59

    Python and PyQt in 3dsMax

    Hello, there had been plugin developed which is exposing Python functionality to Maxscript. Then due to the some of the other problem python had been used in place of the Maxscript. And also the Python and PyQt is used to develop tools. If you are having any idea for that, then give that to me. I want to know that in detail.

  2. #2
    Join Date
    May 2008
    Posts
    4,831

    Re: Python and PyQt in 3dsMax

    Hello, I am not able to understand the exact question behind your problem. I didn't able to understand the reason for your problem. I don't able to get what you want to ask. So, if you are having any problem then give that details to me. So, I will able to give you solution for your problem. I am not able to understand what is your problem.

  3. #3
    Join Date
    Apr 2008
    Posts
    4,088

    Re: Python and PyQt in 3dsMax

    Hello, if you are having any problem then you must need to make use of the new plugin installation and script for your 3ds Max 2009 directory. After that it is necessary to make use of the registering of the C:\Program Files\Autodesk\3ds Max 2009\plugin.ini file. So, if you want to solve your ini file problem then you have to add the file details to your folder. Simply add the line below to your file:
    blur=C:\Program Files\Autodesk\3ds Max 2009\plugins\blur

  4. #4
    Join Date
    Apr 2008
    Posts
    2,139

    Re: Python and PyQt in 3dsMax

    I have ported small script to check the Py3dsMax. But, while using that I am getting the problem due to the addKnot function as it required to have the maxscript enums as parameters:

    MAXScript
    Code:
    addKnot shape splIdx #smooth #curve point
    Python
    Code:
    mxsCommand = "addKnot $%s %s #smooth #curve [%s,%s,%s]" % (shape.name, splIdx, point.a, point.b, point.c)
    mxs.execute(mxsCommand)

  5. #5
    Join Date
    Jan 2008
    Posts
    3,755

    Re: Python and PyQt in 3dsMax

    Hello, there had been plugin developed which is exposing Python functionality to Maxscript. Then due to the some of the other problem python had been used in place of the Maxscript. And also the Python and PyQt is used to develop tools. If you are having any idea for that, then give that to me. I want to know that in detail.
    I am not able to understand the exact problem which you are facing. Explain it in detail, so I will able to fix your problem. So, explain it more.

Similar Threads

  1. Facial Rigging Tool For 3dsmax
    By Measurer in forum Windows Software
    Replies: 4
    Last Post: 14-05-2010, 06:37 AM
  2. Python bug
    By Kingfisher in forum Windows Software
    Replies: 5
    Last Post: 15-12-2009, 11:08 AM
  3. What is python 2.2.X , Do i need it
    By TAARIQ in forum Software Development
    Replies: 3
    Last Post: 11-07-2009, 12:00 PM
  4. Download Python 3.0 / Python 3000
    By Amaresh in forum Software Development
    Replies: 6
    Last Post: 24-02-2009, 09:28 AM
  5. Python...
    By Brake Fail in forum Software Development
    Replies: 3
    Last Post: 26-11-2008, 04:47 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,617,192.37819 seconds with 17 queries