Ticket #235 (closed task: fixed)

Opened 19 months ago

Last modified 13 months 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

Changed 19 months ago by ArcRiley

  • component changed from Unknown to soy.transports

Changed 18 months ago by ArcRiley

  • priority changed from Medium to High
  • description modified (diff)

Changed 18 months ago by ArcRiley

  • milestone changed from beta1 to beta2

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

Changed 13 months ago by ArcRiley

  • status changed from new to closed
  • resolution set to fixed

Changed 13 months ago by ArcRiley

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

Note: See TracTickets for help on using tickets.