Go to file
Campbell Barton ed5d0bb62f patch from Mitchell Stokes with some changes.
BGE Py Controllers were effectively doing this...
 "a.b.c" --> "__import__('a').b.c()"

This was annoying because it meant module 'a' would need to import 'b' explicitly.

Now use import like this.
 "a.b.c" --> "__import__("a.b").c()"

Note that this has the slight disadvantage that these need to be modules, where as before they could be collections of functions in a class instance for eg. So its possible this breaks existing files but dont think anyone used this since its a fairly obscure use case.
2010-07-26 08:49:16 +00:00
bin move the thumbnailer to bin/ 2010-07-18 11:46:25 +00:00
build_files 2.5 Beta version files increment, from 2.52 to 2.53. 2010-07-20 16:44:59 +00:00
doc - updated man page from --help output. 2010-07-15 19:58:23 +00:00
extern spelling correction: alredy --> already 2010-07-17 18:08:14 +00:00
intern from Luca's recent commit noticed there are more typo's: lenght -> length 2010-07-25 01:45:53 +00:00
po Make verification of committed .mo files optional. 2009-09-15 22:34:10 +00:00
projectfiles Clean up for the imminent migration from SVN to GIT. 2009-03-31 22:34:34 +00:00
projectfiles_vc7 Clean up for the imminent migration from SVN to GIT. 2009-03-31 22:34:34 +00:00
projectfiles_vc9 Update MSVC9 project file 2010-07-15 20:16:17 +00:00
release * was suggested I combine all the direction modes into a single enumeration by using RNA_def_property_enum_funcs 2010-07-26 05:25:09 +00:00
source patch from Mitchell Stokes with some changes. 2010-07-26 08:49:16 +00:00
CMakeLists.txt CMake patch from Ralf Hölzemer (cheleb) 2010-07-14 20:26:46 +00:00
COPYING Updating/removing really really ancient stuff. 2010-03-09 11:42:04 +00:00
Makefile move nan mk files from source/ into build_files/make/ 2010-07-13 00:57:19 +00:00
SConstruct libjack.dll not needed anymore 2010-07-19 10:15:49 +00:00