Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
395 commits
Select commit Hold shift + click to select a range
fee0a0f
Add VtkImageData Object Source node
tkeskita Jul 19, 2020
ce8af53
Volume object: Add color grid
tkeskita Jul 19, 2020
b6ff45e
Volume object: Skip export if there is no voxel data
tkeskita Jul 20, 2020
c118588
Show data array types in Info node
tkeskita Jul 20, 2020
5e73cc1
Show all component value ranges in Info node
tkeskita Jul 20, 2020
f737c0b
Volume object: Generate a default volumetric material
tkeskita Jul 20, 2020
26f0d8e
Add docs and example of VTK To Blender Volume node
tkeskita Jul 24, 2020
2bdf53e
Fix BoxClipDataSetType
Jul 24, 2020
d9c202a
Moved the fix to VTKFilters
Jul 26, 2020
7bab87b
Custom node for vtkBoxClipDataSet
Jul 26, 2020
03e0d93
Merge branch 'vigeesh-boxclipdataset-fix'
tkeskita Jul 27, 2020
21b0220
Fix cmd in customized VTKBoxClipDataSet
tkeskita Jul 27, 2020
4bc4680
Add update of Volume node to on_frame_change()
tkeskita Jul 28, 2020
cdaa0b0
Add Export File Sequence option to Volume exporter
tkeskita Aug 2, 2020
59b0ebf
Minor updates to docs
tkeskita Aug 3, 2020
9e511c6
Add missing run_custom_code decorators
tkeskita Aug 8, 2020
9e789ec
Fix double first vertex index in face creation
tkeskita Aug 24, 2020
6d685b4
Minor update for readme and docs
tkeskita Aug 30, 2020
dc45be3
Added VTK Nodes and Custom Code section to docs
tkeskita Sep 11, 2020
bd43fd5
Initial WIP commit of VTK To Blender Mesh node
tkeskita Sep 21, 2020
36f4f4e
Add rest of linear VTK cells to VTK To Blender Mesh node
tkeskita Sep 26, 2020
19f6684
Add smooth option for faces in VTK To Blender Mesh
tkeskita Sep 26, 2020
38d8989
Refactor unwrapping, coloring and material generation
tkeskita Sep 26, 2020
71a4d8a
Discard illegal faces in process_cell_face()
tkeskita Sep 28, 2020
d1b8542
Recalculate face normals only with smooth option on
tkeskita Sep 28, 2020
348aa29
Add geometry options to VTK To Blender Mesh node
tkeskita Sep 28, 2020
97add8d
Separate option for recalculating normals
tkeskita Sep 28, 2020
467b7a4
Add documentation of VTK To Blender Mesh node
tkeskita Sep 28, 2020
9813761
Bump version to 0.5.
tkeskita Sep 28, 2020
7c6561d
Minor fixes to docs
tkeskita Oct 2, 2020
c30d724
Update Favorites, rename label for image object node
tkeskita Oct 3, 2020
22da48c
Update doc UG examples to VTK To Blender Mesh node
tkeskita Oct 3, 2020
6c1069b
Add VTK To OpenVDB Exporter Node (#25)
tkeskita Oct 10, 2020
b957422
Add docs to VTK To OpenVDB Exporter node
tkeskita Oct 10, 2020
e36620a
Fix Blender Object linking for custom vtkPlane class
tkeskita Oct 24, 2020
bffdbf3
Add customized vtkPlane to docs
tkeskita Oct 25, 2020
6c75c16
add DIR_PATH
Staars Nov 5, 2020
c15bf53
Merge pull request #27 from Staars/master
tkeskita Nov 6, 2020
99b6bca
Add DirectoryName subtype DIR_PATH to generate.py
tkeskita Nov 7, 2020
b945934
Fix frame update bug in VTK To Blender Mesh
tkeskita Feb 6, 2021
b7c89f2
Added Help with Issues section to docs
tkeskita Feb 24, 2021
b1420d8
Minor docs updates
tkeskita Feb 25, 2021
0ec0fcd
Starting upgrade to VTK 9.0.1
tkeskita Feb 26, 2021
149d0d3
Finalize upgrade to VTK 9.0.1
tkeskita Feb 27, 2021
c8beb6e
Finetune Help with Issues docs
tkeskita Feb 27, 2021
a2c66ad
Add common Error Messages section to docs
tkeskita Feb 27, 2021
2b96cae
Fix missing vertex normal bug in VTK To Blender Mesh
tkeskita Feb 27, 2021
9ec25b1
Info Button Bug Fix
Feb 28, 2021
0a8986d
Merge pull request #35 from NickGeneva/master
tkeskita Feb 28, 2021
db90ec4
VTK Information Pipeline Bug fix
Feb 28, 2021
c142077
Additional fix for VTK Composite Pipe Line errors
Mar 2, 2021
2f9600c
Added fix for non-vtkAlgo nodes in getoutputs
Mar 3, 2021
468cd95
VTK Cache Update
Mar 4, 2021
2ce791a
Merge pull request #38 from NickGeneva/master
tkeskita Mar 4, 2021
b11e4b3
New Cache bug fixes and clean up
Mar 5, 2021
bc10cd8
Merge pull request #39 from NickGeneva/master
tkeskita Mar 5, 2021
8ba548f
Moved the customly generated nodes in VTK*.py into custom_nodes
thomgrand Mar 6, 2021
9535680
Merge branch 'master' into dir_restructuring
thomgrand Mar 6, 2021
bd531f0
Inserted missing indentation
thomgrand Mar 7, 2021
87e0bbe
Merge pull request #40 from thomgrand/dir_restructuring
tkeskita Mar 7, 2021
bcd227e
Added multiple colormaps from matplotlib to the Color Ramp node, with…
thomgrand Mar 7, 2021
c418e84
Merge pull request #41 from thomgrand/colormap_features_v2
tkeskita Mar 7, 2021
50882e6
Custom code expandable menu
Mar 7, 2021
78aa10d
Added node specific editing
Mar 7, 2021
3c5aca9
Node custom code editting polish
Mar 10, 2021
e8ed250
Merge pull request #42 from NickGeneva/master
tkeskita Mar 10, 2021
ebdea1b
export custom code into json
Mar 11, 2021
59a25a0
added .gitignore
Mar 11, 2021
380fe6a
Merge pull request #43 from find/master
tkeskita Mar 11, 2021
5a96add
Update .gitignore with github and BVTKNodes defaults
tkeskita Mar 13, 2021
4dbab09
Updated add on init for new file structure
Mar 17, 2021
9d3f4ca
Initial commit of the standalone keyframe reintroduction from the dev…
thomgrand Mar 17, 2021
c6b5a8a
Cleanup of unused code and features
thomgrand Mar 17, 2021
5156dcf
Merge pull request #47 from NickGeneva/init_fix
tkeskita Mar 19, 2021
e2be12d
Color map enum prop improvements
Mar 21, 2021
ba40ef3
Corrected unwrap_and_color function in convereters
Mar 21, 2021
d2cb558
Merge pull request #50 from NickGeneva/colormap_fix
tkeskita Mar 21, 2021
e326eb4
Readme rework
Mar 21, 2021
a8f524d
Added contributor markdown file
Mar 22, 2021
48c9e9f
Update README.md
tkeskita Mar 22, 2021
4dd62ac
Merge pull request #52 from NickGeneva/readme_update
tkeskita Mar 22, 2021
2e8be22
Fixed some issues discussed in PR #48:
thomgrand Mar 22, 2021
3db3ce3
Refactoring to extract common submethods in animation_helper.py
thomgrand Mar 22, 2021
80397c2
Added documentation for the Global Time Keeper feature
thomgrand Mar 23, 2021
0e4a370
Fixed a bug when using Global Time Keeper on empty node trees without…
thomgrand Mar 23, 2021
d024071
Fixed an issue with the Global Time Keeper when reloading the file
thomgrand Mar 23, 2021
8b09ab1
Merge pull request #48 from thomgrand/keyframes
tkeskita Mar 24, 2021
be1fb78
Two major bugs found and fixed:
thomgrand Apr 7, 2021
ba97d6a
Merge pull request #56 from thomgrand/append_cache_bug
tkeskita Apr 9, 2021
aefd1f9
Initial commit of the testing feature. This calls blender in backgrou…
thomgrand Apr 7, 2021
7b9b409
Fixed an issue that kept blender in Linux from running in the backgro…
thomgrand Apr 24, 2021
bc25cbe
Editorial of development.rst
tkeskita Apr 25, 2021
2aeb09f
Merge pull request #57 from thomgrand/testing_framework
tkeskita Apr 25, 2021
bc22a48
Workaround for VTK 9.0.1 vtkPolyDataReader TIME_STEPS issue #32
tkeskita May 2, 2021
4f49bbc
Add node_status and descriptions to BVTK_Node
tkeskita Mar 14, 2021
eda3e16
Add m_properties() and m_connections() skeleton
tkeskita Mar 19, 2021
7b05f01
WIP: Create base mapping between nodes and VTK objects
tkeskita Mar 21, 2021
9ba476a
WIP: New core functions for BVTK_Node class
tkeskita Apr 2, 2021
a4cfe75
WIP: Failed to get vtk_obj pointer to node level
tkeskita Apr 3, 2021
a07cba8
WIP: Restore node_id, streamline cache, updates to node code
tkeskita Apr 4, 2021
78d390a
WIP: Add VTK update and communication function skeletons
tkeskita Apr 5, 2021
5aebf89
WIP: Revamping of core updates progressing, Info node updated
tkeskita Apr 10, 2021
1f83801
WIP: Fix updating for vtkConeSource and Info nodes
tkeskita Apr 11, 2021
d7f36d3
WIP: Add detection of node linking to update process
tkeskita Apr 11, 2021
0f3afdf
WIP: Fix Info node output text when not up-to-date
tkeskita Apr 11, 2021
ee81940
WIP: Fix connection update, copy and reload
tkeskita Apr 11, 2021
e5f7f22
WIP: Fixes to core connection handling, status updates
tkeskita Apr 16, 2021
c6a795a
WIP: Add ui_message node property, restructure Info Node
tkeskita Apr 18, 2021
1588b51
WIP: Stop if upstream node update failed
tkeskita Apr 18, 2021
036085d
WIP: Add a global add-on settings property group
tkeskita Apr 18, 2021
3127ff2
WIP: Implementation of automatic update modes
tkeskita Apr 18, 2021
e723623
WIP: generalization of apply_properties()
tkeskita Apr 23, 2021
20c1d30
WIP: Postpone requirement for VTK objects until update
tkeskita Apr 30, 2021
bea2ce0
WIP: Base upgrade for Color Mapper and Color Ramp
tkeskita May 13, 2021
4133430
WIP: Add enum list for color_by to Color Mapper node
tkeskita May 15, 2021
60bc96d
WIP: Fix initialization bug after opening file
tkeskita May 16, 2021
35c2292
WIP: Refactor draw_buttons_special() for special nodes
tkeskita May 16, 2021
7e61d8d
WIP: Take Update Mode into use in tree import
tkeskita May 16, 2021
cf3a740
WIP: Added node coloring based on VTK status
tkeskita May 22, 2021
f47762e
WIP: Modify core access to output VTK objects
tkeskita Jun 5, 2021
6ea40dc
WIP: Upgrade Multi Block Leaf Node
tkeskita Jun 5, 2021
6d17356
WIP: Upgrade inspection section operators
tkeskita Jun 7, 2021
f27ff9c
WIP: Enable persistent storage variables
tkeskita Jun 18, 2021
6e2fc79
Add update to generate.py and shorten generated format
tkeskita Jun 18, 2021
3f3c0b0
Rerun generate/populate_db.py and generate.py
tkeskita Jun 18, 2021
7901465
Added a continuous integration workflow in github to automatically ru…
thomgrand Jun 17, 2021
9e0d2ea
Restore use of extra_inputs in core for vtkPolyDataReader
tkeskita Jun 20, 2021
d20e321
Upgrade vtkPlane and fix extra connections
tkeskita Jun 21, 2021
8d0a83e
Modify Info Node VTK object
tkeskita Jun 22, 2021
156c787
Added check for returning a VTK object
tkeskita Jun 23, 2021
2ecdc64
Fix examples (except head)
tkeskita Jun 23, 2021
962d4b8
Modified Contour Filter and head example
tkeskita Jun 23, 2021
0660035
Upgraded VTKMarchingCubes
tkeskita Jun 25, 2021
74721bf
Fix automatic update loop bug in Color Mapper
tkeskita Jun 26, 2021
bb040d0
Updated the badges to show the CI test status.
thomgrand Jun 18, 2021
81d8219
Added a few comments to the github actions file.
thomgrand Jun 26, 2021
7d0b48d
Upgrade and modify vtkAppendFilter
tkeskita Jun 27, 2021
145734d
Upgrade Time Selector and VTKThreshold
tkeskita Jul 25, 2021
3a92bbf
Upgrade customized node vtkBoxClipDataSet
tkeskita Jul 25, 2021
aa22d4a
Upgrade vtkTransformFilter
tkeskita Jul 25, 2021
73395b5
Upgrade Custom Filter
tkeskita Jul 30, 2021
bca2563
Upgrade VTKImageData Object Source
tkeskita Jul 30, 2021
c29380f
Disabled legacy VTK To Blender node
tkeskita Jul 30, 2021
0df64b9
Upgraded on_frame_change()
tkeskita Jul 31, 2021
d174e1d
Upgrade VTK To Blender Particles node
tkeskita Jul 31, 2021
a482dca
Upgraded VTK To OpenVDB Exporter
tkeskita Aug 1, 2021
4b338ca
Hide Edit/Save Custom Code buttons when uninitialized
tkeskita Aug 1, 2021
dc00486
Refactor validate_and_update_values_special()
tkeskita Aug 7, 2021
7d1c9d7
Add Force Update Upstream Operator
tkeskita Aug 7, 2021
a6eb1e6
Add cache reset to on_file_loaded()
tkeskita Aug 7, 2021
a751cd0
Upgrade Global Time Keeper
tkeskita Aug 9, 2021
cc204fc
Remove Update All node
tkeskita Aug 9, 2021
b2d81a8
Fix triggering multiple updates in on_frame_change()
tkeskita Aug 15, 2021
a34506b
Refactor code to use core.get_all_bvtk_nodes()
tkeskita Aug 15, 2021
893ed9f
Start docs update, fix Update Node in Inspect Panel
tkeskita Aug 20, 2021
5cdf691
Docs update: vtkPlane, VTK To Blender
tkeskita Aug 20, 2021
a81dd3b
Docs update: VTK To Blender Volume, VTK To OpenVDB Exporter
tkeskita Aug 20, 2021
7ff9f2f
Docs Update: Special nodes part 1
tkeskita Aug 21, 2021
a56f5a0
docs update: Global Time Keeper
tkeskita Aug 21, 2021
34b93a8
Docs update: Information and Error Messages, Development
tkeskita Aug 21, 2021
04b5a08
Hide debugging info under debug_mode in core
tkeskita Sep 10, 2021
c0e97c5
Docs: ug_nodes: reader setup, boundary patch
tkeskita Sep 10, 2021
240e4c4
Docs: ug_nodes: Field data calculations, Cutting
tkeskita Sep 11, 2021
90adf60
Docs: ug_nodes: Vector glyphs
tkeskita Sep 11, 2021
765cee5
Docs: ug_nodes: Contours and Iso-surface
tkeskita Sep 11, 2021
93366d4
Docs: ug_nodes: Stream tracers
tkeskita Sep 11, 2021
9cbb1fd
Docs: ug_nodes: Volumetric rendering
tkeskita Sep 12, 2021
3b8cce0
Fix volumetrics node tree image
tkeskita Sep 12, 2021
42e13f9
Upgrade test suite
tkeskita Sep 17, 2021
8c71153
Clean up __init__
tkeskita Sep 17, 2021
d5c7a30
Clean up core
tkeskita Sep 18, 2021
05df874
Clean up update
tkeskita Sep 18, 2021
689cebe
Clean up converters
tkeskita Sep 18, 2021
ce70f3f
Clean up cache, fix BVTK_OT_NodeWrite
tkeskita Sep 18, 2021
952060c
Clean up colormap
tkeskita Sep 18, 2021
f08fd5a
Added sorting of examples list
tkeskita Sep 18, 2021
b23debd
Delete remainders of update.py
tkeskita Sep 18, 2021
76cede5
Show version number in Inspect panel
tkeskita Sep 18, 2021
7a0c450
Add What's New section to docs
tkeskita Sep 18, 2021
770fc00
Merge pull request #46 from tkeskita/core_refactor
tkeskita Sep 18, 2021
196e6a7
Docs: Add volume_00005.vdb to examples_data
tkeskita Sep 18, 2021
0ad4f34
Docs update: What's New for previous versions
tkeskita Sep 19, 2021
aeb0759
Merge branch 'ci' of https://github.com/thomgrand/BVtkNodes into thom…
tkeskita Sep 24, 2021
f19a125
Merge pull request #61 branch 'thomgrand-ci'
tkeskita Sep 24, 2021
8beb9c0
Docs: Development: black coding style
tkeskita Sep 25, 2021
ab0a986
Format code with black
tkeskita Sep 25, 2021
8ef37fa
Docs: Development: Doc strings instructions
tkeskita Sep 25, 2021
898eec8
Converters: Fix bug #63 in point_unwrap()
tkeskita Sep 26, 2021
9e66f20
Docs: finetune What's New, Force Update Stream
tkeskita Oct 1, 2021
a3a7ccd
Upgrade to Blender 2.93 and VTK 9.1.0 (#65)
tkeskita Jan 16, 2022
aa3c563
Commit new generated nodes for Blender 2.93 and VTK 9.1.0
tkeskita Jan 16, 2022
398fffa
Fix .github/workflows/blender-tests.yml
tkeskita Jan 16, 2022
acfbb7d
Add disabling vtkRenderingMatplotlib in install_bvtk.sh
tkeskita Jan 16, 2022
98ccf0b
Fix import issue in b_inspect (#72)
tkeskita Jan 21, 2022
50ca029
Fix face creation crashing (band aid for #73)
tkeskita Jan 22, 2022
bd3b688
Improved fix for face creation crashing (#73)
tkeskita Jan 23, 2022
169d9fe
Fix string variable default value "None" bug (#70)
tkeskita Jan 28, 2022
e458af4
Point to Update Mode option in help checklist
tkeskita Jan 28, 2022
13ea152
Match frame number to file list in Time Selector
tkeskita Feb 11, 2022
e28e7f7
Explicit Texture Name in Color Ramp (fix #69)
tkeskita Feb 13, 2022
a18f325
Docs: Added time un-aware reader file name matching
tkeskita Feb 13, 2022
d89611b
Fix race condition in on_frame_change()
tkeskita Feb 13, 2022
3286564
Fix depsgraph update for view layer update
tkeskita Feb 13, 2022
70b6f82
Fix references to on_frame_change_is_running
tkeskita Feb 13, 2022
bb7fabb
Fix integer formatting issue in Time Selector
tkeskita Feb 19, 2022
d8f9e14
Connect alpha for default generated material (#81)
tkeskita Mar 5, 2022
7836292
Fix bug in show/hide properties
tkeskita May 28, 2022
ea5e656
Added info verbosity for invalid arrays
tkeskita May 28, 2022
4ebaff3
Fix enum list name shown
tkeskita May 28, 2022
9232087
Add VTK To Blender Image Node
tkeskita May 28, 2022
ba63de5
Bumped version to 0.9
tkeskita May 29, 2022
379b4e6
Fixed importing of colors for Color Ramp node
tkeskita Jun 5, 2022
7481794
Changed Custom Filter to fix it's tree import/export
tkeskita Jun 12, 2022
e55c205
Finetuning of docs
tkeskita Jun 12, 2022
ebdb559
Update docs: vtkContourFilter, doc version number
tkeskita Jun 13, 2022
d9c7a36
Made the vtk to Blender mesh conversion use the magnitude of vectors …
joeadamay Jul 24, 2022
d4cda88
Changed the colormapper auto-range to use vector magnitudes
Jul 24, 2022
e80a786
Merge pull request #90 from joeadamay/fix-issue-58
tkeskita Jul 28, 2022
3873294
Added Color Mapper improvement to docs
tkeskita Jul 28, 2022
6b82473
Remove obsolete note for using vectors in Color Mapper
tkeskita Jul 29, 2022
646e88f
Start upgrade to VTK 9.2.2 (#93)
tkeskita Jan 20, 2023
2791859
Update CI scripts and settings for Blender 3.3
tkeskita Jan 20, 2023
b399463
Bump version number to 0.10, upgrade to Blender 3.3 (#93)
tkeskita Jan 21, 2023
d8d5d50
Fix cubeflow boundary patch example for VTK 9.2.2
tkeskita Jan 21, 2023
dc4e5ea
Trying to fix github workflow Python version error
tkeskita Jan 21, 2023
aaf0329
Fix download path for CI workflow
tkeskita Jan 21, 2023
b3d1978
Tone down node colors for Blender 3.3
tkeskita Jan 22, 2023
3883501
Add new example tree cubeflow_filter_test
tkeskita Jan 28, 2023
b53ea4f
Docs: Add Blender Python Scripting Example (#84)
tkeskita Jan 29, 2023
fca9007
Add feedback request to docs
tkeskita Feb 18, 2023
600a111
Add pyrna_enum_to_py warning to docs
tkeskita Feb 19, 2023
19f5fd3
Fix #88 Python Console buttons
tkeskita Feb 19, 2023
5ebdc32
Improve debug messages (fix #77)
tkeskita Mar 8, 2023
ac8fab9
Add example tree cubeflow_cut_plane_to_image (close #85)
tkeskita Mar 12, 2023
8749acd
Add example tree cubeflow_particle_instancing (close #95)
tkeskita Mar 18, 2023
74d24eb
Fix scalar range bug in coloring (#99)
tkeskita Jun 9, 2023
565e70e
Upgrade BVTKNodes to Blender 3.6 (#101)
tkeskita Aug 18, 2023
04f08d3
Resurrected VTK To Blender Volume Node (close #25)
tkeskita Aug 19, 2023
4546bbd
VTK Linux installation instructions update
tkeskita Sep 17, 2023
cde3b3d
Update pip_install_vtk.md
asky88 Sep 18, 2023
45b710e
Merge pull request #106 from asky88/patch-1
tkeskita Sep 18, 2023
893d5b3
docs: Fix changed syntax in vtkArrayCalculator (ref #104)
tkeskita Oct 13, 2023
669959e
docs: Add workaround for Add menu search issue (#105)
tkeskita Oct 13, 2023
7f03c0d
Fix readthedocs doc build issue
tkeskita Oct 15, 2023
7664092
Add Mesh Motion Blur options to VTK To Blender Mesh (#108)
tkeskita Dec 31, 2023
e8024eb
Try to fix github CI test issue with pyvista
tkeskita Dec 31, 2023
cd0a6c9
Add What's New link to README
tkeskita Dec 31, 2023
211f3b5
Fix mesh motion blur interpolation and velocity scaling (#108)
tkeskita Feb 17, 2024
f746cb2
Upgrade to Blender 4.2, no changes in practice
tkeskita Jul 19, 2024
064969b
Fix infinite loop in VTK To Blender Volume (#114)
tkeskita Aug 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions .github/workflows/blender-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
###########################################################
## This file is used by github to execute the
## continuous integration tests automatically
## For more information on github actions, visit
## https://docs.github.com/en/actions


name: CI Tests

on:
push:
branches: [ master, ci ]
pull_request:
branches: [ master, ci ]

jobs:

run_ci:

runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies of the test environment
run: |
python -m pip install --upgrade pip
python -m pip install numpy vtk==9.2.6 pyvista==0.42.3
- name: Install the library
run: |
#Zip addon before downloading blender
zip -r BVtkNodes.zip .

#Install blender and the addon
sh test/install_blender.sh
sh test/install_bvtk.sh

- name: Run the tests
run: |
export BLENDER_PATH="$PWD/blender/blender"
python test/test_main.py
110 changes: 110 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/

# Emacs
*~

vtklog.txt
vtkdb.sqlite
15 changes: 15 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: "2"

build:
os: "ubuntu-22.04"
tools:
python: "3.10"

python:
install:
- requirements: docs/requirements.txt

sphinx:
configuration: docs/conf.py
Binary file removed BVtkNodes.zip
Binary file not shown.
Loading