Brandon Barker

Results 11 issues of Brandon Barker

## Current Behavior When form control is set to error it should set the text area to error like the input. However, it does not reflect the error state. ![image](https://user-images.githubusercontent.com/4194371/154629943-24245d15-3c44-4355-9a19-25dc81f879af.png)...

This adds a secondary style to ratings, splitting the two kinds by `KIND` constants. #### Description Have seen use cases where base could warrant a secondary style especially for a...

So I was recently trying implement `Vector3DTileContent` into one of my applications when it came to my attention cesium uses _ZigZag Encoding_. ### What is Zig Zag Encoding? ZigZag encoding...

category - 3d tiles
category - terrain and imagery
category - model

The idea is to limit the scope in which exceptions in the injection code can break the react component. This reduces the risk of total app failure. Added `onError` handler...

**Overview** Fixes issue as described in #102 By default array `replace` was not recursively diffing objects in arrays which would cause them to be reported as complete replacements. Instead, this...

There is no way of comparing versions to see if the tool works. What might be useful is exporting some common FBX models then using a glTF validator to check...

I am so happy to see so many people donating their data! However, since almost all of these projects lack information stating their license it makes them legally unusable. I...

enhancement

## The Problem Currently the project is built for blender 2.8 which uses python 3 instead of version 2. It also means the glTF exporter is not bundled by default....

When running on windows automatic vendor creation does not work. The command `python3 utils.py vendor` outputs... > python3 utils.py vendor Checking for old third_party... Installing vendor (Ignore non-exitting errors)... /usr/lib/python3/dist-packages/pip/commands/install.py:212:...

Here is the process for becoming an official blender addon... Source: https://wiki.blender.org/wiki/Process/Addons ## External "Commercial" Addons Blender Foundation will accept add-ons from commercial vendors or services (like 3d printing, web...