Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blender grease pencil support #1

Open
wants to merge 75 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 1, 2024

  1. c3 blender script

    brentharts authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    fdd150d View commit details
    Browse the repository at this point in the history
  2. blender_to_c3

    brentharts authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    38b83ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    062478b View commit details
    Browse the repository at this point in the history
  4. hello grease pencil

    brentharts authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    78d3682 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf72f75 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    ab0981d View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. C3 simple ECS scripts

    brentharts authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    5b9b93d View commit details
    Browse the repository at this point in the history
  2. ECS custom properties

    brentharts authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    dcc2a15 View commit details
    Browse the repository at this point in the history
  3. draw_circle_v

    brentharts authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    cbaa76a View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    72766bb View commit details
    Browse the repository at this point in the history
  2. DrawSplineLinear

    brentharts authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a657f43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87827e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78ed857 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2cfc99 View commit details
    Browse the repository at this point in the history
  6. c3 opt settings

    brentharts authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    51eaeba View commit details
    Browse the repository at this point in the history
  7. DrawTriangleFan

    brentharts authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    d2ab6a9 View commit details
    Browse the repository at this point in the history
  8. DrawSplineLinearWASM

    brentharts authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3a4beea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c6a1670 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. approximate grease pencil line stroke width

    grease pencil line width is per-point, this simply takes the average for the entire stroke.
    brentharts authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    8fb5770 View commit details
    Browse the repository at this point in the history
  2. draw_triangle

    brentharts authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    90c708c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4de5ba3 View commit details
    Browse the repository at this point in the history
  4. draw_triangle_strip

    brentharts authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    9d34c79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9327add View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca9edea View commit details
    Browse the repository at this point in the history
  7. testing 16bit quant

    brentharts authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    3c33794 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. testing 4bit quant

    brentharts authored Oct 6, 2024
    Configuration menu
    Copy the full SHA
    e2a8702 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. quant delta compressed

    delta compressed from the first point in the stroke.
    brentharts authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    944f94f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49e1807 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1074a18 View commit details
    Browse the repository at this point in the history
  4. unpacker fixes

    brentharts authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    be9658d View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    9280d22 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. use DecompressionStream('gzip') on both javascript and wasm

    also generates minimal html and js to load the compressed streams
    brentharts authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a017600 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f44b32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    166563f View commit details
    Browse the repository at this point in the history
  4. make blender

    brentharts authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    06d1df2 View commit details
    Browse the repository at this point in the history
  5. c3blendgen.py

    brentharts authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7c94831 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ef8d35 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. wasm: test2 font object

    brentharts authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    bbfad63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6ff6e9 View commit details
    Browse the repository at this point in the history
  3. js api trim bytes

    brentharts authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e7435a1 View commit details
    Browse the repository at this point in the history
  4. test2 parent test

    brentharts authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    ec758a3 View commit details
    Browse the repository at this point in the history
  5. wasm: text refactoring

    brentharts authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    bf5d7e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    2879c62 View commit details
    Browse the repository at this point in the history
  2. wasm: parent offset fixes

    brentharts authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    fd50956 View commit details
    Browse the repository at this point in the history
  3. wasm: test3 zindex

    brentharts authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    eae7920 View commit details
    Browse the repository at this point in the history
  4. wasm: html_set_zindex

    brentharts authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    018940c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98fa33f View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. wasm: test4 onclick

    brentharts authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    01ca7be View commit details
    Browse the repository at this point in the history
  2. wasm: onclick support

    brentharts authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    7962173 View commit details
    Browse the repository at this point in the history
  3. wasm: html new text set ID

    sets html element ID with name of blender object
    brentharts authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    e46688a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd34785 View commit details
    Browse the repository at this point in the history
  5. test5: script object pointers

    $objectN syntax allows for hard coding of object names to be removed from scripts.  Replaced by object pointers on script text blocks in blender.
    brentharts authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    f88f67a View commit details
    Browse the repository at this point in the history
  6. c3 script object pointers

    brentharts authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    d0c308b View commit details
    Browse the repository at this point in the history
  7. object name abstraction layer

    from the blender text editor UI tools panel, objects can be assigned to slots object[N]
    brentharts authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    2f309e8 View commit details
    Browse the repository at this point in the history
  8. c3 script object pointers

    $objectN defaults to name of blender object
    brentharts authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    0a0fccd View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. c3 script color pointers

    $colorN
    brentharts authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    460ea83 View commit details
    Browse the repository at this point in the history
  2. test6 color pointers

    brentharts authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    f441738 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6f571e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35333fa View commit details
    Browse the repository at this point in the history
  5. user methods

    brentharts authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    03e5dd5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ddfabd View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. wasm: option --minifiy

    compress js api function names
    brentharts authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    5aaae01 View commit details
    Browse the repository at this point in the history
  2. test8 fixed @extern

    brentharts authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    074a1b5 View commit details
    Browse the repository at this point in the history
  3. wasm: miniapi fixes

    brentharts authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    4e640e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. cleanups

    brentharts authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0ec8b47 View commit details
    Browse the repository at this point in the history
  2. https://js13kgames.com/

    . new command line option --js13k
    . blender MS Windows and OSX Apple support
    brentharts authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    fd3c9bd View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    9db5346 View commit details
    Browse the repository at this point in the history
  2. js13k save zip

    brentharts authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    0dc8528 View commit details
    Browse the repository at this point in the history
  3. test9 blinking test

    brentharts authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b556c73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e4566c View commit details
    Browse the repository at this point in the history
  5. test9 mouth talking test

    brentharts authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b5cbff3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ebbb72e View commit details
    Browse the repository at this point in the history
  7. make js13k

    brentharts authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4535af0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1e16e40 View commit details
    Browse the repository at this point in the history
  9. trim bytes

    brentharts authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    9ea0133 View commit details
    Browse the repository at this point in the history