Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/freestyle/styles/ignore_small_occlusions.py
| Context not available. | |||||
| # but WITHOUT ANY WARRANTY; without even the implied warranty of | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||||
| # GNU General Public License for more details. | # GNU General Public License for more details. | ||||
| # | # | ||||
| # You should have received a copy of the GNU General Public License | # You should have received a copy of the GNU General Public License | ||||
| # along with this program; if not, write to the Free Software Foundation, | # along with this program; if not, write to the Free Software Foundation, | ||||
| # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||||
| # | # | ||||
| # ##### END GPL LICENSE BLOCK ##### | # ##### END GPL LICENSE BLOCK ##### | ||||
| # Filename : ignore_small_oclusions.py | # Filename : ignore_small_occlusions.py | ||||
| # Author : Stephane Grabli | # Author : Stephane Grabli | ||||
| # Date : 04/08/2005 | # Date : 04/08/2005 | ||||
| # Purpose : The strokes are drawn through small occlusions | # Purpose : The strokes are drawn through small occlusions | ||||
| from freestyle.chainingiterators import pyFillOcclusionsAbsoluteChainingIterator | from freestyle.chainingiterators import pyFillOcclusionsAbsoluteChainingIterator | ||||
| from freestyle.predicates import ( | from freestyle.predicates import ( | ||||
| QuantitativeInvisibilityUP1D, | QuantitativeInvisibilityUP1D, | ||||
| TrueUP1D, | TrueUP1D, | ||||
| ) | ) | ||||
| from freestyle.shaders import ( | from freestyle.shaders import ( | ||||
| Context not available. | |||||