| Author |
Message |
Forum: Suggestions Topic: IniRead with |
| CircuitryMaker |
|
Posted: February 13th, 2012, 7:09 am
|
|
Replies: 2 Views: 303
|
| I want IniRead to be capable of reading a missing part. IniRead, OutputVar, Filename, Section, <Key missing> leads to OutputVar to be Key IniRead, OutputVar, Filename, <Section missing>, Key leads to OutputVar to be a list of Sections with Key separated by `n IniRead, OutputVar, Filename, <Section m... |
|
 |
Forum: Support Topic: I want to soften jitter in motion capture bvh files |
| CircuitryMaker |
|
Posted: January 9th, 2012, 4:04 am
|
|
Replies: 12 Views: 312
|
poserpro wrote: http://vipbase.net/bvhviewer/ a free tool for bvh
I can not see in how far this helps reaching my goal. |
|
 |
Forum: Support Topic: Enlarging scripts in runtime and giving them new functions |
| CircuitryMaker |
|
Posted: January 8th, 2012, 11:18 pm
|
|
Replies: 2 Views: 77
|
| I have this script Gui, Add, Button, x25 y129 w90 h20 , Gui, Add, Button, x125 y129 w90 h20 , Gui, Add, Button, x225 y129 w90 h20 , Gui, Add, Button, x325 y129 w90 h20 , Gui, Add, Button, x25 y159 w90 h20 , Gui, Add, Button, x125 y159 w90 h20 , Gui, Add, Button, x225 y159 w90 h20 , Gui, Add, Button,... |
|
 |
Forum: Support Topic: Filter out a line that contains most different numbers |
| CircuitryMaker |
|
Posted: January 8th, 2012, 10:46 am
|
|
Replies: 0 Views: 98
|
| I have this table as a txt file -100.54;-104.54;-103.54;... -101.54;-103.54;-103.54;... -102.54;-104.54;-108.54;... .... and I have other tables as txt files in the same folder that have the same structure. Each textfile has at least one line in which most numbers contrast strongly(at least 200 diff... |
|
 |
Forum: Support Topic: Make a Listview Row Multilined |
| CircuitryMaker |
|
Posted: January 8th, 2012, 2:51 am
|
|
Replies: 2 Views: 335
|
|
 |
Forum: Support Topic: I want to soften jitter in motion capture bvh files |
| CircuitryMaker |
|
Posted: January 8th, 2012, 1:20 am
|
|
Replies: 12 Views: 312
|
| poserpro, how would you smooth the data in autohotkey or which tool would you use? |
|
 |
Forum: Support Topic: I want to soften jitter in motion capture bvh files |
| CircuitryMaker |
|
Posted: January 7th, 2012, 8:11 am
|
|
Replies: 12 Views: 312
|
| Technically, my table functions aren't designed for manipulating matrices. That being said, have you tried using Table_Invert() on your dataset, then parsing row-by-row? Doing that should let you operate on each column in order, then you can invert the results back to the right format. Please creat... |
|
 |
Forum: Support Topic: I want to soften jitter in motion capture bvh files |
| CircuitryMaker |
|
Posted: January 6th, 2012, 9:49 pm
|
|
Replies: 12 Views: 312
|
| Alright. As we all know what motion capture is now, how would you go about solving the issue... My idea is like this, but I need a more simple way to implement, as table.ahk does not accept my code the way it is. 1. loop till 1 row after Frame Time: 2. use table.ahk to get the first row of the first... |
|
 |
Forum: Support Topic: I want to soften jitter in motion capture bvh files |
| CircuitryMaker |
|
Posted: January 6th, 2012, 9:46 am
|
|
Replies: 12 Views: 312
|
Anonymous wrote: and how exactly do you want to interpolate these values? what should the holding point do? give some more examples.
good question, the first one. Two options:
spline or linear.
The holding point is being described in the first post.
Which kinds of examples do you ask for? Be specific. |
|
 |
Forum: Support Topic: I want to soften jitter in motion capture bvh files |
| CircuitryMaker |
|
Posted: January 6th, 2012, 9:06 am
|
|
Replies: 12 Views: 312
|
| What is BVH, don't assume we know, tell us. Give a link to a description. BVH are motion capture files. They contain 3D coordinates of virtual bones. Those files can be opened with 3D Software and be applied to virtual characters to make them move the way the creator of the BVH-files moved. http://... |
|
 |
Forum: Support Topic: I want to soften jitter in motion capture bvh files |
| CircuitryMaker |
|
Posted: January 6th, 2012, 7:20 am
|
|
Replies: 12 Views: 312
|
| BVH are motion capture files. They contain 3D coordinates of virtual bones. Those files can be opened with 3D Software and be applied to virtual characters to make them move the way the creator of the BVH-files moved. http://research.cs.wisc.edu/graphics/Courses/cs-838-1999/Jeff/BVH.html BVH look li... |
|
 |
Forum: Support Topic: Don't show the program in the task bar, only show a tray i. |
| CircuitryMaker |
|
Posted: January 6th, 2012, 6:41 am
|
|
Replies: 7 Views: 310
|
mrmikevet wrote: Code: ;Gui, +ToolWindow ; No tray button but provides a narrower title bar. GUI, +owner ; No tray button but provides a normal title bar. Gui,Show,w400 h300,No Tray Button
esc:: GuiClose: ExitApp
That has a task bar... |
|
 |
Forum: Support Topic: Don't show the program in the task bar, only show a tray i. |
| CircuitryMaker |
|
Posted: January 4th, 2012, 7:17 pm
|
|
Replies: 7 Views: 310
|
| Alright and how do I have a normal title bar, also? |
|
 |
Forum: Support Topic: Don't show the program in the task bar, only show a tray i. |
| CircuitryMaker |
|
Posted: January 4th, 2012, 8:56 am
|
|
Replies: 7 Views: 310
|
| Don't show the program in the task bar, only show a tray icon even if the window is open and activated. How would you do it? |
|
 |
Forum: Support Topic: I want autohotkey to output each row's highest number |
| CircuitryMaker |
|
Posted: January 3rd, 2012, 2:15 am
|
|
Replies: 10 Views: 166
|
| Thanks for all the help, guys. It runs beautifully. |
|
 |
| Sort by: |