2
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected 1 day ago.
Jan 01, 2025 — Jan 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add paths.line() More... almost 15 years ago
In grow_extent, consider only the extrusion region from start to end, not the whole path More... almost 15 years ago
Show new materials More... almost 15 years ago
New materials, pruned More... almost 15 years ago
Replace print "hello" with print("hello") everywhere in the documentation More... almost 15 years ago
Add to first page an animation of the extrusion process More... almost 15 years ago
Changes to include extrusion-related materials More... almost 15 years ago
Restructuring associated with introdution of the extrusion object More... almost 15 years ago
Related to introduction of extrusion object More... almost 15 years ago
Corrected an off-by-one error in the retain option for append More... almost 15 years ago
New extrusion object More... almost 15 years ago
Implement start and end attributes for extrusion object More... almost 15 years ago
import vis.shapes as shapes (similar to materials) More... almost 15 years ago
New shapes library, built by Kadir Haldenbilen, for use with extrusion object More... almost 15 years ago
Improve error message for attempt to read extrusion.shape More... almost 15 years ago
Implement xscale and yscale attributes for extrusion; also lock out rendering while setting up extrusion contours info More... almost 15 years ago
Minor rearrangement to avoid excess multiplies by scene.gcf More... almost 15 years ago
Handling scalar inputs to twist and scale More... almost 15 years ago
Implemented twist More... almost 15 years ago
Implemented scaling More... almost 15 years ago
Major fix to joint calculations, which were very wrong except in simple cases. More... almost 15 years ago
Added in a temporary way scale (should be Nx2, not Nx3) and twist (should be Nx1, not Nx3) More... almost 15 years ago
Implement extrusion.up as an array; only first point used currently -- intent is to honor up along the curve, enabling twisted extrusions More... almost 15 years ago
Implement up (at the moment, it's only a single vector; it should be an array, like pos) More... almost 15 years ago
Handle the case of identical adjacent points. In particular, this makes sharp breaks in color rather than blends at joints. More... almost 15 years ago
from Polygon import Polygon, needed for constructing extrusion shapes More... almost 15 years ago
Give error messages if Polygon or ttfquery/FontTools modules are not available, but allow Visual to run with extrusion and/or text objects unavailable. More... almost 15 years ago
Smooth along the curve as well as around the curve More... almost 15 years ago
In primitives.py we make sure that the winding order for external and internal (hole) contours are consistent with assumptions made in extrusions.cpp More... almost 15 years ago
Correct the calcuations of positions at the joints More... almost 15 years ago