Paweł Grabarz

Results 28 comments of Paweł Grabarz

I'm planning to get rid of special surface handling soon anyway, which means we would stick to using `ImageId` exclusively here. We can change that for short term benefit, but...

I think that we could do two things in those automatic loaders: - make sure that whatever is loaded by default always is converted to one of the optimal compatible...

Well actually after thinking about it for a while, I realised that amethyst's biggest usage for those methods will be in asset pipeline, which doesn't have the context of specific...

@sobotka I tried the instruction from the gist and it worked on first try. Just dumped the plist file into `~/Library/LaunchAgents/environment.plist`, loaded with `launchctl` and cloned filmic-blender into `/usr/local/etc`. Just...

The gist is essentially the one. You can do the export on Mac too, but you will have to start blender from the terminal with correct rc file loaded. Launchclt...

Alternatively you should be able to just run `setenv OCIO /usr/local/etc/filmic-blender/config.ocio` and next blender instance should pick it up. It's better to automate that though.

The reason this happens is that `AccessIndex` expression allows only `u32` index. This can be "fixed" by either falling back onto `Access` with the whole expression being treated as dynamic,...

To be honest i haven't really looked too much how it works and it's hard to judge. I can tell how I would expect it to work from user point...

If we go with option 1, it would be possible and probably quite easy to implement ng-annotate functionality not as a standalone tool, but as a babel 6 plugin. That...

This bug makes it impossible to use `palette` crate's types with ron, as it uses struct flattening everywhere.