This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
c9685af1ffc0ee4cfb5411de04fbfd317b05af4d
test
/
release
/
scripts
History
Campbell Barton
c9685af1ff
use set's, since pythons 3.2's optimizer converts these to frozensets, lookups are also faster then tuples (though this isn't a bottleneck).
2011-03-07 13:23:45 +00:00
..
io
/netrender
2.5 Netrender UI File:
2011-02-28 14:34:13 +00:00
keyingsets
replace import *'s with named imports (using * is convenient for some scripts but considered bad practice by python devs)
2011-02-27 15:25:24 +00:00
modules
Py/Operators: FBX Exporter setting order was still randomized.
2011-03-07 08:57:35 +00:00
op
minor correction for r35312, check the operator returns finished.
2011-03-03 04:25:14 +00:00
presets
pep8 cleanup
2011-02-04 09:27:25 +00:00
templates
replace import *'s with named imports (using * is convenient for some scripts but considered bad practice by python devs)
2011-02-27 15:25:24 +00:00
ui
use set's, since pythons 3.2's optimizer converts these to frozensets, lookups are also faster then tuples (though this isn't a bottleneck).
2011-03-07 13:23:45 +00:00