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/python/api2_2x
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-07-05 01:18:41 +00:00
2004-01-23 02:59:54 +00:00
2003-10-29 01:37:32 +00:00
2003-10-29 01:37:32 +00:00
2004-01-21 04:38:03 +00:00
2004-01-21 04:38:03 +00:00
2004-01-21 04:38:03 +00:00
2004-01-21 04:38:03 +00:00
2003-11-23 17:46:06 +00:00
2003-11-23 17:46:06 +00:00
2004-01-21 04:38:03 +00:00
2003-10-28 00:29:37 +00:00
2004-01-03 03:50:58 +00:00
2003-09-03 04:13:08 +00:00
2003-09-18 00:54:43 +00:00
2003-11-13 17:24:47 +00:00
2003-11-13 04:00:59 +00:00
2004-01-05 00:06:11 +00:00
2003-11-23 17:46:06 +00:00
2003-10-28 00:29:37 +00:00
2003-11-23 17:46:06 +00:00
2003-11-23 17:46:06 +00:00
2003-11-23 17:46:06 +00:00
2004-01-20 04:57:47 +00:00
2004-01-20 04:57:47 +00:00
2004-01-23 02:59:54 +00:00
2003-11-13 17:24:47 +00:00
2004-01-15 03:46:47 +00:00
2003-09-03 04:13:08 +00:00
2003-11-12 07:46:07 +00:00
2003-11-12 07:46:07 +00:00
2003-07-05 01:18:41 +00:00
2003-11-23 17:46:06 +00:00
2003-11-23 17:46:06 +00:00
2004-01-03 03:50:58 +00:00
2004-01-03 03:50:58 +00:00
2003-09-18 00:54:43 +00:00
2003-09-18 00:54:43 +00:00
2003-10-28 00:29:37 +00:00