Skip to content

Commit 7089f1d

Browse files
authored
Merge pull request #1 from blendflare/dev
fix: correct spelling of 'cel_shading' in Style enum and documentation
2 parents 209b9b6 + 0eceeba commit 7089f1d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

blendflare/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ class Style(str, Enum):
374374
PAINTERLY = "painterly"
375375
LINE_ART = "line_art"
376376
CLAY = "clay"
377-
CELL_SHADING = "cell_shading"
377+
CEL_SHADING = "cel_shading"
378378
ABSTRACT = "abstract"
379379
PIXELATED = "pixelated"
380380
OTHER = "other"

docs/TYPES_REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Visual and artistic style of assets.
190190
| `Style.PAINTERLY` | `"painterly"` | Painterly, hand-painted look |
191191
| `Style.LINE_ART` | `"line_art"` | Line art style |
192192
| `Style.CLAY` | `"clay"` | Clay or stop-motion style |
193-
| `Style.CELL_SHADING` | `"cell_shading"` | Cell-shaded, toon-shaded |
193+
| `Style.CEL_SHADING` | `"cel_shading"` | Cel-shaded, toon-shaded |
194194
| `Style.ABSTRACT` | `"abstract"` | Abstract style |
195195
| `Style.PIXELATED` | `"pixelated"` | Pixel art style |
196196
| `Style.OTHER` | `"other"` | Other or mixed styles |

0 commit comments

Comments
 (0)