-
```js
class "player(id, position, money)" (
self.test(this.input) = (
return this.input == "test"
)
)
P1 = new player("1",0,0)
log P1.test("test")
```
Static
```js
class "Test…
-
`SH_T(KC_SPC)` seems to cancel one shot layer.
```
"r / 2" -> r
OSM(MOD_LSFT) then OSL(1) then "r / 2" -> @
SH_T(KC_SPC) + "r / 2" -> i
SH_T(KC_SP…
-
Shading languages use different matrix conventions: OSL is row major, GLSL is column major
This determines multiplication order: `M1 * M2` in OSL is `M2 * M1` in GLSL
MaterialX back-end implementati…
-
### 🔍 Before submitting the issue
- [X] I have searched among the existing issues
- [X] I am using a Python virtual environment
### 🐞 Description of the bug
There is some issue with OptiSLang or py…
-
it seem to assume that the matrix constructor is expecting to receive components of basis vectors as:
`X.x`, `Y.x`, `Z.x`, `W.x`, `X.y`, `Y.y`, `Z.y`, `W.y`, `X.z`, `Y.z`, `Z.z`, `W.z`, `X.w`, `Y.w`,…
-
Sorry for making this post here, I just haven't been able to find a USD community to do this discussion. If there is somewhere better to post, let me know and I'll remove this issue.
I've been tink…
-
I tried to run the code you provided, but the following error occurred. I tried for a long time but still couldn't solve the problem.The error message is as follows:
“Traceback (most recent call last…
-
Our CI doesn't actually build and test on Windows. This causes no end of despair.
How hard can it be? You don't really need to know anything about OSL internals or even C++ programming. It's mainly…
-
Release notes for Blender 3.5 mention that OSL can be rendered on OptiX GPU (https://wiki.blender.org/wiki/Reference/Release_Notes/3.5/Cycles). May be it's possible to integrate into Sycles.
-
### 🔍 Before submitting the issue
- [X] I have searched among the existing issues
- [X] I am using a Python virtual environment
### 🐞 Description of the bug
when using `examples/00_run_script/ten_b…