Ben

Results 12 comments of Ben

Update to this, I've been working on the `register` part and now have: ```python sblend_op_def: pyaaf2.dictionary.OperationDef = self.create.OperationDef( auid='47052d96-effc-431a-b2fe-3b4291c5d8fd') weak_ref_set: pyaaf2.properties.WeakRefArrayProperty = pyaaf2.properties.WeakRefArrayProperty(sblend_op_def, 7689, 26) avid_param_byte_order_param_def = self.create.ParameterDef(auid='c0038672-a8cf-11d3-a05b-006094eb75cb') avid_param_byte_order_param_def.name =...

Hey, I'm not sure what code would need to be changed unfortunately, this has not yet been investigated.

Hey @NullDefault I'm not 100% on the steps you took. I'm fairly sure multiple tilesets **should** work. This is most likely unimplemented, but I'll need a step-by-step of what you...

Looks like this will be relatively easy. Each tileset has a `firstgid` attribute which indicates the first ID relating to this tileset. So the first tileset may start with 1,...

Hey @elliotmr thanks for your input, it is much appreciated. That sort of insight will definitely help as TilePix grows. I'll definitely take a look through your repo, thank you...

Pushing back due to time constraints, will use a basic TileSet for now, and this will be used to make the tutorials and examples look good in the future

Pushing back due to low importance

Hey @Fontinalis, thanks for the quick response. Is this something you're looking to add in the near future? I wish I could contribute, but I don't know enough about the...

@Pixdigit What are the advantages of using your `Set` over the builtin `list`: https://golang.org/pkg/container/list/ (as tone cannot always be clear in written text: this is a genuine question, not a...

@Pixdigit thank you for the insight :)