mirror of
https://github.com/ApfelTeeSaft/vb01.git
synced 2026-08-26 19:33:45 +00:00
first drivers variant
remade shape keys separated keyframe channels
This commit is contained in:
@@ -14,7 +14,7 @@ namespace vb01{
|
||||
inFile.close();
|
||||
}
|
||||
|
||||
void getLineData(string &line, string data[], int numData, int offset){
|
||||
void getLineData(string line, string data[], int numData, int offset){
|
||||
int offsetComma = 0, c1 = 0;
|
||||
for(int i = 0; i < line.length() && offsetComma < offset; i++)
|
||||
if(line.c_str()[i] == ' '){
|
||||
|
||||
Reference in New Issue
Block a user