Skip to content

Commit

Permalink
Merge pull request #18 from anvdev/dev
Browse files Browse the repository at this point in the history
GPL Licensing
  • Loading branch information
Ivan Titov authored Mar 16, 2020
2 parents 63f01e2 + 8b929f0 commit a94aef8
Show file tree
Hide file tree
Showing 6 changed files with 765 additions and 0 deletions.
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions OPmenu.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
Tool Development Kit for SideFX Houdini
Copyright (C) 2020 Ivan Titov
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->

<menuDocument>
<menu>

Expand Down
18 changes: 18 additions & 0 deletions python2.7libs/houdini_tdk/find_icon.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
"""
Tool Development Kit for SideFX Houdini
Copyright (C) 2020 Ivan Titov
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""

from __future__ import print_function

try:
Expand Down
18 changes: 18 additions & 0 deletions python2.7libs/houdini_tdk/gen_code.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
"""
Tool Development Kit for SideFX Houdini
Copyright (C) 2020 Ivan Titov
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""

from __future__ import print_function

import hou
Expand Down
18 changes: 18 additions & 0 deletions python2.7libs/houdini_tdk/new_hda_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
"""
Tool Development Kit for SideFX Houdini
Copyright (C) 2020 Ivan Titov
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""

from __future__ import print_function

import os
Expand Down
18 changes: 18 additions & 0 deletions python2.7libs/houdini_tdk/show_node_user_data.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
"""
Tool Development Kit for SideFX Houdini
Copyright (C) 2020 Ivan Titov
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""

from __future__ import print_function

try:
Expand Down

0 comments on commit a94aef8

Please sign in to comment.