Home Code
Code
Cancel

Code

Pyside 対 PySide2

1. PySide vs PySide2 PySide Python 2.7-2.8をサポート Qt4までサポート PySide2: Python 3.7-3.10をサポート Qt5に対応 PySide2 (Qt for Python) と PyQt5 の違い: ライセンスの違い Qt for PythonはQtのPythonバインディングを提供...

Pyside vs PySide2

1. PySide vs PySide2 PySide: Supports Python 2.7-2.8 Supports up to Qt4 PySide2: Supports Python 3.7-3.10 Supports Qt5 Different between PySide2 (Qt for Python) & PyQt5: Li...

初心者向け - C++へ入門

1. 概要 C++は、70年代後半に作られた汎用的な静的型付けオブジェクト指向言語である。 C言語の拡張として作られた。 C++はすべてコンパイラを利用する必要があり、ユーザーがメモリとガベージコレクションを管理する必要がある。 宣言を管理するためにヘッダーファイルまたは.hファイルの概念を使用する。 ヘッダーファイルは、例えば関数で使用したい変数やプロパティを宣言す...

Introduction to C++

Process 1. Overview C++ is a general purpose, statically-typed, object-oriented language built in the late 70’s. Built as an extension of the C language. All C++ must utilize a compiler as...

TKinterとPythonによるフォルダ構造の自動化

私は、さまざまなアプリケーションや分野に基づいてフォルダ構造を整理するのが好きです。プロジェクト構造がどのようなものかを明確に把握することで、ファイルやアセットが行方不明になることがなくなります。私はパスとディレクトリを少しいじっていて、これはPythonを使ってこれらのスキルのいくつかに少し取り組む良い機会だと思いました。このスクリプトのゴールは、必ずしも最適ではないが、素早くシンプルなも...

Maya でモジュールとパッケージ スクリプトをインポートする

外部スクリプトをインポートして実行することは、スクリプトをポータブルにするための重要な要素です。スクリプトを別々のファイルに分割することは、大きなコードの塊や機能を小さく分割する便利な方法です。作成された別々の Python ファイルはそれぞれモジュールであり、パッケージはモジュール/パッケージの集まりです。 Pythonパッケージの考え方は次のようなものです: /bin main.py...

Automated Folder Structure with TKinter & Python

I like organizing my folder structure based on different applications & disciplines. Having a clear idea of what your a project structure looks like will ensure that files & assets don’t go...

Importing Modules & Package Scripts in Maya

Importing & running external scripts is a key component in making scripts portable. Splitting your scripts into separate files is a convenient way of breaking a part large chunks of code & ...

Shuriken Toolkit Dev Log 0.0.1

しばらくの間、私は個人的なワークフローをスピードアップする方法を探していた。ホットキーやショートカットは素晴らしいが、特定のツールが手の届くところにあれば、クリックだけで済ませたいと思うこともあるだろう。それに、素早くホットキーで操作できるツールは限られている。異なるDCC間を行き来することは、多くの異なるホットキーを呼び出さなければならないことも意味する。それは悪いことではないが、使い始め...

Shuriken Toolkit Dev Log 0.0.1

For a while, I’ve been searching for a way to speed up my own personal workflow. Hotkeys and shortcuts are great but sometimes you might want to just click away if certain tools are close enough wi...