MoI discussion forum
MoI discussion forum

Full Version: Elephant Repository

Show messages:  1-8  9-28  29-48  49-68  69-88  89-108  …  489-503

From: James (JFH)
26 Aug 2019   [#29] In reply to [#28]
Michael,

When I press "Report" button the error dialog box disappears & immediately reappears but does not generate an error report. Clicking again does the same...& does so for a dozen more clicks.

If then the .nod is STOPped & RUN again (or link to OUTPUT is broken & reconnected) the error
message does not appear.

As I said before, I'm on a Mac.

James
https://www.instagram.com/nodeology/
From: Michael Gibson
26 Aug 2019   [#30] In reply to [#29]
Hi James, yes sorry the assert crash dump mechanism is not enabled for the Mac version.

- Michael
From: Frenchy Pilou (PILOU)
27 Aug 2019   [#31]
I am on PC so maybe I will can send the Repport error! :)
From: Frenchy Pilou (PILOU)
27 Aug 2019   [#32]
On what folder exit must be this Repport error ? (seems it's a multiple repport )
From: Frenchy Pilou (PILOU)
27 Aug 2019   [#33]
Added http://moiscript.weebly.com/node.html
Tips
Use the TAB key for validate numeric imput!
More easy than the Enter Key : automatically goes to the next case!

Some colors Nodes can have several "Start" : Light Green and Violet!
​Same multiple Targets are not allowed!





PS Node Star has no word "Out" !
From: Michael Gibson
27 Aug 2019   [#34] In reply to [#32]
Hi Pilou, it would usually be in your temp folder, from the start menu type %temp% and push enter.

- Michael
From: Frenchy Pilou (PILOU)
27 Aug 2019   [#35] In reply to [#34]
Alas seems the "special" report when I press it from these particular Nodes gives nothing in this temp folder !...
From: Michael Gibson
27 Aug 2019   [#36] In reply to [#35]
Hi Pilou, does everything go ok if you use "Ignore all" ? The next release will have these warnings (called "Release mode asserts") turned off.

- Michael
From: Frenchy Pilou (PILOU)
27 Aug 2019   [#37] In reply to [#36]
Yes all is ok when I press "Ignore" all :) but also can totally exit from MOi without any warning! :) (but not total crashe just Moi)

I believe that rude exit happend when in these particular Nodes above for the no native node function "Fillets" has bad range for the volume considered!
From: Frenchy Pilou (PILOU)
27 Aug 2019   [#38]
Added
Tips

The fictitious "radius" of the Circular Array is made by difference of the position of the selected objects and the position of the requested axis! (here XYZ = 0,0,0 and XY = 2,2,0)


From: Frenchy Pilou (PILOU)
27 Aug 2019   [#39]
Will be added of course :)
done! :) http://moiscript.weebly.com/biblio-elephant.html

All ELEPHANT by Max Smirnov is actually based on this Litegraph ! https://github.com/jagenjo/litegraph.js by Jagenjo

We can use it "ON Line" http://tamats.com/projects/litegraph/demo/

Funny it has used an image of me for illustrate its genious tool! :)

https://github.com/jagenjo/litegraph.js/blob/master/imgs/elephant.gif


From: Frenchy Pilou (PILOU)
27 Aug 2019   [#40]
Added




From: bemfarmer
27 Aug 2019   [#41] In reply to [#33]
Hi Pilou,

Star node DOES have "out", on my computer.
This suggests that something is wrong with your nodeeditor files(?)
Maybe in your language files? sortie?
Maybe copy in a fresh copy of the curves nodes?


- Brian
From: Frenchy Pilou (PILOU)
27 Aug 2019   [#42] In reply to [#41]
It's inside the English & French original for me!

Maybe I erased something many time ago during translation?

So I will investigate this curious thing! Not vital for the moment! :)


From: bemfarmer
27 Aug 2019   [#43] In reply to [#42]
Hi Pilou,

I just looked at the Word documentation pictures that I did a few months ago, and
Star DOES NOT have "Out", in those pictures.

So we both had a bad copy of Curves.js nodes back then. I have recently reinstalled, so have "Out" with Star now.

(I used Jame's files.)

- Brian
From: Frenchy Pilou (PILOU)
27 Aug 2019   [#44]
@Bem (I used Jame's files.) Curious also me with its last opus...

Section "Solids" done! (English / French) rest 19 sections to make! :)

http://moiscript.weebly.com/solids.html


From: James (JFH)
27 Aug 2019   [#45] In reply to [#43]
Pilou & Brian,

I think I can shed some light on the the case of the disappearing OUT label on "star" node.

You may recall that node labels and associated dots were formally greyed out until a wire was attached. I proposed to Max that it would be better I/O labels to be permanently coloured so as to indicate the intended wiring. I further proposed that in doing so, that labelling the output OUT seems redundant.

http://moi3d.com/forum/index.php?webtag=MOI&msg=7713.830

To drive home this point I did a minor alteration to the code of a couple of nodes. (simply removing the OUT label). I was not my intention to infect others with these mutations; I had just forgotten that I'd done it. I do think though, that it is a testament to the lack of labelling necessity that it has taken till now for this issue to arise.

An advantage of removing unnecessary labelling is that it reduces the width of the node. This may sound like a trivial consideration, but when you have a node circuit with dozens of nodes, it can spread to multiple screen widths necessitating a lot of horizontal panning. Nonessential node width exacerbates this problem.

Not only can the node be reduced in width, but also input labels may be increased without increasing width, to better communicate the required input. The letter "C" for count, for example on "interp" & "random" nodes (& maybe others) could be fully labelled. See attached image below.





I have reinstated the labels to "point" & "star" nodes (see image below), posted revised NodeEditor folder to:
http://moi3d.com/forum/index.php?webtag=MOI&msg=9358.1

I would be interested to know what others thought about the need of output labelling.
I think the "knob" node for example demonstrates that labelling in at least some cases (maybe most) is not required.




Max said "I need to think about it." and maybe he needs to be the one to make the final determination. Nevertheless your thoughts would be appreciated.

James
https://www.instagram.com/nodeology/

Image Attachments:
Screen Shot 2019-08-28 at 8.05.gif  Screen Shot 2019-08-28 at 8.28.gif 


From: bemfarmer
27 Aug 2019   [#46] In reply to [#45]
James, thank you for the clarification.

I'll need to ponder more on these redundant "outs."
-- how to remove "out" from Macros?
-- how to write an auto format routine to organize/arrange nodes?
-- left click info button is good to know.
- Brian
From: James (JFH)
27 Aug 2019   [#47] In reply to [#46]
Brian,

>> -- how to remove "out" from Macros? <<

Labelling outputs with a letter SPACE gives this result.



However the authors of Macros may prefer to label otherwise.
Ultimately, it is up to them!

<< -- how to write an auto format routine to organize/arrange nodes?>>

Can you explain further what you mean by this?

James
https://www.instagram.com/nodeology/

Image Attachments:
Screen Shot 2019-08-28 at 10.11.gif 


From: Frenchy Pilou (PILOU)
27 Aug 2019   [#48]
@James so a mystery clarified :) (even C for Count is disturbing because some nodes has list of variables C,D,E,F (six as maximum as I seen)

Sorry for come back to this little thing : does exist or not a shortcut for extend / reduce all nodes in the same time ?
Because click one by one is some painful! :)


Show messages:  1-8  9-28  29-48  49-68  69-88  89-108  …  489-503