Changeset 335
- Timestamp:
- 03/18/07 22:20:47 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/LaserLine_2.0/Src/Sequencing/Generators/LZ3DTorus.m
r334 r335 9 9 #import "LZ3DTorus.h" 10 10 11 12 13 /* 14 This code has not been modularized or setup so that parameters may be adjusted via GUI. Ra, Rb, FRAMES, and frameIndex Jump may need to be adjusted via GUI to chanage parameters. Scaling too. 15 Also, it is not explicitly clear in documentation anywhere that the frame will be free'd anywhere-- though i think it is. Perhaps we should write some docs for this stuff. 16 -Joey 3.18.07 17 */ 11 18 12 19 @implementation LZ3DTorus trunk/UI_Elements/CocoaTimeline/src/TimeLine/TLTrack.m
r298 r335 74 74 { 75 75 TLClip *aClip = [[TLClip alloc] initWithTime:time inTrack:(id)self]; 76 [aClip setImage:aImage];76 //[aClip setImage:aImage]; 77 77 [aClip setTitle:aTitle]; 78 78 [aClip setIdentifier:aID]; … … 82 82 [self expandWidth]; 83 83 [theTLView redrawAllClips]; 84 //[self redrawClips];84 [self redrawClips]; 85 85 [self setNeedsDisplay:YES]; 86 86 [theTLView setNeedsDisplay:YES];
