Skip to content
Snippets Groups Projects
Select Git revision
  • f5eb927f81f866ba687d7a5ae21c00b9c87779c2
  • master default protected
  • dvo0012-dice-patch
  • qfree-update
  • vnode-allocation
  • revert-d95b46c5
  • dvo0012-dice
  • 20180621-revision
  • 20180621-before_revision
9 results

docs.it4i.cz

Forked from SCS / docs.it4i.cz
Source project has a limited visibility.
user avatar
Willian Padovani Germano authored
- 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
23a3a51e
History
Name Last commit Last update