Skip to content

Commit 759568d

Browse files
authored
Create README.md
1 parent 0172543 commit 759568d

File tree

1 file changed

+129
-0
lines changed

1 file changed

+129
-0
lines changed

README.md

+129
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
## All of these scripts can be run by going to View → Open View Pane → "Python Scripts" and then select the script and click execute (or double click the script). Some scripts may have dedicated toolbars which you can find by right clicking on the toolbar and Choosing the appropriate toolbar as documented below
2+
3+
* * *
4+
5+
# CaptureMovie Toolbar
6+
7+
![](https://csprance.com/shots/2018-11-07_6231ae5d-8679-4a6a-8491-e333f588f905.png)
8+
9+
## Setup Movie
10+
11+
Asks the user a series of questions that configure some options for capturing a video in the editor. Opens the outputfolder so you can watch the frames as they come in
12+
13+
## Start Recording
14+
15+
Starts capturing frames and plays a trackview at the same time
16+
17+
## Stop Recording
18+
19+
Stops an playing trackview and stops any capturing of frames
20+
21+
* * *
22+
23+
# <u>[Creating Item Icons](#)</u>  - Icon Toolbar
24+
25+
Guide on how to create icons for item files available by clicking link above
26+
27+
* * *
28+
29+
# distribute_objects.py - Distribute Toolbar
30+
31+
With one or m ore brushes selected choose a plane to distribute the objects randomly along that plane. 
32+
33+
![](https://csprance.com/shots/2018-10-03_f68e2aad-47d2-4f69-94d6-8d0b9436cd7b.gif)
34+
35+
* * *
36+
37+
# simulatebrush.py - Transformation Toolbar
38+
39+
With a single brush selected run the script to convert it to a rigid body, and simulate the rigid body.
40+
41+
After the simulation run the script again to convert it back to a brush
42+
43+
![](https://csprance.com/shots/2018-06-12_cc4e70bb-c798-4136-a9e0-5b2cf9b32320.gif)
44+
45+
* * *
46+
47+
## rotate_randomly.py - Transformation Toolbar
48+
49+
Randomly rotate all selected items.
50+
51+
![](https://csprance.com/shots/2018-06-11_5dd5fe6c-20ed-482c-ba4a-01845ee8b63a.gif)
52+
53+
* * *
54+
55+
## unrotate.py  - Transformation Toolbar
56+
57+
Set the rotation to (0,0,0) on all selected objects
58+
59+
![](https://csprance.com/shots/2018-06-11_29a6dcbc-12c8-4f3d-9856-cc5d2a94eff3.gif)
60+
61+
* * *
62+
63+
## align_items.py - Alignment Toolbar
64+
65+
Aligns selected objects to a specific axis
66+
67+
(Run using the buttons on the Alignment Toolbar)
68+
69+
![](https://csprance.com/shots/2018-06-12_72962f8d-de08-4e3e-a416-09742175d289.gif)
70+
71+
* * *
72+
73+
## xform_copy.py - Transformation Toolber
74+
75+
Copy a single items xforms to be used elsewhere
76+
77+
(Run using the Copy Xforms button on the Transformation Toolbar)
78+
79+
![](https://csprance.com/shots/2018-06-12_ad593b1a-b400-4486-aa66-6f4aaaefa974.gif)
80+
81+
* * *
82+
83+
## xform_paste.py - Transformation Toolbar
84+
85+
Pastes copied xforms to a single selected item
86+
87+
(Run using the Paste Xforms buttons on the Transformation Toolbar)
88+
89+
![](https://csprance.com/shots/2018-06-12_ad593b1a-b400-4486-aa66-6f4aaaefa974.gif)
90+
91+
* * *
92+
93+
## grabentities.py - EiTools Toolbar
94+
95+
Add one or more entities to the level by xml file
96+
97+
![](https://csprance.com/shots/2018-06-12_1f57b8ce-7c60-4672-b3bb-f22818b7f626.gif)
98+
99+
* * *
100+
101+
## grab_cgfs_from_folder.py - EiTools Toolbar
102+
103+
Add one or more cgf files to the level by cgf file
104+
105+
![](https://csprance.com/shots/2018-06-12_30d3c184-ecee-42c6-8c1d-fb32437011b8.gif)
106+
107+
* * *
108+
109+
## kill_editor.py - EiTools Toolbar
110+
111+
Instantly kill the editor
112+
113+
![](https://csprance.com/shots/2018-06-12_178e5660-ff65-41c2-b7c5-ac365152d0ff.gif)
114+
115+
* * *
116+
117+
## open_in_expolrer.py - EiTools Toolbar
118+
119+
View the currently selected brush's cgf in windows explorer
120+
121+
![](https://csprance.com/shots/2018-06-12_697c2772-ffd8-40c1-9cbd-bc082e551577.gif)
122+
123+
* * *
124+
125+
## take_screenshot.py - EiTools Toolbar
126+
127+
Take a screenshot and open the screenshots folder
128+
129+
![](https://csprance.com/shots/2018-06-12_4f543d7b-2321-4ad8-9fff-0aa2788672ba.gif)

0 commit comments

Comments
 (0)