I am able to rotate the camshaft with this script:
Code:
--[[Sripted by Co for NEMOOZ]]
function register()
--****************************************************************************************
-- "Dissolve" script makes parts disappear progressively from the model ("Build" inverse)
--****************************************************************************************
local ani=ldc.animation('Motor')
--Set the length of the animation in seconds
ani:setLength(10)
ani:setEvent('start', 'motorStart')
ani:setEvent('frame', 'motorFrame')
end
function motorStart()
mainSf=ldc.subfile()
end
function motorFrame()
local ani=ldc.animation.getCurrent()
local ori=ldc.matrix()
local angle=1800*ani:getFrameTime()/ani:getLength()
local ax1=mainSf:getRef('axe_motor.ldr')
ori:setRotate(angle, 1, 0, 0)
ax1:setOri(ori)
end
register()
I searched the forums and found nothing on that particular subject.
Can anyone combine
parts/195075a.dat Sticker 1.9 x 2.8 with Yellow Box and Arrow Right
parts/195075b.dat Sticker 1.9 x 2.8 with Yellow Box and Arrow Left
with 4215a Panel 1 x 4 x 3 Red so that we can make 4215pb015 and 4215pb016.
Recently used as the fender arches on the Creator Expert James Bond Aston Martin DB5 and last year's London bus. Will certainly be useful for other Creator-scale vehicles.
I decided to do a 1.6c version of LDCad as I've gathered a couple of small issues making it worth while.
But I would like to address as much as possible as this might be the final 1.x version.
These are the known issues:
- Copy goes wrong when multiple instances are involved of which not all are really selected (e.g. some are hidden trough buffer exchange).
- ctrl + 'plus' or 'min' hotkeys don't work.
- Animation mode does not apply buffer exchange visibility.
And some minor tweaks/additions
- Hotkeys for zooming and panning
- Allow higher and unlimited max script execution time
- (very)Basic export (probably CSV) for part bin contents. Mostly for use with the "All parts used in the current model" bin.
Please feel free to report any additional issues and or minor tweaks.
Hi! I was wondering if the website is broken for anybody else. I would like to download all the parts files but the website won't let me download anything! It appears like this: here
Is there a mirror download or something?
If it helps, in the HTML file I think it says that the links were removed in the new CMS made simple version. Please respond soon!