3D Asset Details for Extract Edges

Extract Edges   -   Houdini 15 to Houdini 16
(1)
Extract Edges Icon

Extract Edges

Author: Pavel Geraskin
Version: 4
Asset Type: Sop node
Dependencies: None
File Size: 7.67KB
Created: Dec 28, 2017
Terms of Use: Standard License
Compatibility: Houdini 15 to Houdini 16
Supported In:
  • Version 4 - Dec. 28, 2017

    added script oncreated which makes ordered selection

  • Version 3 - March 15, 2017

    Ordered selection is added to fix for H16.

  • Version 2 - June 23, 2016

    Small fix for groups

Write a Review

Ratings:
 1
0%
0% (0)
 2
0%
0% (0)
 3
0%
0% (0)
 4
0%
0% (0)
 5
100%
100% (1)

Reviews (1)
Does not work naymore with Python 3

by AlPan - Feb 24, 2021

The tool stopped working from the moment I swithced on 18.5.462 whcih has Python 3. The debugger reports that in the Python script there is part in which your toll is cycling on an array: points_unsorted and the array is edited (pop and append) inside the cycle. It seems this is not doable anymore in python 3.