Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Friendly ID property for clips #18

Closed
tswast opened this issue Jun 24, 2018 · 0 comments
Closed

Friendly ID property for clips #18

tswast opened this issue Jun 24, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@tswast
Copy link
Contributor

tswast commented Jun 24, 2018

I'm finding it useful to create helper variables to keep track of which clip is which.

"sitting = gamekitty.get_clip(1)\n",

Such a feature could be built-in to the clip table, where perhaps clips could be accessed by name in addition to by numeric ID. It could work something like:

gamekitty = pikov.Pikov.open('gamekitty.pikov')
clips = gamekitty.clips
stand_up = clips['stand_up']
@tswast tswast added the enhancement New feature or request label Jun 24, 2018
@tswast tswast closed this as completed in 42250c8 Jul 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant