forked from glaretechnologies/blendigo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Development Notes.txt
39 lines (26 loc) · 1.2 KB
/
Development Notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
GitHub Repository
==========================================
https://github.com/glaretechnologies/blendigo
Testing Changes
==========================================
Step 1
------------
Make changes to source code
Step 2
------------
Run a command prompt as administrator, then run
cd scripts
ruby .\copy_to_addons_dir.rb ; & "C:\Program Files\Blender Foundation\Blender\blender.exe" "C:\programming\blendigo_trunk\regression_test_suite\scenes\MotionBlur.blend"
If it's the first time you are running blendigo, you might want to enable it in "Addons":
http://www.indigorenderer.com/documentation/manual/indigo-blender/blendigo-windows-tutorial
Making the console window open by default:
Modify a blender shortcut to have -con in the command.
See http://blenderartists.org/forum/showthread.php?215033-Blender-2.57-User-preferences-and-the-console-(windows-7) for more details.
To make a new release
===========================================
cd scripts
python make_release.py USERNAME
Allowing exceptions to fall through and show a stack trace
===========================================
Change here:
C:\programming\blendigo_trunk\sources\indigo\operators\__init__.py line 484