Skip to content

Commit efcfaeb

Browse files
committedNov 4, 2022
Add example scripts section to developer tips
Issue: #12
1 parent 5a0753a commit efcfaeb

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
 

‎README.md

+10
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ This document should not be a duplication of the existing documentation but rath
5151
- [Copy Data Path](#copy-data-path)
5252
- [Code Editor](#code-editor)
5353
- [Outliner](#outliner-data-api-view)
54+
- [Example Scripts](#example-scripts)
5455
- [Community](#community)
5556
- [How to Contribute](#how-to-contribute)
5657

@@ -1322,6 +1323,15 @@ The **Data API** view of the Blender Outliner provides exactly that. It's super
13221323

13231324
<img src="./res/images/blender_outliner_data_api.jpg" style="width:400px;"/>
13241325

1326+
1327+
#### **Example Scripts**
1328+
1329+
Blender already ships with a bunch of example python scripts. You can find them in the text editor under the "Templates" menu.
1330+
1331+
<img src="./res/images/script_editor_examples.jpg" style="width:400px;"/>
1332+
1333+
Very useful to look up certain topics or to build up on.
1334+
13251335
## **Community**
13261336

13271337
Blender has a huge community and you can find help in a lot of places. The most important pages are:

‎res/images/script_editor_examples.jpg

97.2 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.