This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/python/intern
Campbell Barton 9d922b4c24 Changed the script UI registration to import rather then run each python script,
this means it caches the compiled pyc files after importing fro the first time.

My times for importing 501 buttons_objects.py files were.
- running each as a script 1.9sec
- importing for the first time 1.8sec
- importing a second time (using pyc files) 0.57sec

Also added "bpy" to sys.modules so it can be imported.
2009-04-11 05:46:40 +00:00
..
2009-04-07 17:08:24 +00:00
2009-04-01 12:43:07 +00:00
2009-04-01 12:43:07 +00:00
2009-04-01 12:43:07 +00:00
2008-11-29 13:36:08 +00:00
2009-04-02 01:39:33 +00:00
2009-04-08 18:45:41 +00:00
2009-04-01 12:43:07 +00:00
2009-01-04 18:16:34 +00:00