Bradley Odell

Results 19 issues of Bradley Odell

The `subarray` function should return a `Buffer`, but currently the types are inheriting the definition from `Uint8Array` which has the function returning a `Uint8Array`. I believe PR #261 fixed this...

Closes #31 Closes #33 Closes #35

For the `blender_29` branch: The `time.clock()` Python API has been removed as of Python 3.8 (it has been deprecated since Python 3.3). I've forked the project and will fix as...

``` Python: Traceback (most recent call last): File "C:\Users\xxx\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\io_scene_cod\__init__.py", line 610, in execute result = export_xmodel.save(self, context, File "C:\Users\xxx\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\io_scene_cod\export_xmodel.py", line 394, in save result = save_model(self, context, filepath,...

`calc_tessface` has been removed as of Blender 2.80 https://wiki.blender.org/wiki/Reference/Release_Notes/2.80/Python_API/Mesh_API I'm not familiar at all yet with the Blender Python API so I'm still trying to figure out what this actually...

`Material#texture_slots` has been removed as of Blender 2.80 For some reason, they didn't include the removal in the release notes for 2.80 :( Anyway, it seems that all of the...

I'm running into an app breaking bug where the gauge animation stalls (lags) when the state of the parent component (VideoColumn) is being updated at 60fps. I am not even...

#### Reason/Context Please try answering few of those questions - Why we need this improvement? - How will this change help? - What is the motivation? With the current HTML...

enhancement

Would be nice if this library had TypeScript support. I'll write up some basic definitions to get this started...