Extensions:RO/2.6/Py/Scripts
目次
- 1 Catalogul cu programe Blender
- 1.1 Vederea 3D Programe
- 1.2 Adaugare Curba Programe
- 1.3 Add Mesh Programe
- 1.4 Animatie Programe
- 1.5 Compositing Programe
- 1.6 Programare Programe
- 1.7 Game Engine Programe
- 1.8 Import-Export Programe
- 1.9 Material Scripts
- 1.10 Mesh Scripts
- 1.11 Nodes Scripts
- 1.12 Object Scripts
- 1.13 Paint Scripts
- 1.14 Render Scripts
- 1.15 Rigging Scripts
- 1.16 Text Editor Scripts
- 1.17 Theme Presets Scripts
- 1.18 Sequencer Scripts
- 1.19 System Scripts
- 1.20 UV Scripts
- 2 Naming convention
Catalogul cu programe Blender
- Utilizatori
- vedeti conventia numelor mai jos
- Programatori
- cititi etapele de dezvoltare a suplimentelor aici.
- pentru informatii referitoare la dezvoltarea programelor, cititi aici
- daca doriti sa actualizati suplimentul dupa ce a fost modificat in Blender Python API, cititi aici.
- Pachete cu programe
Vederea 3D ProgramePrograme care extind vederea 3D cu ajutorul Python | ||
Vederea 3D: Release
3D Navigation |
Vederea 3D: Contrib
Instrumente de aliniere |
Vederea 3D: External
Vederi retinute |
Adaugare Curba ProgramePrograme care creaza curbe sau instrumente pentru curbe cu Python | ||
Adaugare Curba: Release
Obiecte Curve Extra |
Adaugare Curba: Contrib
|
Adaugare Curba: External
pending... |
Add Mesh ProgramePrograme care creeaza geometrie sau obiecte 3D cu Python | ||
Add Mesh: Release
Teren - ANT Landscape |
Add Mesh: Contrib
Archimedean Solids |
Add Mesh: External
Edit Object Parameters |
Animatie ProgramePrograme care creaza instrumente Ipo sau Animation cu Python | ||
Animatie: Release
AnimAll |
Animatie: Contrib
|
Animatie: External
|
Compositing ProgrameAici gasiti programe folosite la Compositing | ||
Compositing: Release
|
Compositing: Contrib
pending... |
Compositing: External
|
Programare ProgramePrograme folositoare pentru realizarea de noi programe | ||
Programare: Release
|
Programare: Contrib
pending... |
Programare: External
|
Game Engine ProgramePrograme pentru jocuri - Game engine. | ||
Game Engine: Release
|
Game Engine: Contrib
Blender Ragdoll Implementation Kit |
Game Engine: External
|
Material ScriptsScripts related to materials. | ||
Material: Release
pending... |
Material: Contrib
|
Material: External
pending... |
Mesh ScriptsScripts that edit mesh or mesh tools with Python | ||
Mesh: Release
|
Mesh: Contrib
Bridge |
Mesh: External
Select non-manifold edges |
Nodes ScriptsGeneric node scripts (not specific to materials or compositing) | ||
Nodes: Release
|
Nodes: Contrib
pending... |
Nodes: External
|
Object ScriptsScripts that are object helpers or object tools with Python | ||
Object: Release
Add Chain |
Object: Contrib
Add Objects Panel |
Object: External
|
Paint ScriptsHere you will find scripts related to Rendering a Scene. | ||
Paint: Release
|
Paint: Contrib
|
Paint: External
pending... |
Render ScriptsHere you will find scripts related to Rendering a Scene. | ||
Render: Release
Povray Render |
Render: Contrib
|
Render: External
BFFMTR Large Format Picture Pipeline |
Rigging ScriptsScripts to work on Armatures | ||
Rigging: Release
|
Rigging: Contrib
pending... |
Rigging: External
|
Text Editor ScriptsScripts that edit text or provide text functions and tools | ||
Text Editor: Release
pending... |
Text Editor: Contrib
|
Text Editor: External
pending... |
Theme Presets Scriptsuser customized Interface Themes | ||
Theme Presets: Release Default Addons pending... |
Theme Presets: Contrib
pending... |
Theme Presets: External
pending... |
Sequencer ScriptsHere you will find scripts related to editing sequences. | ||
Sequencer: Release
pending... |
Sequencer: Contrib
|
Sequencer: External
|
System ScriptsScripts useful system wide | ||
System: Release
|
System: Contrib
Theme manager |
System: External
|
UV ScriptsHere you will find scripts related to UV editing. | ||
UV: Release
|
UV: Contrib
pending... |
UV: External
|
Naming convention
A script can be:
Release | Developed on Blender Foundation's servers and included in the official Blender distribution (see bf-extensions) |
Contrib | Developed on Blender Foundation's servers, but distributed in a separate repository (mainly because not useful to everyone and/or because it might be unstable), and not included in the official Blender distribution (see bf-extensions) |
External |
Two cases:
Note: if a script is "External", use it at your own risk. |