Lots of unkown
 1-13  …  254-273  274-293  294-313  314-333  334-353  354-372

Previous
Next
 From:  Cemortan_Tudor
8665.294 
let's say I have folder on c:/moi_proj where are all moi projects
& have second - bridge folder, that will be on d:/bridge
moi now is configured to save & exports at same file location, and it will be on c:/moi_proj
i'm asking for export location folder → d:/bridge, or even further export by last export type format(fbx/step) → that will be d:/bridge/fbx or d:/bridge/step
- Tudor -
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
8665.295 In reply to 8665.294 
Hi Tudor, the way it works now is that if you do a "SaveAs", and there is a file currently open, it will start in the folder where that file is at.

If you do an Export or a "SaveAs" without any current active file opened, then it will start in the directory that a file dialog was last used in.


> i'm asking for export location folder → d:/bridge, or even further export by last export
> type format(fbx/step) → that will be d:/bridge/fbx or d:/bridge/step

There isn't a good way to do this currently but I will see about adding in a method to make it possible to have a keyboard shortcut script that would make the file dialog start in a specific directory.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Cemortan_Tudor
8665.296 
http://moi3d.com/forum/index.php?webtag=MOI&msg=8665.141
earlier idea for moi, realization in blender -> intuitive
moi doesn't have pie menu, but it could have some after shortcuts, s for align, and s + w -> top , s + d -> right, s +a -> left, s + s -> down
ps: i wans't in blender when i've posted
in blender it's must to have for hard surface, anyway up to scripting moi's "point's scriptable" won't be reason to implement
- Tudor -
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Cemortan_Tudor
8665.297 
some futures that i'd like to have inside moi
towards 2d workflow*
recently i was studying marvelous designer & captures will be from there
fillets/chamfers - at least 2d should be interactive
1. fillets radius - awesome visualization, ai should be similar
- Tudor -
Image Attachments:
Size: 381.7 KB, Downloaded: 51 times, Dimensions: 645x476px
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Cemortan_Tudor
8665.298 
another awesome future ! MD
smooth curve - could be applied to any closed curve
select 2 points, select part that u wanna cut, adjust curvature
- Tudor -
Image Attachments:
Size: 1.1 MB, Downloaded: 54 times, Dimensions: 645x476px
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Message 8665.299 deleted 19 Jul 2021 by CEMORTAN_TUDOR

Previous
Next
 From:  Michael Gibson
8665.300 In reply to 8665.298 
Hi Tudor,

re:
> another awesome future ! MD
> smooth curve - could be applied to any closed curve
> select 2 points, select part that u wanna cut, adjust curvature

If you want a smooth curve it's kind of strange to start out with a rectangle instead of just drawing a smooth curve right from the start.

But you can do something similar in Moi if you want, draw in a line, use the Trim command cut away the part you don't want, then use Edit > Add pt to add a point to the middle of the line and turn on edit points and adjust the point.

Adding in a special tool to do that would not be good, that's exactly how bloat happens.

I do have some ideas for having different draw modes to make draw commands intersect and cut away pieces without needing to do a separate Trim step.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Cemortan_Tudor
8665.301 
mb it was such a script made, polyline with offset, wanna combine in polyline option (pressing O)

EDITED: 20 Jul 2021 by CEMORTAN_TUDOR

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Cemortan_Tudor
8665.302 
PolyCut updated, solved random issues
select one curve/solid - run the script
will change perspective to isometric
1. for solids/breps -> works in all views
2. curves - only in orto (moi doesn't perform booleans of random plane/frame curves)
right click to close the curve, or u can close manually
- Tudor -

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Cemortan_Tudor
8665.303 
select last created is not working after deleting any object
- Tudor -
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
8665.304 In reply to 8665.303 
Hi Tudor,

re:
> select last created is not working after deleting any object

Yes that's normal. Select last created (by using moi.geometryDatabase.selectLastCreated();) selects whatever geometry was created by the last run command.

When you run the Delete command, that becomes the last run command and so then select last created will select whatever was created by the Delete command which will be nothing if you deleted an entire object, but other cases like the result of deleting only some faces or control points will be selected.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Cemortan_Tudor
8665.305 
any tips how to use shrink trimmed surface, or where it can be used ?
- Tudor -
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
8665.306 In reply to 8665.305 
Hi Tudor, if you start with a complex surface and then boolean or trim away a large portion of it:






the original full surface is still there as the "underlying surface":




If you apply ShrinkTrimmedSrf to this, it will shrink down the underlying surface and cut out areas outside of the trim curve boundaries:



This can reduce surface complexity in cases like this and sometimes there can be problematic things like self intersections in other areas of the underlying surface that could interfere with some kinds of calculations.

Usually it is good to keep the full original surfaces because it makes repair operations by untrimming easier but if it's a very complex surface it can carry a lot of data size.

- Michael

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Cemortan_Tudor
8665.307 
problems with export as fbx/obj
fillets are not native
- Tudor -
Attachments:

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
8665.308 In reply to 8665.307 
Hi Tudor, it looks like maybe the object is inside-out. Try selecting it, then run Edit > Separate followed by Edit > Join. That seems to get its orientation set up ok.

Also your object is at a very small scale of only 0.02 units across. Try scaling it up by 100 times before meshing it, that will avoid some points from getting merged together.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Cemortan_Tudor
8665.309 
constant fillet fails on curves and not on surfaces, weird
- Tudor -
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
8665.310 In reply to 8665.309 
Hi Tudor,

re:
> constant fillet fails on curves and not on surfaces, weird

Prior to v4, constant radius fillet was not available for curves at all, as of v4 it works on line segments:

https://moi3d.com/wiki/V4Beta#Feb-27-2019
quote:

Update curve filleting - Enable "Constant distance" fillet mode for curves, currently only works for line segments.


- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Cemortan_Tudor
8665.311 
could be implemented in next version ?
- Tudor -
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
8665.312 In reply to 8665.311 
Hi Tudor,

re:
> could be implemented in next version ?

Sorry, no probably not, it's not supported by the geometry library currently.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Cemortan_Tudor
8665.313 
can't find script for "select similar edge length"
- Tudor -
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
Show messages:  1-13  …  234-253  254-273  274-293  294-313  314-333  334-353  354-372