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/api2_2x/doc
Willian Padovani Germano 23a3a51e16 Blender's debug mode only worked on startup:
- G.f's G_DEBUG flag was being erased in blenkernel/intern/blender.c's
  setup_app_data:

G.f= bfd->globalf

// added a line above it to fix this:

if (G.f & G_DEBUG) bfd->globalf |=G_DEBUG;
G.f= bfd->globalf;

BPython:
- debug info now only shown if Blender is started with '-d' option
- added ~/.blender/scripts to modules sys.path
- added two new functions to Blender.sys: basename and splitext
- added doc for Blender.sys, updated other docs
2004-01-23 19:24:45 +00:00
..
2003-10-28 00:29:37 +00:00
2003-06-21 11:44:10 +00:00
2004-01-20 04:57:47 +00:00
2003-07-22 18:11:07 +00:00
2003-06-21 11:44:10 +00:00
2003-07-30 21:15:41 +00:00
2003-06-21 11:44:10 +00:00
2003-07-12 18:02:54 +00:00
2003-11-14 01:10:59 +00:00
2003-10-28 00:29:37 +00:00
2003-07-22 00:27:03 +00:00
2003-06-21 11:44:10 +00:00
2004-01-20 04:57:47 +00:00
2003-06-21 16:07:55 +00:00
2003-06-21 16:07:55 +00:00
2003-06-21 16:07:55 +00:00
2003-06-21 16:07:55 +00:00
2003-06-21 16:09:21 +00:00
2003-09-18 00:54:43 +00:00
2003-10-28 00:29:37 +00:00
2003-10-12 16:03:52 +00:00