This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenlib/intern
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
..
2008-12-29 13:38:08 +00:00
2009-01-17 00:51:42 +00:00
2009-01-17 00:51:42 +00:00
2008-12-20 10:02:00 +00:00
2008-12-20 10:02:00 +00:00
2.5
2009-01-17 14:56:12 +00:00
2009-01-17 00:51:42 +00:00
2006-01-23 22:05:47 +00:00
2009-01-17 00:51:42 +00:00
2008-11-12 21:16:53 +00:00
2008-04-29 08:24:33 +00:00
2.5
2009-02-10 15:38:00 +00:00
2009-03-17 22:27:15 +00:00
2009-03-25 20:29:01 +00:00
2008-12-20 10:02:00 +00:00
UI:
2009-04-11 02:18:24 +00:00
2009-01-17 00:51:42 +00:00