Skip to content

Commit

Permalink
fix: removing junk blocking WebGL builds, building v0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Sep 10, 2023
1 parent 7591bfb commit 5136874
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 30 deletions.
5 changes: 4 additions & 1 deletion API/oursin.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: oursin
Version: 0.4.8
Version: 0.4.9
Summary: Urchin - Universal Renderer Creating Helpful Images for Neuroscience Python API
Author-email: Daniel Birman <[email protected]>
License: GNU GENERAL PUBLIC LICENSE
Expand Down Expand Up @@ -686,6 +686,9 @@ Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-socketio[client]<5.10,>=5.8
Requires-Dist: numpy<1.26.0,>=1.24.3
Requires-Dist: Pillow<10.1,>=9.5

# Urchin - Unity Renderer Creating Helpful Images for Neuroscience (Python API)

Expand Down
3 changes: 2 additions & 1 deletion API/oursin.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ oursin/atlas/__init__.py
oursin/atlas/ccf.py
oursin/colors/__init__.py
oursin/colors/colors.py
oursin/colors/xkcd_rgb.py
oursin/colors/xkcd_rgb.py
tests/test_urchin_core.py
6 changes: 3 additions & 3 deletions API/oursin.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python-socketio[client]>=5.8,<5.10
numpy>=1.24.3,<1.26.0
Pillow>=9.5,<10.1
python-socketio[client]<5.10,>=5.8
numpy<1.26.0,>=1.24.3
Pillow<10.1,>=9.5
Binary file removed UnityClient/Assets/Data/ZYE12_raw-1680-1684s.mp4
Binary file not shown.
18 changes: 0 additions & 18 deletions UnityClient/Assets/Data/ZYE12_raw-1680-1684s.mp4.meta

This file was deleted.

8 changes: 8 additions & 0 deletions UnityClient/Assets/Resources.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion UnityClient/Assets/Scripts/FOV/FOVBehavior.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using static UnityEditor.Searcher.SearcherWindow.Alignment;

public class FOVBehavior : MonoBehaviour
{
Expand Down
1 change: 0 additions & 1 deletion UnityClient/Assets/Scripts/FOV/UM_FOVRenderer.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
Expand Down
2 changes: 0 additions & 2 deletions UnityClient/Assets/Scripts/Managers/CameraManager.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.Pem;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using static UnityEditor.SceneView;

public class CameraManager : MonoBehaviour
{
Expand Down
6 changes: 3 additions & 3 deletions UnityClient/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -748,11 +748,11 @@ PlayerSettings:
m_VersionName:
apiCompatibilityLevel: 6
activeInputHandler: 0
cloudProjectId: 02ab49d6-18b4-4d3f-8b6f-ca46c1f3786c
cloudProjectId: f9928966-c3fd-465a-a037-85ec2deb8013
framebufferDepthMemorylessMode: 0
qualitySettingsNames: []
projectName: Virtual Brain Lab
organizationId: shnufflewuffle
projectName: Urchin
organizationId: danbirman-uw
cloudEnabled: 0
legacyClampBlendShapeWeights: 0
playerDataPath:
Expand Down

0 comments on commit 5136874

Please sign in to comment.