Jump to content

changes in Geometry Spreadsheet activate Soft Lock - beginner Questio


jon3de

Recommended Posts

Hi,

I created a curve SOP with the profile of a cup. After connecting it to a revolve sop I recognized that one Point is not exactly welded. In the geometry Spreadsheet I can see it is not located exactly on x/z = 0 which it has to. I thought I could simply change the coordinates in the geometry spreadsheet but this activates the soft lock button in the curve sop which gives me a warning. After unlocking the node the points moved back to its original position. I had to change the coordinates in the curve Sop itself.

So is the geometry spreadsheet just for reading the values? Changing them there means rather a temporary change which doesnt really modifies the node? :ph34r:  

kind regards

Jon

 

Edited by jon3de
Link to comment
Share on other sites

This is very interesting, it's new... I think... or maybe I have never tried to change the values in the spreadsheet before.

 

It seems to be editing the actual node itself, hence the lock. unlocking reverts the underlying code to default.

 

Try using a point sop, and putting the point number in the group field.

 

</\>

  • Like 1
Link to comment
Share on other sites

well, Soft Lock is not new, it's very old actually

 

Houdini has to store the data somewhere right? So if you edit geo in spreadsheet it will store modification as difference between source data and edited value on the node itself

these attribute delta values are then added to input attribute values, so it's still live, it just has value offset for some attribs on some points etc.

and probably because it's still live it's called Soft Lock, it simply needs input geo to apply modifications to, (possibly with the same topology as it's index based)

it's similar to Paint SOP or Edit SOP caching your painted values and storing differences internally, then aplying them on top of the input data

 

having said that, I would avoid modifying data in spreadsheet unless you are planning to delete history anyway, since this topology dependency makes Soft Lock very sensitive to input changes

Edited by anim
  • Like 1
Link to comment
Share on other sites

Directly manipulating the spreadsheet is a very unusual way of working. The "Houdini way" of doing it would be to figure out the root cause of why the points didn't end up where you expected them to be. If a correction is needed then it's best to do it in a procedural way that can be repeated rather than one off changes to a spreadsheet.

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...