forked from Zulko/vapory
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
please merge from eelcovv #1
Open
yugangzhang
wants to merge
27
commits into
eelcovv:master
Choose a base branch
from
yugangzhang:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
got show_window=False working. the option uses a capital 'D'
this 404s http://en.wikipedia.org/wiki/POV-Ray/ Remove the last `/`, and it works
fix broken link
includedirs may contain a list of additional include directories that will be passed on as povray's +L parameter.
Add parameter 'includedirs' to render()
add NormalVectors for Mesh2
Add support for #declares
add "Media"
In addition to color_map, now supports pigment_map, slope_map, texture_map, and normal_map.
Changed the lens.py example to use the sky_sphere.
Added sky_sphere support.
Added option to enable alpha channel of POV-Ray output
Added support for more maps.
added new features and commented old ones
1. Added all the missing classes: [BicubicPatch, Bokeh, BoundedBy, BumpMap, ColourMap, ContainedBy, Cubic, Density, DensityMap, Disc, HeightField, ImagePattern, InteriorTexture, Irid, Isosurface, JuliaFractal, Lathe, LightGroup, LooksLike, Material, MaterialMap, Mesh, NormalIndices, Ovus, Parametric, Photons, PigmentPattern, Poly, Polynomial, ProjectedThrough, Quadric, Quartic, Rainbow, Rand, Reflection, Scattering, Slope, SmoothTriangle, Sor, SphereSweep, Spline, Subsurface, Superellipsoid, Torus, UvIndices, Warp]. Let me know if I missed any at all. 2. Sorts the classes in the order that they are found in the pov-ray documentation 3. Adds the pov-ray documentation to all of the pov ray elements, pythonized of course. (This was done systematically so there are some silly artifacts (such as suggestions to pass *['one_item'] rather than just 'one_item'. I've tried to eliminate them as much as possible) 4. not sure why `self` in POVRayElement.help() is named `cls`; fixed that.
Complies, also change 4 has been reverted.
Update vapory.py to include all remaining classes in POV-Ray and all documentation, systematically.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I found the eelcovv branch fixed the output pov file problem. Can someone take a look and merge it?