ChristBedoyan
@christbedoyan
New Member
Joined: Feb 15, 2024
Topics: 1 / Replies: 14
Reply
RE: script converting from blender to max

well no im not gona rip off his work nor claim it my own senior project , coz im going on real time simulation and not just take his work and put the …

13 years ago
Forum
Reply
RE: script converting from blender to max

yeah i guess the only thing is for me to learn Blender interface , the thing is i just need it for once its for my senior project its due to June 25 …

13 years ago
Forum
Reply
RE: script converting from blender to max

this is the page link from where i got the script there are 3 files one for mac one for pc and the other the manual how does it work i have pc not m…

13 years ago
Forum
Reply
RE: script converting from blender to max

else: for i in range(0,self.entrCount): if (not (self.ipoTypeVals[i] in (Common.WO,Common.OB,Common.MA,Common.TE))) and (self.objNames[i]): self.objNa…

13 years ago
Forum
Reply
RE: script converting from blender to max

Function maintains the callback for Blender file chooser “”” self.clearMidiSettings() try: Common.filename = “None” self….

13 years ago
Forum
Reply
RE: script converting from blender to max

class Interface: “””Draw interface and handle interface actions. Instance variables: midi — midi file hodling source note list strDisp — MIDI file …

13 years ago
Forum
Reply
RE: script converting from blender to max

the script is about animating object with midi file but more in advance way , have you ever seen animusic ? heres a link this is where i want to g…

13 years ago
Forum
Reply
RE: script converting from blender to max

timeWidth = 10 noteWidth = 36 colors = [[0,0,1],[0.6,0,0.8],[1,0.6,0.8],[1,0,0],[1,0.4,0],[1,1,0],\ [0.2,0.4,0.4],[0,1,0],[0,1,1],[0.4,0.6…

13 years ago
Forum
Reply
RE: script converting from blender to max

Insertion of the pause action. if not pActId: return if object.action.name == pActId: raise SyncError(SyncError.SRCIPO) ip…

13 years ago
Forum
Reply
RE: script converting from blender to max

def extractSelectedNotes(notes): “””Form a new list of notes from a given list using only the elements marked as selected. “”” result = [] …

13 years ago
Forum
Reply
RE: script converting from blender to max

“”” hiBits = midiEvent >> 4 loBits = midiEvent & 0xF if hiBits == 0x8: channel = loBits note = self.str2Number(1) if channel == 9: note += 0…

13 years ago
Forum
Reply
RE: script converting from blender to max

“”” self.val = _val self.instr = _instr self.channel = _channel self.startT = _startT self.stopT = _stopT self.startVel = _startVel self.stopVel = _st…

13 years ago
Forum
Reply
RE: script converting from blender to max

the script is over large i will send it in segments and its a midi driver that turns sound tune making an animation import Blender from Blender impo…

13 years ago
Forum
Topic
Forum
Replies: 21
Views: 40