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
Brecht Van Lommel c7b587105f UI:
* Added very basic loading of .py files on startup to define panels.
  It now executes all .py files in .blender/ui on startup. Right now
  this contains the object buttons, the C code for it is commented out.

  These files should get embedded in the blender executable as well
  eventually, that's a bit more complicated so this works for now.

* For scons and cmake it seems to copy & find the files OK, for make
  only "make release" works (same with scripts/ folder it seems).

* Added BLI_gethome_folder function in BLI_util.h. This is adapted
  from bpy_gethome, and gives the path to a folder in .blender like
  scripts or ui.

There's plenty of things to figure out here about paths, embedding,
caching, user configs ...
2009-04-11 02:18:24 +00:00
..
UI:
2009-04-11 02:18:24 +00:00
UI:
2009-04-11 02:18:24 +00:00
2009-03-08 16:50:11 +00:00
2009-03-08 16:50:11 +00:00
2009-01-04 18:16:34 +00:00
2008-11-12 21:16:53 +00:00
2008-12-23 21:20:34 +00:00