Ticket #235 (closed task: fixed)

Opened 6 years ago

Last modified 5 years ago

Soy loading

Reported by: ArcRiley Owned by: ArcRiley
Priority: High Milestone: beta2
Component: soy.transports Version: Trunk
Keywords: API Cc:

Description (last modified by ArcRiley) (diff)

.soy working with the following test code:

>>> import soy
>>> f = soy.transports.File('tests/grey5.soy')
>>> f['grey5']
<Color #555555>

soy.transports.Transport is dict-like returning the objects within.

Change History

comment:1 Changed 6 years ago by ArcRiley

  • Component changed from Unknown to soy.transports

comment:2 Changed 6 years ago by ArcRiley

  • Priority changed from Medium to High
  • Description modified (diff)

comment:3 Changed 6 years ago by ArcRiley

  • Milestone changed from beta1 to beta2

Given #277, there just isn't enough time to implement this for Beta-1

comment:4 Changed 5 years ago by ArcRiley

  • Status changed from new to closed
  • Resolution set to fixed

comment:5 Changed 5 years ago by ArcRiley

[587] shows this working with a soy.textures.Texture

Note: See TracTickets for help on using tickets.