Tips,PySide,PySide2

Thumbnail of post image 198

こちらはMaya Advent Calendar 2018 12月20日の記事です。

時々QLineEditなどを使用する際に ...

Tips,Python,Maya

Thumbnail of post image 188

Mel to Py Converter SerpensをGumroadで公開しました
gumroadで$2から購入できます(気が向 ...

Tips,PySide,PySide2

Thumbnail of post image 189

PySideで開発する際QtDesignerを使う方も多くおられるかと思います

QtDesignerで.uiを作り、コマンドプ ...

QSS,StyleSheet,Tips

Thumbnail of post image 144
現在記事の修正中です

こんにちはMayaPython Advent Calendar 2017の15日目の記事です
全記事一覧です ...

QSS,StyleSheet,Tutorial

Thumbnail of post image 168

こんにちはMayaPython Advent Calendar 2017の7日目の記事です
全記事一覧です

【Maya ...

QSS,Tips,StyleSheet

Thumbnail of post image 007

こんにちは
MayaPython Advent Calendar 2017の2日目の記事です。
全記事一覧です ...

QSS,Tips,StyleSheet

Thumbnail of post image 113

ある程度PySideに慣れてくるとちょっとアクセントとしてカラーを入れたり
ということをしていくと思います。
単色は簡単に ...

Tips,PySide,PySide2

Thumbnail of post image 159

Qtにはデフォルトで組み込まれているイベント処理がいくつかあります。
今回はそのイベント処理をとにかく入れたコードを作りました。 ...

PySide,PySide2,Python

Thumbnail of post image 031

MayaQWidgetBaseMixinを使用するとsetWindowFlagsが全く反映されないという問題があるみたいで調べて

Tips,Python,mel

Thumbnail of post image 068

pymelを見ていたら少し面白いものを見つけたので紹介
py2melProcというものです。
簡単に紹介するとPython ...

Tips,PySide,PySide2

Thumbnail of post image 138

Twitterでラベルに影を付けるのは需要があるのかとつぶやいたところ意外と需要があるみたいで今回はラベルに影を付ける方法を書いていきます ...

Tips,PySide,PySide2

Thumbnail of post image 125

Qtにはデフォルトで組み込まれているアイコンがいくつかあります。
QStyleのstandardIconやstandardPixm ...

Tips,Maya

Thumbnail of post image 147

今回は自分がよく使用するショートカットの紹介をしたいと思います
モデリングの作業をする際UVを保持したままモデルをいじりたいときっ ...

Tips,PySide,PySide2

Thumbnail of post image 023

アニメーションフレームワークとはQObjetのプロパティを動的に変更することによって,ウィジェットやグラフィックスビューのアイテムやQOb ...

OpenMaya,Plug-in,Tutorial

Thumbnail of post image 190

Maya C++の始め方(maya2017 update4) 2017/07/03現在
Visual Stadio Express ...

Tips,PySide,PySide2

Thumbnail of post image 084

setWindowFlagsメソッドの引数かコンストラクタの引数にWindow Flagsをセットすることで設定できます。
set ...