Tim Stair

Results 38 comments of Tim Stair

Masking work-in-progress. https://github.com/nhmkdev/cardmaker/commit/56224466b319bb0c316141c68519549fdc62eb19 (comically large change) It is not enabled by default (requires recompiling with a [temp hack enabled](https://github.com/nhmkdev/cardmaker/commit/56224466b319bb0c316141c68519549fdc62eb19#diff-f2b153e9138b03819f8066781c3fceb9e567a5017b52829ff7769ff065ed0a6fR60)) * Then any filepath with the string `mask` will run through...

### Card Count Override My gut reaction is that anything messing with card counts really should be handled outside of the application. The count of cards within an individual row...

Breaking things down to discrete pieces of functionality I'm considering: ## Translation for the Card Count Column Card counts are currently read as static numbers. They can only be manually...

>The only time that #nocarddraw would ever come up is during the rendering phase, where the card would be skipped in rendering/saving, but would otherwise NOT impact card count totals...

Initial submission of `#noexport` functionality: https://github.com/nhmkdev/cardmaker/commit/6be203a384728442f4efeb1be583b849b75ea881 There are likely some positioning bugs related to stitched image exports and pdf exports. Definitely more cleanup in a future commit.

> Additional request > > * can we ignore the flag for the purposes of canvas rendering? Certainly could let it render the whole card on the Canvas. I was...

### `#NOEXPORT` The card will render in the UI but shouldn't export now. I attempted to add to the Canvas title but the timing is breaking intermittently and I'll investigate...

This functionality is now in (very lightly tested): ## Translation for the Card Count Column Card counts are currently read as static numbers. They can only be manually adjusted. At...

Submitted but still play around with overriding defines when specifying a layout in the SubLayout element: https://github.com/nhmkdev/cardmaker/commit/933d94548fb6ca3e6548a01f9209ae9d28b04979 Also attempted a fix to the display of `#noexport` on the canvas. Should...

Known issue (update coming): The translation of the SubLayout element should be performed with each row, not just once during export setup. Updated: https://github.com/nhmkdev/cardmaker/commit/e91b2501ef3d8abd63ebf0d775c5521fe98c2eb1 Translates per-row (necessary, but slightly more...