Skip to content
Snippets Groups Projects
Select Git revision
  • 149fad4be63e1926f923890730fe0b578a7f3f92
  • CyclesPhi-dev default
  • anary-cycles-device
  • xml-exporter-main
  • anari
  • main protected
  • npr-prototype
  • blender-v4.4-release
  • blender-v4.2-release
  • remote-asset-library-monolithic
  • blender-v3.6-release
  • blender-v4.3-release
  • temp-sculpt-dyntopo
  • blender-v3.3-release
  • brush-assets-project
  • pr-extensions-tidy-space
  • blender-v4.0-release
  • universal-scene-description
  • blender-v4.1-release
  • blender-v3.6-temp_wmoss_animrig_public
  • gpencil-next
  • v4.4.0
  • v4.2.8
  • v3.6.21
  • v4.2.7
  • v3.6.20
  • v4.2.6
  • v4.3.2
  • v4.2.5
  • v3.6.19
  • v4.3.1
  • v4.3.0
  • v3.6.18
  • v4.2.4
  • v3.6.17
  • v4.2.3
  • v3.6.16
  • v4.2.2
  • v4.2.1
  • v3.6.15
  • v4.2.0
41 results

python

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Willian Padovani Germano authored
    (excuse me for doing all in a single commit, but they are tiny
    fixes and it's bpython, that dark corner ...)
    
    #1025 - FileSelector SEGV on dynamic callback Category:
    
      Can't reproduce with current cvs, I'd say recent changes to fix
    another crash related to FileSelector in gui-less scripts solved this
    one, too.
    
    #1028 - Reserved button event number:
    
      Menu choices generate two events, one extra related to the menu
    itself, with value=4.  Made bpython ignore this extra event.
    
    #1068 - FileSelector No file extension support:
    
      As Ton wrote there, Blender itself doesn't support this yet.  But the
    requester also wanted Window.File/ImageSelector to accept a pathname.  Done.  Also updated doc.
    
    #959 - Segfault on background rendering:
    
      This happened in bg mode (blender -b filename -a, for example) when
    a script with the line "Blender.Redraw()" was linked to FRAMECHANGED events.  As reported in the bug page, it was because curarea is NULL in bg mode.  Made Redraw() check for this and not call functions that expected curarea in Redraw, like one to swap buffers.
    
    #1072 - Blender.Redraw() Segfault:
    
      Good catch : ). Scripts called from the scripts win that called
    Blender.Redraw() or Blender.Window.Redraw() would crash Blender because of a dirty pointer in Spacescript->script.  Fixed.
    149fad4b
    History
    Name Last commit Last update
    ..