aboutsummaryrefslogtreecommitdiffstats
path: root/modules/processing_scripts/seed.py
Commit message (Collapse)AuthorAgeFilesLines
* parse_generation_parameters with no skip_fieldsw-e-w2024-01-171-1/+1
|
* reuse seed from infotextsw-e-w2024-01-171-13/+6
|
* rename infotext.py again, this time to infotext_utils.py; I didn't realize ↵AUTOMATIC11112024-01-011-1/+1
| | | | infotext would be used for variable names in multiple places, which makes it awkward to import the module; also fix the bug I caused by this rename that breaks tests
* infotext.py: rename usages in the codebaseAUTOMATIC11112024-01-011-1/+1
|
* aAUTOMATIC11112023-12-301-6/+7
|
* Restore missing tooltipsmissionfloyd2023-09-011-2/+2
|
* fix API always using -1 as seedAUTOMATIC11112023-08-141-1/+1
|
* return seed controls UI to how it was beforeAUTOMATIC11112023-08-141-18/+29
|
* fix broken XYZ plot seedsAUTOMATIC11112023-08-131-1/+1
| | | | add new callback for scripts to be used before processing
* fix broken reuse seedAUTOMATIC11112023-08-121-1/+1
|
* update seed/subseed HTML widthsAUTOMATIC11112023-08-121-10/+15
|
* move seed, variation seed and variation seed strength to a single row, dump ↵AUTOMATIC11112023-08-121-0/+95
resize seed from UI add a way for scripts to register a callback for before/after just a single component's creation