biri şu projeyi create reaction yapıp bana yollayabilirmi ?

biri şu projeyi create reaction yapıp bana yollayabilirmi ?

SkaterEmo

http://rapidshare.com/files/126535252/perde.rar.html

2008-07-02 23:45:57

Cvp

ColorDead

ilginç bir başlık olmuş.

Kıasaca bir bilgi verseydiniz?

siz neden yapmadınız?

sorunu nedir dosyanın ?

2008-07-03 08:57:32

Cvp

SkaterEmo

Create Reaction yaparken %20de Script hatası veriyor

2008-07-03 13:26:50

Cvp

SkaterEmo

yardım edecek yokmu hiç ?

2008-07-03 19:09:55

Cvp

SkaterEmo

işte verdiği hata

-- reactor Macro Scripts File
-- Created: 28 April 2003
-- Author: Paco Vidal
-- Macro Scripts for reactor Commands
-- ***********************************************************************************************
-- MODIFY THIS AT YOUR OWN RISK


-- CREATE COLLECTIONS

macroScript rctCreateRBCollection
category:"reactor"
internalcategory:"reactor"
tooltip:"Create Rigid Body Collection"
buttontext:"Rigid Body Collection"
Icon:#("reactor",1)
(
on execute do rctMakeRBCollection()
on isChecked return (mcrUtils.IsCreating rctRBCollection)
)

macroScript rctCreateCLCollection
category:"reactor"
internalcategory:"reactor"
tooltip:"Create Cloth Collection"
buttontext:"Cloth Collection"
Icon:#("reactor",2)
(
on execute do rctMakeCLCollection()
on isChecked return (mcrUtils.IsCreating rctCLCollection)
)

macroScript rctCreateSBCollection
category:"reactor"
internalcategory:"reactor"
tooltip:"Create Soft Body Collection"
buttontext:"Soft Body Collection"
Icon:#("reactor",3)
(
on execute do rctMakeSBCollection()
on isChecked return (mcrUtils.IsCreating rctSBCollection)
)

macroScript rctCreateRPCollection
category:"reactor"
internalcategory:"reactor"
tooltip:"Create Rope Collection"
buttontext:"Rope Collection"
Icon:#("reactor",4)
(
on execute do rctMakeRPCollection()
on isChecked return (mcrUtils.IsCreating rctRPCollection)
)

macroScript rctCreateDMCollection
category:"reactor"
internalcategory:"reactor"
tooltip:"Create Deforming Mesh Collection"
buttontext:"Deforming Mesh Collection"
Icon:#("reactor",5)
(
on execute do rctMakeDMCollection()
on isChecked return (mcrUtils.IsCreating rctDMCollection)
)

-- CREATE HELPERS

macroScript rctCreatePlane
category:"reactor"
internalcategory:"reactor"
tooltip:"Create Plane"
buttontext:"Plane"
Icon:#("reactor",6)
(
on execute do StartObjectCreation rctPlane
on isChecked return (mcrUtils.IsCreating rctPlane)
)

macroScript rctCreateSpring
category:"reactor"
internalcategory:"reactor"
tooltip:"Create Spring"
buttontext:"Spring"
Icon:#("reactor",7)
(
on execute do rctMakeSprings()
on isChecked return (mcrUtils.IsCreating rctSpring)
)

macroScript rctCreateLinearDashpot
category:"reactor"
internalcategory:"reactor"
tooltip:"Create Linear Dashpot"
buttontext:"Linear Dashpot"
Icon:#("reactor",8)
(
on execute do rctMakeLinearDashpots()
on isChecked return (mcrUtils.IsCreating rctLinearDashpot)
)

macroScript rctCreateAngularDashpot
category:"reactor"
internalcategory:"reactor"
tooltip:"Create Angular Dashpot"
buttontext:"Angular Dashpot"
Icon:#("reactor",9)
(
on execute do rctMakeAngularDashpots()
on isChecked return (mcrUtils.IsCreating rctAngularDashpot)
)

macroScript rctCreateMotor
category:"reactor"
internalcategory:"reactor"
tooltip:"Create Motor"
buttontext:"Motor"
Icon:#("reactor",10)
(
on execute do rctMakeMotorConstraints()
on isChecked return (mcrUtils.IsCreating rctMotor)
)

macroScript rctCreateWind
category:"reactor"
internalcategory:"reactor"
tooltip:"Create Wind"
buttontext:"Wind"
Icon:#("reactor",11)
(
on execute do StartObjectCreation rctWind
on isChecked return (mcrUtils.IsCreating rctWind)
)

macroScript rctCreateToyCar
category:"reactor"
internalcategory:"reactor"
tooltip:"Create Toy Car"
buttontext:"Toy Car"
Icon:#("reactor",12)
(
on execute do StartObjectCreation rctToyCar
on isChecked return (mcrUtils.IsCreating rctToyCar)
)

macroScript rctCreateFracture
category:"reactor"
internalcategory:"reactor"
tooltip:"Create Fracture"
buttontext:"Fracture"
Icon:#("reactor",13)
(
on execute do rctMakeFracture()
on isChecked return (mcrUtils.IsCreating rctFracture)
)

macroScript rctCreateWater
category:"reactor"
internalcategory:"reactor"
tooltip:"Create Water"
buttontext:"Water"
Icon:#("reactor",14)
(
on execute do StartObjectCreation rctWaterWSMObject
on isChecked return (mcrUtils.IsCreating rctWaterWSMObject)
)

-- CREATE CONSTRAINTS AND SOLVER

macroScript rctCreateConstraintSolver
category:"reactor"
internalcategory:"reactor"
tooltip:"Create Constraint Solver"
buttontext:"Constraint Solver"
Icon:#("reactor",15)
(
on execute do rctMakeConstraintSolver()
on isChecked return (mcrUtils.IsCreating rctConstraintSolver)
)

macroScript rctCreateRagdoll
category:"reactor"
internalcategory:"reactor"
tooltip:"Create Rag Doll Constraint"
buttontext:"Rag Doll Constraint"
Icon:#("reactor",16)
(
on execute do rctMakeRagdollConstraints()
on isChecked return (mcrUtils.IsCreating rctRagdoll)
)

macroScript rctCreateHinge
category:"reactor"
internalcategory:"reactor"
tooltip:"Create Hinge Constraint"
buttontext:"Hinge Constraint"
Icon:#("reactor",17)
(
on execute do rctMakeHingeConstraints()
on isChecked return (mcrUtils.IsCreating rctHinge)
)

macroScript rctCreatePointPoint
category:"reactor"
internalcategory:"reactor"
tooltip:"Create Point-Point Constraint"
buttontext:"Point-Point Constraint"
Icon:#("reactor",18)
(
on execute do rctMakePointToPointconstraints()
on isChecked return (mcrUtils.IsCreating rctPointToPoint)
)

macroScript rctCreatePrismatic
category:"reactor"
internalcategory:"reactor"
tooltip:"Create Prismatic Constraint"
buttontext:"Prismatic Constraint"
Icon:#("reactor",19)
(
on execute do rctMakePrismaticConstraints()
on isChecked return (mcrUtils.IsCreating rctPrismatic)
)

macroScript rctCreateCarWheel
category:"reactor"
internalcategory:"reactor"
tooltip:"Create Car-Wheel Constraint"
buttontext:"Car-Wheel Constraint"
Icon:#("reactor",20)
(
on execute do rctMakeCarWheelConstraints()
on isChecked return (mcrUtils.IsCreating rctCarwheel)
)

macroScript rctCreatePointPath
category:"reactor"
internalcategory:"reactor"
tooltip:"Create Point-Path Constraint"
buttontext:"Point-Path Constraint"
Icon:#("reactor",21)
(
on execute do StartObjectCreation rctPointToPath
on isChecked return (mcrUtils.IsCreating rctPointToPath)
)

-- APPLY MODIFIER

macroScript rctApplyClothModifier
category:"reactor"
internalcategory:"reactor"
tooltip:"Apply Cloth Modifier"
buttontext:"Cloth Modifier"
Icon:#("reactor",22)
(
on execute do (rctApplyModifierToSelection rctClothModifier)
on isEnabled return mcrUtils.ValidMod rctClothModifier
)

macroScript rctApplySoftBodyModifier
category:"reactor"
internalcategory:"reactor"
tooltip:"Apply Soft Body Modifier"
buttontext:"Soft Body Modifier"
Icon:#("reactor",23)
(
on execute do (rctApplyModifierToSelection rctSoftBodyModifier)
on isEnabled return mcrUtils.ValidMod rctSoftBodyModifier
)

macroScript rctApplyRopeModifier
category:"reactor"
internalcategory:"reactor"
tooltip:"Apply Rope Modifier"
buttontext:"Rope Modifier"
Icon:#("reactor",24)
(
on execute do (rctApplyModifierToSelection rctRopeModifier)
on isEnabled return mcrUtils.ValidMod rctRopeModifier
)

-- OPEN PROPERTY EDITOR

macroScript rctOpenPropertyEditor
category:"reactor"
internalcategory:"reactor"
tooltip:"Open Property Editor"
buttontext:"Open Property Editor"
Icon:#("reactor",25)
(
on execute do (rctMakeRBPropertiesUI())
on isEnabled return TRUE
)

-- UTILITIES

macroScript rctAnalyzeWorld
category:"reactor"
internalcategory:"reactor"
tooltip:"Analyze World"
buttontext:"Analyze World"
Icon:#("reactor",26)
(
on execute do (reactor.analyzeWorld())
on isEnabled return TRUE
)

macroScript rctConvexityTest
category:"reactor"
internalcategory:"reactor"
tooltip:"Convexity Test"
buttontext:"Convexity Test"
Icon:#("reactor",27)
(
on execute do (reactor.testSelectedConvexity())
on isEnabled return (selection.count == 1)
)

macroScript rctViewStoredCollisions
category:"reactor"
internalcategory:"reactor"
tooltip:"View Stored Collisions..."
buttontext:"View Stored Collisions..."
Icon:#("reactor",28)
(
on execute do (reactor.viewStoredCollisions())
on isEnabled return TRUE
)

macroScript rctReduceKeysSelection
category:"reactor"
internalcategory:"reactor"
tooltip:"Reduce Keys (Selection)"
buttontext:"Reduce Keys (Selection)"
Icon:#("reactor",29)
(
on execute do (reactor.reduceKeysForSelectedObjects())
on isEnabled return (selection.count > 0)
)

macroScript rctReduceKeysAll
category:"reactor"
internalcategory:"reactor"
tooltip:"Reduce Keys (All)"
buttontext:"Reduce Keys (All)"
Icon:#("reactor",30)
(
on execute do (reactor.reduceKeysForAllObjects())
on isEnabled return TRUE
)

macroScript rctDeleteKeysSelection
category:"reactor"
internalcategory:"reactor"
tooltip:"Delete Keys (Selection)"
buttontext:"Delete Keys (Selection)"
Icon:#("reactor",31)
(
on execute do (reactor.deleteKeysForSelectedObjects())
on isEnabled return (selection.count > 0)
)

macroScript rctDeleteKeysAll
category:"reactor"
internalcategory:"reactor"
tooltip:"Delete Keys (All)"
buttontext:"Delete Keys (All)"
Icon:#("reactor",32)
(
on execute do (reactor.deleteKeysForAllObjects())
on isEnabled return TRUE
)


-- PREVIEW, CREATE AND ABOUT

macroScript rctPreviewAnimation
category:"reactor"
internalcategory:"reactor"
tooltip:"Preview Animation"
buttontext:"Preview Animation"
Icon:#("reactor",33)
(
on execute do (reactor.previewAnimation())
on isEnabled return TRUE
)

macroScript rctCreateAnimation
category:"reactor"
internalcategory:"reactor"
tooltip:"Create Animation"
buttontext:"Create Animation"
Icon:#("reactor",34)
(
on execute do (reactor.createAnimation(FALSE ))
on isEnabled return TRUE
)

macroScript rctAbout
category:"reactor"
internalcategory:"reactor"
tooltip:"About reactor..."
buttontext:"About reactor..."
Icon:#("reactor",35)
(
on execute do (reactor.showAbout())
on isEnabled return TRUE
)

2008-07-03 19:50:57