Campbell Barton
ea610e655c
Style cleanup: C & pep8
2014-04-15 13:11:48 +10:00
Campbell Barton
aea00c7a81
Code cleanup: style
2014-02-13 08:52:12 +11:00
Campbell Barton
506db73032
- update bl_run_operators.py for change in blender.
...
- rename curve delete operator vertices enum to match mesh delete operator.
- add missing NULL checks to view3d_lock_poll() to prevent crashes when called outside a view3d.
2013-09-15 01:46:25 +00:00
Campbell Barton
86515e5086
test operator script, add ability to load files from a path while testing operators.
2013-06-28 16:30:34 +00:00
Campbell Barton
0d0291f6e1
code cleanup: incorrect sized array args, remove some redundant code.
2013-03-17 10:26:23 +00:00
Campbell Barton
3dbed0e47f
update to operator running test, add option to randomize order, not reset blender for each operator and set data attributes.
2013-02-14 05:10:12 +00:00
Campbell Barton
d72a6c3018
fix for another error in my own recent commit, beauty fill crashed.
2012-11-30 16:15:49 +00:00
Campbell Barton
8a51d235e6
pep8 cleanup
2012-09-26 21:19:51 +00:00
Campbell Barton
2152b6fa41
add more tests to run operators testing script
2012-09-23 09:37:47 +00:00
Campbell Barton
4f7bdc59d3
style cleanup: spelling.
...
also remove large, duplicate comments from sunsky.h
2012-03-09 00:41:09 +00:00
Campbell Barton
1c91d62c7e
use BLI_path_cmp() rather then strcmp()
2012-03-08 02:19:41 +00:00
Campbell Barton
637bc0ddea
Code Cleanup: pep8 edits
2012-02-04 11:10:41 +00:00
Campbell Barton
d8c4e59f67
* fix for error in shape transfer (wrong var name).
...
* fix for error alligning object to the view when no space was set.
also added blenderplayer start to CTest operator blacklist.
2012-02-02 05:11:42 +00:00
Campbell Barton
369ae3d28d
internal cleanup, check.
...
* remove duplicate operator, wasnt used.
* added check for duplicate types for CTest.
2012-02-02 04:59:30 +00:00
Campbell Barton
22d2764d50
use static sets rather then tuples, python optimizes this case.
...
minor change to lightmap unpack collecting unique meshes.
2011-08-08 05:21:37 +00:00
Campbell Barton
c8652b301f
pep8 checker, mostly pedantic style changes but also found an error in mesh_utils.mesh_linked_faces()
2011-04-01 02:41:15 +00:00
Campbell Barton
287a185e90
found text editor X/Y selections coords were booleans and corrections to operator calling script from last commit.
2011-03-22 14:37:45 +00:00
Campbell Barton
f40d33f24b
Added CTest to run most operators in background mode under various conditions to see if any crash.
...
used this to find quite a many errors already.
2011-03-22 14:09:07 +00:00