From BlenderWiki
BlenderWikiから

Jump to:
以下のことのためにジャンプする。
navigation
ナビゲーション
,
search
検索
This page documents Blender 2.5 features, if you're looking for Blender 2.4x doc please read Doc:Manual or Doc:Tutorials .
このページはBlender2.5の特徴をドキュメント化したものです。Blender2.4xのドキュメントをお探しならば、Doc:ManualかDoc:Tutorialsを読んでください。


[ edit ] Blender 2.5 Python 3.1 Manual
Blender2.5ニシキヘビ3.1マニュアル

[ edit ] Introduction
はじめに

Welcome to the Blender 2.5/6 Python Manual.
Blender2.5/6ニシキヘビ・マニュアルへようこそ。


Python www.Python.org is an interpreted, interactive, object-oriented programming language.
パイソンwww.Python.orgは解釈されて、対話的なオブジェクト指向プログラミング言語である。
It incorporates modules, exceptions, dynamic typing, very high level dynamic data types, and classes.
それはモジュール、例外、ダイナミックなタイプ、非常に高い平らなダイナミックなデータ型、およびクラスを取り入れる。
Python combines remarkable power with very clear syntax.
パイソンは非常に明確な構文に顕著なパワーを結合する。

Python scripts are a powerful and versatile way to extend Blender functionality.
ニシキヘビ・スクリプトは、Blenderの機能性を広げる強力で多能な方法である。
Most areas of Blender can be scripted, including:
Blenderのほとんどの領域に原稿を書くことができる、以下を含んでいる。
Animation, Rendering, Import & Export, Object Creation & the scripting of repetitive tasks.
繰り返し作業のアニメーション、Rendering、Import&Export、Object Creation、および原稿を書くこと。


To interact with Blender, scripts can make use of the tightly integrated API (Application Programming Interface).
Blenderと対話するために、スクリプトはしっかり統合しているAPI(アプリケーションProgramming Interface)を利用できる。
It is still under development, but is already stable enough to start using with only minor changes to be made until the first stable release of blender 2.5.
それは、まだ開発中であるが、既にBlender2.5の最初の安定したリリースまで作られているマイナーチェンジだけと共に使用し始めるほど安定している。

[ edit ] General information
一般情報

Links that are useful while writing scripts.
スクリプトを書いている間に役に立つリンク。

  • Blender Python API
    BlenderニシキヘビAPI
    • Official API documentation.
      公式のAPIドキュメンテーション。
      Use this for referencing while writing scripts.
      参照箇所にスクリプトを書いている間、これを使用する。
  • API introduction
    APIはじめに
    • A short introduction to get you started with the API.
      APIであなたを開始させる短いはじめに。
      Contains examples.
      例を含んでいる。
  • CookBook
    料理の本
    • A section of handy code snippets
      便利なコード切れ端のセクション
      (yet to be written)
      (まだ書かれている)
  • FAQ
    • Frequently asked questions and their answers
      よく出る質問と彼らの答え

Links that deal with distributing your scripts.
あなたのスクリプトを配布するとのその取引をリンクする。

[ edit ] Getting Started - Wiki tutorials
使用前に-- ウィキ・チュートリアル

The following pages are located on this wiki and take you from the basics to the more advanced concepts of Python scripting for Blender.
以下のページは、このwikiに見つけられていて、基礎から、より高度なBlenderにおける、スクリプト用のパイソンの概念まであなたをお連れする。

[ edit ] Getting Started - External links
使用前に-- 外部のリンク

The following pages are not located on this wiki, but contain a lot of good information to start learning how to write scripts for Blender.
以下のページはこのwikiに見つけられていないが、Blenderのためにスクリプトを書く方法を学ぶ始めに多くの良い情報を含んでいる。



If you have any question about this page topics, please leave a message in the discussion page .
何かこのページ話題に関する質問がありましたら議論ページのメッセージを残す。

Please report any problems editing or creating these pages:
これらのページを編集するか、または作成することにおけるどんな問題も報告する:
Missing images in this page
このページのなくなったイメージ
,
Broken links in this page .
このページのリンク切れ。
Thanks!
ありがとうございます!


Subpages

  1. Add-Ons
    付加物
  2. Console
    コンソール
  3. FAQ
  4. Geometry
    幾何学
  5. Intro to Python
    パイソンへの序奏
  6. Properties
    特性
  7. Setup
    セットアップ
  8. Text editor
    テキストエディタ

Retrieved from " http://wiki.blender.org/index.php/Doc:2.5/Manual/Extensions/Python "
" http://wiki.blender.org/index.php/Doc:2.5/Manual/Extensions/Python "から、検索される。