Brenden Soares

Results 125 comments of Brenden Soares

@optimuspaul looks like #177 and #304 my be relevant. PR is sitting idle.

I just poked around the code and I think the file where we would add the table of contents HTML is near the [entry page render method](https://github.com/freeCodeCamp/devdocs/blob/main/assets/javascripts/views/content/entry_page.coffee#L31). We would need...

I'm looking for a way to debug a scenario and only run one viewport at a time. This would be very useful (especially as a new user).

I ran into the same issue today while trying to import a 2nd camera view using another fspy file. Though if I create a new blender file I can import...

Changing the units back to default metric made no difference. I also removed the camera that the fspy import created and then tried reimporting both of my fspy files and...

I undid the fspy imported camera delete (by reloading my blender file) and then imported the initial fspy file again (the already existing imported camera) and it worked without error....

The only mention of `add_camera` in the code is https://github.com/stuffmatic/fSpy-Blender/blob/0a593e0b1933c0a65e10a6bacb5e16c985b90cee/fspy_blender/addon.py#L90 which means there is no existing camera object detected so it tries to create a new one. Running `bpy.ops.object.camera_add()` in...

Same issue for me; no instructions to add any shell scripts anywhere.

Interesting, but what would the use case be for this?

Is this existing functionality?