Skip to content
Snippets Groups Projects
Select Git revision
  • 9cabf31ebc7a27173b527aaad80bfe6140fe3d5b
  • CyclesPhi-dev default
  • anari
  • anary-cycles-device
  • xml-exporter-main
  • 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
    Stephen Swaney authored
    This was a problem with the BezTriple type.
    Write access to BezTriple via 'pt' member did not work.
    
    Preferred method to access BPy type members, especially for
    write access, is via get*/set* methods.
    
    BezTriple.setPoints() will accept x,y coordinates as either
    a tuple or a list.
    
    Updated BezTriple section of Ipo module doc.
    9cabf31e
    History
    Name Last commit Last update
    ..