Commit Graph

2070 Commits

Author SHA1 Message Date
Sheng Fu
51a9da3bf0 fix ICC compile warning 2015-07-16 09:27:49 -07:00
Sheng Fu
fe20023989 minimize the scope of disabled warnings 2015-07-16 09:27:48 -07:00
Sheng Fu
59382abeaa Fix Intel compiler warning 2015-07-16 09:27:48 -07:00
Jeremy Cowles
0e5c320248 Merge pull request #697 from Nazg-Gul/dev
Fix typo in Far tutorial, GetFaceEdges() actually get face index, not edge index
2015-07-16 09:21:53 -07:00
Christopher Jones
87dc09e769 Fix cmake projects to not require GLFW when NO_OPENGL provided and not build gpu lib if not needed. 2015-07-15 23:55:14 -06:00
Jeremy Cowles
d051c9b2cd Merge pull request #701 from c64kernal/dev_docref
Added references section to the documentation
2015-07-13 18:34:58 -07:00
George ElKoura
87a7fd831c Added references section to the documentation
- Added new references section for folks wishing to learn more about
  subdivision.
- Fixed a reference in the intro.
- Fixed a minor typo in the nav bar.
2015-07-13 18:13:54 -07:00
Jeremy Cowles
0443db73b8 Merge pull request #700 from barfowl/fvar_unconnected
Fixed initialization of unconnected vertices in FVar channels
2015-07-13 11:46:39 -07:00
Takahito Tejima
51e1833139 Merge pull request #699 from daz3d/tbb_offset_fixes
Fix offsets in TbbEvalStencils when start is non-zero.
2015-07-13 11:40:49 -07:00
Takahito Tejima
cd212125df Merge pull request #696 from daz3d/omp_offset_fixes
Fix offsets in OmpEvalStencils when start is non-zero.
2015-07-13 11:40:33 -07:00
barfowl
50e2623b91 Fixed initialization of unconnected vertices in FVar channels
- correctly initialize FVar tag and source entry for unconnected verts
    - added regression/shape with unconnected vertices and fvar data
    - fixed edge-face vector access when unconnected edges are last
2015-07-12 18:30:26 -07:00
Christopher Jones
89b698e519 Fix offsets in TbbEvalStencils when start is non-zero. 2015-07-12 16:03:09 -06:00
Jeremy Cowles
71097a2bb4 Merge pull request #695 from daz3d/index_out_of_range_fixes
Index out of Range Issues
2015-07-09 21:29:29 -07:00
Sergey Sharybin
cee60e93e2 Fix typo in Far tutorial, GetFaceEdges() actually get face index, not edge index 2015-07-08 16:51:08 +02:00
Christopher Jones
d317cbc86b Fix offsets in OmpEvalStencils when start is non-zero. 2015-07-05 11:22:38 -06:00
Christopher Jones
8a74831b2e Fix out of range access issues when a non-connected vertex occurs at the end of mesh's vertex list or mesh has face varying data. 2015-07-05 10:43:00 -06:00
George ElKoura
732e7495a6 Merge pull request #693 from jcowles/dev-fix
Some minor compiler warning fixes
2015-06-25 23:39:47 -07:00
George ElKoura
99c6d01988 Merge pull request #692 from jcowles/dev
Remove all unused references to AddVaryingWithWeight
2015-06-25 23:38:48 -07:00
Jeremy Cowles
8dd7563060 Some minor compiler warning fixes
In one case, we were comparing int and unsigned int.

In primvarRefiner, some values were safely uninitialized, but older compilers
(GCC 4.1) were complaining.
2015-06-25 22:29:23 -07:00
Jeremy Cowles
ab5d5341af Remove all unused references to AddVaryingWithWeight
Far no longer supports this method, so the existing functions were pure noise.
Hbr, however still requires it, so there are still a couple instances of it in
the hbr tutorial files.
2015-06-25 22:12:38 -07:00
David G Yu
3961a2f4a5 Merge pull request #691 from jcowles/dev-clean
Replaced Geri's game image with Inside Out
2015-06-23 13:47:10 -07:00
jcowles
3c9facd85c Replaced Geri's game image with Inside Out 2015-06-23 13:22:47 -07:00
Takahito Tejima
2e0e5c46b0 Merge branch 'release/v3_0_0' into dev 2015-06-23 10:56:43 -07:00
Takahito Tejima
f39ee21147 version 3.0.0 release 2015-06-23 10:56:01 -07:00
Takahito Tejima
fc28a17b1b Merge pull request #690 from davidgyu/docs
Added a link for face-varying to the nav sidebar
2015-06-23 10:26:28 -07:00
David G Yu
11f6af9b8e Added a link for face-varying to the nav sidebar 2015-06-23 10:23:43 -07:00
Takahito Tejima
faf11628a7 Merge pull request #688 from jcowles/dev-docs
Update documentation logos
2015-06-23 10:20:06 -07:00
Jeremy Cowles
44f9dc1276 Updated logo and header icons 2015-06-23 09:57:12 -07:00
David G Yu
e15b3acb6c Merge pull request #689 from takahito-tejima/doc
update boundary interpolation diagram.
2015-06-23 09:53:34 -07:00
Takahito Tejima
6cb5d188d1 update boundary interpolation diagram. 2015-06-23 09:27:10 -07:00
David G Yu
3227d6042e Merge pull request #687 from poljere/fix_documentation
Minor changes/fixes in the documentation
2015-06-23 07:48:06 -07:00
Pol Jeremias Vila
7a83173023 getting_started.rst : download opensubdiv link now points to master version instead of the dev version; intro.rst : minor changes in the text; cmake_build.rst : consistent capitalization in CMake; code_examples and maya_osdpolysmooth : Instead of calling it just osdpolysmooth, now we refer to it as Maya osdpolysmooth 2015-06-22 22:56:07 -07:00
George ElKoura
b7e7334e43 Merge pull request #686 from davidgyu/doctest
Added some minor grammar and spelling fixes
2015-06-22 22:01:24 -07:00
David G Yu
248ebcaabc Merge pull request #684 from c64kernal/dev_doxtwk
More small tweaks to the docs.
2015-06-22 20:32:53 -07:00
jmooney
c808f8df2d Added some minor grammar and spelling fixes
The changes are mostly limited to punctuation fixes, though some sentences
were restructured for clarity.

The files modified include:
	- documentation/porting.rst
	- documentation/sdc_overview.rst
2015-06-22 20:24:43 -07:00
George ElKoura
427eda6841 Merge pull request #685 from takahito-tejima/doc
updating diagrams. make backgrounds transparent.
2015-06-22 20:15:42 -07:00
Takahito Tejima
ef8f1ae890 updating diagrams. make backgrounds transparent. 2015-06-22 20:06:47 -07:00
David G Yu
a74838cc91 Merge pull request #683 from c64kernal/dev_doxsm
Remove the 'Next' link in getting_started.
2015-06-22 20:00:17 -07:00
George ElKoura
a717276a64 More small tweaks to the docs.
- Removed out-of-place one-liners that remained at the top of some of the
  pages.

- Fixed formatting of an "important" note in cmake_build.

- Add table of contents for consistency to the contributing page.
2015-06-22 19:53:52 -07:00
George ElKoura
5e8ec2b31b Remove the 'Next' link in getting_started.
It was the only document that had such a next link.  Also
that became no longer true when we put the contributing
doc between it and the building doc.
2015-06-22 19:35:55 -07:00
barfowl
b06afcd637 Merge pull request #682 from c64kernal/dev_doxcmp 2015-06-22 19:29:06 -07:00
George ElKoura
a9b9930f83 Minor tweaks to the compatibility page. 2015-06-22 19:22:22 -07:00
George ElKoura
51704dc1db Merge pull request #679 from davidgyu/subdivDox
Updated subdivision surface intro page
2015-06-22 19:08:01 -07:00
George ElKoura
0ba46c1e51 Merge pull request #681 from davidgyu/farDox
Some more updates to the far_overview
2015-06-22 19:06:44 -07:00
David G Yu
8405dbacfe Some more updates to the far_overview 2015-06-22 18:30:42 -07:00
David G Yu
37ce73ccbe Updated subdivision surface intro page
Moved the description of uniform and adaptive refinement to
earlier in the page and also updated the table comparing the
two methods.

Previously, the table contained many restrictions related to
our use of Hbr which no longer need to be considered.
2015-06-22 18:07:45 -07:00
barfowl
7c3d646921 Merge pull request #678 from takahito-tejima/doc
minor update in overview pages
2015-06-22 17:45:33 -07:00
Takahito Tejima
b45c7b918f Merge pull request #677 from jcowles/dev-docs
Added "contributing" doc + minor doc cleanup
2015-06-22 17:41:45 -07:00
Takahito Tejima
65b8a56b96 update overviews: remove tiny api_layer images 2015-06-22 17:37:41 -07:00
Takahito Tejima
63374e2c71 minor update in api_overview: add some links to deeper sections. 2015-06-22 17:37:41 -07:00