Erasing Curves generator

Next
 From:  Frenchy Pilou (PILOU)
6316.1 
Don't remember if it's possible to erase (or hide) only curves generator ?

(here the horizontal curve on the sphere)

I want keep the other edges lines!

  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:  milkywaif
6316.2 In reply to 6316.1 
You mean seam edges?

script: /* Hide seam edges */ var breps = moi.geometryDatabase.getObjects().getBReps(); for ( var i = 0; i < breps.length; ++i ) breps.item(i).getSeamEdges().setProperty( 'hidden', true );

script: /* Show seam edges */ var breps = moi.geometryDatabase.getObjects().getBReps(); for ( var i = 0; i < breps.length; ++i ) breps.item(i).getSeamEdges().setProperty( 'hidden', false );

EDITED: 29 Nov 2013 by MILKYWAIF

  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:  Frenchy Pilou (PILOU)
6316.3 In reply to 6316.2 
Seems your scripts are not working for that? Nothing append!

These lines!
  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:  milkywaif
6316.4 
weird. it's supposed to work. can you try again plz? maybe I pasted it incomplete.
  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:  Frenchy Pilou (PILOU)
6316.5 In reply to 6316.4 
Now that works but...

here i redraw a sphere for the image!



...and it's for general and not only for selected objects !

And if I hide before the slice with your plugin, that return after the slice!

EDITED: 29 Nov 2013 by PILOU

  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:  milkywaif
6316.6 In reply to 6316.5 
1. Seam edges can't be deleted, you can only hide it. because it's the curve which forms the sphere.
2. Your sliced spheres are sliced vertically. Short lines are not seam edges anymore, they're regular lines because resulting pieces are calculated differently than the sphere thus this script is not working.
3. if you sliced them horizontally, script would work.
4. yes they return after slice because script hides it only visually. :(
5. yes this script affects whole scene. :(
- Evren
  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:  Frenchy Pilou (PILOU)
6316.7 In reply to 6316.6 
Thx for the efforts!
---
Pilou
Is beautiful that please without concept!
My Gallery
  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:  milkywaif
6316.8 
If you slice your sphere like this and run script afterwards, it will hide seam edges

- Evren
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:  Frenchy Pilou (PILOU)
6316.9 In reply to 6316.8 
I had no chance because that is working 3 / 4 by step of 90° :)

yes or like this! ;)
But that is working only for simple objects ;)


EDITED: 29 Nov 2013 by PILOU

  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
 From:  Frenchy Pilou (PILOU)
6316.10 
I can also select one by one and hide them! ;)

Thx for the research! :)

Flow on a sphere

  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