Anders Langlands

Results 20 issues of Anders Langlands

Hi, first of all thanks for making this library! I have a horizontal container full of items and it works fine. However now I would like to put the container...

I'm trying to write a USD Hydra delegate for Mitsuba. In order to do so I need to be able to change the scene structure, e.g. to assign a new...

### Problem Transforms don't appear to work in optix. I'm running the following shader through testshade: ``` surface test_add(output color Cout = 0) { point Po = transform("myspace", vector(1, 1,...

I use nalgebra for writing a renderer and other computer-graphics applications. I often print out vector and matrix data for debugging and information purposes, but the default Display implementation is...

[3.0.5.zip](https://github.com/AcademySoftwareFoundation/rez/files/8888316/3.0.5.zip) Trying to build Imath with the attached setup gives me: ``` Executing: c:\program files (x86)\microsoft visual studio\2017\community\common7\ide\commonextensions\microsoft\cmake\cmake\bin\cmake.exe C:\Users\anders\AppData\Local\Temp\rez-cook\imath\3.0.5 -Wno-dev -DCMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT=TRUE -D_ECLIPSE_VERSION=4.3 --no-warn-unused-cli -DCMAKE_INSTALL_PREFIX=c:\users\anders\packages\imath\3.0.5 -DCMAKE_MODULE_PATH=%CMAKE_MODULE_PATH% -DCMAKE_BUILD_TYPE=Release -DREZ_BUILD_TYPE=local -DREZ_BUILD_INSTALL=0 -G NMake...

bug

PowerShell consumes forward slashes in path names just fine. CMake occasionally barfs on backslashes. Therefore this PR just uses forward slashes for pwsh and everything is happy.

As title: when in a context I can no longer press Up Arrow to go through the history in any python.exe repl **Environment** * OS Windows 10 & 11 *...

bug
topic:windows

I'm running: ```bash texturize remix Bricks075A_1K_Color.png --size 2048x1024 --device=cuda --variations=2 ``` Seems like using `--variations` anything other than 1 causes the following almost immediately: ```bash OCTAVE #0 Traceback (most recent...

https://github.com/kdt3rd/openexr/blob/017f056239e817cbe2ab601efe99dc9f4c9e7f52/src/lib/OpenEXRCore/openexr_conf.h#L10 Is there a reason to use angled brackets for including headers rather than quotes? This appears to break clang. I can work around it by passing both `-I${OPENEXR_ROOT}/include` and...

Bug