Metasequoia BBS

| New message | Normal | Tree |
Status
Tag
Keyword
[3718] UV関連のpythonでエラー / KS
Done [Bug report] Response
ver3.1.5

pythonで以下の3つの関数を実行するとエラーになります。
addSelectUVVertex
deleteSelectUVVertex
isSelectUVVertex

適当なobjectを表示して以下のコードで試しました。
doc = MQSystem.getDocument()

curidx = doc.currentObjectIndex
if curidx != -1:
    obj = doc.object[curidx]
    if not (obj is None):
        fcount = obj.numFace
        for i in xrange(fcount):
            doc.addSelectUVVertex(curidx, i, 0)
            #doc.deleteSelectUVVertex(curidx, i, 0)
            #tt = doc.isSelectUVVertex(curidx, i, 0)

UV操作というメジャーな処理にもかかわらず検索しても不具合報告が見つからず、どこかミスをしてるのかもと疑ったのですが、コードを色々変えてもエラーなので書き込ませていただきました。
2013-10-26 16:14

Show the middle 1 messages.

[3747] Re: UV関連のpythonでエラー / Administrator
4.0.2でUV選択周りの動作を修正しました。
3.1系も今後のアップデートで修正を予定しています。
2013-11-05 17:22
Title
Name
Mail address for renponse notification A mail will be sent when the response is written. This address will be not shown after you post.
Tag Please select from a preset or input arbitrary comma-delimited tags.
Message

Now file attachment is not available temporarily.