GitHub PluginCafe org
-
On 16/02/2013 at 04:53, xxxxxxxx wrote:
Great !
Now I need to add some of my code to it. -
On 05/04/2013 at 05:39, xxxxxxxx wrote:
Ok, some Code is there.
-
On 05/04/2013 at 08:12, xxxxxxxx wrote:
Thanks Remo,
I'm trying to use your Sample code. But I've had to fix some things to get it to compile for R13.
And I don't understand how to properly use the class in my code.Is there someplace I can post my error findings. And ask you some basic questions about how to use this code?
-ScottA
-
On 05/04/2013 at 08:16, xxxxxxxx wrote:
Here is the main thread for the Sampler:
https://developers.maxon.net/forum/topic/6543/7059_average-color-of-a-polygon-from-texture&KW=Sampler&PID=29505#29505Please also post you changes/fixes to the Sampler here.
This is the old code and can be improved a lot. -
On 05/04/2013 at 08:25, xxxxxxxx wrote:
Great, thanks for your code, Remo! I'll upload some code soon, too.
I've commented on one of your commits: Could you please move the files to a subfolder? Maybe
"Tools" or "Sample Code" or something like this. Just to put the code in the repo under some sort
of categories. Thanks!-Niklas
-
On 06/04/2013 at 04:34, xxxxxxxx wrote:
Unfortunately I can not find way how to create Folders using web interface.
If you know then may just make "Remo" folder for my code ?Remo
-
On 06/04/2013 at 04:43, xxxxxxxx wrote:
Afaik it is not possible to create folders using the web-interface. One usually uses the git
command-line tools or the Desktop application. I'll move them.Best,
-Niklas -
On 06/04/2013 at 04:54, xxxxxxxx wrote:
One usually uses the git command-line tools or the Desktop application.
Me not At least at this time.
> I'll move them.
Thanks -
On 13/04/2013 at 11:03, xxxxxxxx wrote:
I have just pushed a little library I've don some time ago: Hierarchy Iterator Expressions
It compiles an HIE formatted string and compiles it down to a tree-like data-structure allowing
it to iterate over a hierarchy in the way defined in the expression. It is similar to the string that
can be entered in the Hierarchy Iterator node in XPresso, but much more extended, allowing
grouping of expressions and alternative iteration routes.-Niklas
-
On 18/04/2013 at 05:26, xxxxxxxx wrote:
This is looking interesting ...