Vigeesh Gangadharan
Vigeesh Gangadharan
Thanks @xtalax , I'll have a look at MethodOfLines.jl >[here](https://github.com/xtalax/DiffEqOperators.jl/blob/completedifferences/test/DerivativeOperators/multi_dim_bc_test.jl) the first testset passes, But it looks like it's not returning a correctly padded data. I'm not sure if I...
> How are you applying the BCs, with compose? yes, like in the test ```julia BCx = fill(q1,m) BCy = fill(q2,n) Qx = MultiDimBC{1}(BCx) Qy = MultiDimBC{2}(BCy) Q = compose(BCx,BCy)...
Hi @tkeskita, I'm using 9.0.1 with the current BVTKNodes. Didn't have any problem's so far.
Hi @tkeskita Thanks for the tip.
Hi @tkeskita, Basically, I am just importing `bpy` and then calling the `node_tree_import` function, like this, ``` import bpy bpy.ops.node.bvtk_node_tree_import(filepath='example.json') ``` I also tried to create a node tree before...
I did try several of the options you mentioned, but no luck. I'll give it a go again later with a more simple setup and see if I can get...
Finally, I solved the problem. I had set the "Generate Material" for the glyph object of the particles. If I uncheck "Generate Material" I do get the colors in the...