MoI discussion forum
MoI discussion forum

Full Version: V5 Wish List

Show messages:  1-3  …  224-243  244-263  264-283  284-303  304-323  324-343  344-363  …  584-601

From: Michael Gibson
9 Sep 2021   [#284] In reply to [#283]
Hi Rich, use this for a shortcut for setting the CPlane:

script: moi.view.setCPlaneInteractive();

For resetting it use this:

script: moi.view.resetCPlane();

re:
> I feel like this sort of thing could be a bit easier...

Yes, definitely it could be improved. It hasn't been prioritized because it's the kind of thing that you don't go into very often.

I did get the part of setting up the key improved a lot in MoI v4 so that you press the key combo you want instead of typing in the text description of it.

- Michael
From: Rich (-RB-)
9 Sep 2021   [#285] In reply to [#284]
Great thanks Michael....Yeah I think it's not a nightmare pasting in the script or anything, but it would be great to have the script info logged somewhere, not for all commands obviously but at least the first port of call UI buttons? Even a text file would do probably!

- Rich
From: Michael Gibson
10 Sep 2021   [#286] In reply to [#285]
HI Rich, there's an attempt at that in the help file Shortcut Keys section:
https://moi3d.com/4.0/docs/moi_command_reference11.htm#shortcutkeys

I happened to miss CPlane there though, I've made a note to update it next pass through docs.

- Michael
From: Rich (-RB-)
10 Sep 2021   [#287] In reply to [#286]
Great...Would it be as simple as next to the 'Add' 'Delete' buttons on the shortcut interface there's a hyperlink to that reference or something? Too messy? I guess the thing is - the jump between being inside the program / finding your way to that info?
From: Mark (MARKG)
10 Sep 2021   [#288]
Michael,

Is there any chance to see this stereographic projection implemented as an option in a future release?

https://moi3d.com/forum/messages.php?webtag=MOI&msg=8976.1&highlight=yes

I think it would be terrific at giving more realistic proportional feedback while designing in MoI. I was sad that this "hack" wasn't workable with the Macintosh version of V.3...

Mark G.
From: Michael Gibson
10 Sep 2021   [#289] In reply to [#288]
Hi Mark,

re:
> Is there any chance to see this stereographic projection implemented as an option in a future release?

It's only been very rarely discussed or requested so sorry it's not too likely to be an area that I'll be able to dedicate time to working on.

- Michael
From: 3image
11 Sep 2021   [#290]
Support of the .webp format.
From: pafurijaz
12 Sep 2021   [#291] In reply to [#290]
3dm and Rhinoceros files support groups and blocks this would be a really great feature if implemented in the next Moi3D release
Maybe that was already asked by others but is hard read everything in this long list.
From: Michael Gibson
12 Sep 2021   [#292] In reply to [#291]
Hi pafurijaz, both groups and blocks are poorly implemented in Rhino with a lot of problem areas. So even when these are implemented in MoI it's pretty likely that they will be custom implemented for MoI and won't be stored in the .3dm file's regular structure.

With groups the problem is that it's just a kind of tag assigned to objects and groups aren't structured in a parent/child relationship.

With blocks the problem is it's a clone of an antique AutoCAD system that has weird rules about how layers work in combination with the blocks.

It might be that I can shoehorn MoI instances into a compatible system with blocks, I'm not sure about that yet. I'm pretty far along with groups though and I'm pretty sure that groups will not be stored as .3dm groups though since there isn't any way to represent a parent/child nesting with them.

- Michael
From: pafurijaz
13 Sep 2021   [#293] In reply to [#292]
Hi Micheal, thanks for the clarification, I know well how the Blocks for Autocad work, in reality it is very simple, the Autocad blocks have the characteristic that all the objects or lines on layer 0 can receive the characteristics of the layer where they are inserted and all the other levels can be customized with unique colors and properties of the block, however I hope that we can also introduce only a hierarchical level tree with sub-levels that include others already this would be fantastic, even groups could be a valid solution. 
I hope this can be evaluated for the next update because when you have over 2000 objects, it is useful to organize the elements as assemblies such as staircases or other with different colors and materials.

 I

Greetings
From: Rich (-RB-)
16 Sep 2021   [#294] In reply to [#292]
Tears of joy over here reading this Micheal, tears of joy I can't wait to see how you implement it
From: Cemortan_Tudor
24 Oct 2021   [#295]
if it's possible to add quick edit points mode - holding a button to enter and move points
i'll expain behind the scene: ex chamfer - and move a point, actions will be enter edit mode, select points, move, exit edit mode(show points) -> 4 actions per 1 operation
holding the same button ~ tobe quick move point action
From: Michael Gibson
24 Oct 2021   [#296] In reply to [#295]
Hi Tudor,

re:
> i'll expain behind the scene: ex chamfer - and move a point, actions will be enter edit mode, select points,
> move, exit edit mode(show points) -> 4 actions per 1 operation

If you want to move just one point you don't need to select it and then move it in separate steps you can just click and drag on the point.

You can also turn off points by hitting the Esc key instead of clicking on Edit > Show pts.

I experimented with making a script that would turn on points for a single selected object, let you drag a point and then turn off points automatically. I wasn't able to make it for v4 because edit points aren't accessible by scripts but I have added that in for v5 so a script for doing this will be possible in v5.

- Michael
From: Cemortan_Tudor
24 Oct 2021   [#297] In reply to [#296]
esc works ))) first tap deselects, second exits editing ))))
From: KanakaRed (ROTARYMAN13B)
28 Oct 2021   [#298]
I am not sure if this has been requested, but it would be nice if Moi allowed for a user scripts directory that lives outside of the program files install path of Moi.
Currently the user is required to have admin rights in order to write to the Moi/commands folder, which for the home user is no big deal. However here at my workplace, due to client requested IT audits, admin rights aren't allowed for the digital artists, so every time we want to add a script to the commands folder, we have to have our IT admin add the script for us.
It would be nice if there was a option for an additional user defined script location that could be used that doesn't require administrator rights to modify or add new scripts.

I know this could be circumvented by making Moi portable, but there are some work places where, due to security reasons, the usb ports have been disabled to prevent IP theft.

Cheers
From: Michael Gibson
28 Oct 2021   [#299] In reply to [#298]
Hi KanakaRed,

re:
> I am not sure if this has been requested, but it would be nice if Moi allowed for a user
> scripts directory that lives outside of the program files install path of Moi.

This is implemented currently in MoI v4. Starting with v4 MoI will also look for commands in the appdata commands folder, not just in the install commands folder.

Some more details in the FAQ question #1 here: http://moi3d.com/FAQ


You can also make MoI look through any specific folder of your choosing by editing moi.ini :
[Commands]
AdditionalCommandsDirs=

- Michael
From: KanakaRed (ROTARYMAN13B)
28 Oct 2021   [#300] In reply to [#299]
Thanks, Michael. I don't know how I overlooked this.

Cheers
From: Rich (-RB-)
23 Nov 2021   [#301]
I don't know if it's been broached before but some sort of visibility control would be amazing, I like everyone else probably spends a lot of time turning on/off objects/mats and this could be a big time saver

https://www.youtube.com/watch?v=-kWaV1cqB-k (for example)

- Rich x
From: Larry Fahnoe (FAHNOE)
23 Nov 2021   [#302]
Hi Michael,

Seeing your mention of a new theme infrastructure component for V5 (https://moi3d.com/forum/index.php?webtag=MOI&msg=10465.20) which offers some extensibility makes me wonder if this general idea might also be applied to the concept of a title block? There has been the occasional discussion of title blocks (like for 2D drawings) & I've pondered how one might script such a thing but it currently seems problematic to do so. If the theme idea could be morphed into providing the basic structure and allow for some customization, that would be a really neat addition to MoI.

Wishing you a happy Thanksgiving & looking forward to the V5 beta cycle!

--Larry
From: Michael Gibson
23 Nov 2021   [#303] In reply to [#302]
Hi Larry,

re:
> makes me wonder if this general idea might also be applied to the concept of a title block?

Sort of in the sense that it needs some kind of templating mechanism. There's some previous discussion here, does the idea mentioned there seem like it would work ok?
http://moi3d.com/forum/index.php?webtag=MOI&msg=10011.63

- Michael

Show messages:  1-3  …  224-243  244-263  264-283  284-303  304-323  324-343  344-363  …  584-601