Scripts
A collection of useful scripts
and functions written in the object orientated programming language, Python.
To submit content, and to report Broken Links, Please use the Contact Us Page.
Note: To download scripts, right click on the
download link and click "Save target as..." or "Save link as...".
Banana.py¶
Sunjay Varma
View Syntax Highlighted Script View
Download Script
Description:
An all purpose programming library that is built to assist Blender users in making games. It
contains a variety of Functions.
Recent Updates:
- Many, many updates and optimizations!
- String functions found.
- Script view has not been updated yet!
- Tons of functions all organized into categories.
-
- Tons of file functions added!
-
- Copy
- Delete
- Delete Directory
- Popup box functions added. Functions that make Tkinter generated boxes.
-
- Confirm Box
- Alert Box
- Prompt Box
- File Manager
- Folder Manager
- Check out the blog post!
|
LineNumConverter.py¶
Sunjay Varma
View Syntax Highlighted Script View
Download Script
Description:
A module that contains functions to add & remove line
numbers from a text file.
Recent Updates:
- API Documentation
- Script added to site.
- Bugs fixed.
- Programmed to work when launched directly as well as from IDLE
- Now has a width value that you can use to decide the maximum amount of zeros before a
line.
- Error Proofed. (The only errors will be the ones you make.)
|
LineNum.py¶
Sunjay Varma
No Script View Available
Download Script
Description:
A small simple module that adds line numbers to a .txt file. LineNum.py was used to generate all
the line numbers in the Banana.py Script View.
Recent Updates:
- Script added to site.
- Bugs fixed.
- Now has a width value that you can use to decide the maximum amount of zeros before a
line.
|
The Sensor-To-Actuator library
View Script
Download Script
Description:
This module provides functions to transfer parameters from sensors to actuators, set position or
align to a vector.
Recent Updates:
|
|