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

2.15.3 #412

Merged
merged 11 commits into from
May 22, 2023
Merged

2.15.3 #412

merged 11 commits into from
May 22, 2023

Commits on Dec 18, 2022

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

Commits on Dec 20, 2022

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

Commits on Jan 17, 2023

  1. Add pickle support

    Add `__getstate__(self)` and `__setstate__(self,data)` to support pickle.
    tfunatomi committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    36adc5a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Merge pull request #413 from tfunatomi/pickle-support

    Add pickle support
    artur-trzesiok committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    503cb05 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Click callback functions #409

    Implementing click_callback Functionality(Lack of clarity/focused example script) #408
    artur-trzesiok committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    6f8eaa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25bd5a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

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

Commits on May 19, 2023

  1. Update transform.py because of RuntimeError

    Got
    RuntimeError: dictionary changed size during iteration
    on locals iteration, because locals, change when you iter over them,
    xenolex committed May 19, 2023
    Configuration menu
    Copy the full SHA
    86ff8ab View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Merge pull request #415 from kishoreVen/mesh_normals

    Supporting user generated normals for Standard Mesh object
    artur-trzesiok committed May 22, 2023
    Configuration menu
    Copy the full SHA
    68e862b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #421 from xenolex/patch-1

    Update transform.py because of RuntimeError
    artur-trzesiok committed May 22, 2023
    Configuration menu
    Copy the full SHA
    0d041ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a32e4e9 View commit details
    Browse the repository at this point in the history