CHMOD Mac Issue


private function _changeCHMOD() : void {
var _chmod : File = new File(‘/bin/bash’);
var nativeProcess : NativeProcess = new NativeProcess();
var chmodStartupInfo : NativeProcessStartupInfo = new NativeProcessStartupInfo();
chmodStartupInfo.executable = _chmod;
var args : Vector.
args.push(‘-c’);
args.push(‘chmod ugo+x ‘ + _lameFile.nativePath);
chmodStartupInfo.arguments = args;
nativeProcess.addEventListener(Event.STANDARD_OUTPUT_CLOSE, _chmodChanged);
nativeProcess.start(chmodStartupInfo);
}

Private: CHMOD Mac Issue


private function _changeCHMOD() : void {
var _chmod : File = new File(‘/bin/bash’);
var nativeProcess : NativeProcess = new NativeProcess();
var chmodStartupInfo : NativeProcessStartupInfo = new NativeProcessStartupInfo();
chmodStartupInfo.executable = _chmod;
var args : Vector.
args.push(‘-c’);
args.push(‘chmod ugo+x ‘ + _lameFile.nativePath);
chmodStartupInfo.arguments = args;
nativeProcess.addEventListener(Event.STANDARD_OUTPUT_CLOSE, _chmodChanged);
nativeProcess.start(chmodStartupInfo);
}

CHMOD Mac Issue


private function _changeCHMOD() : void {
var _chmod : File = new File(‘/bin/bash’);
var nativeProcess : NativeProcess = new NativeProcess();
var chmodStartupInfo : NativeProcessStartupInfo = new NativeProcessStartupInfo();
chmodStartupInfo.executable = _chmod;
var args : Vector.
args.push(‘-c’);
args.push(‘chmod ugo+x ‘ + _lameFile.nativePath);
chmodStartupInfo.arguments = args;
nativeProcess.addEventListener(Event.STANDARD_OUTPUT_CLOSE, _chmodChanged);
nativeProcess.start(chmodStartupInfo);
}

3D Studio Max to Away3D (.3ds file export)


Nothing special. Just showing a workflow I’m currently using.. from 3D Studio Max via .3ds file format to Away3D. UVWMaps, absolute coordinations and mesh-selections are all working quite fine so far.

3D Studio Max to Away3D (.3ds file export)


Nothing special. Just showing a workflow I’m currently using.. from 3D Studio Max via .3ds file format to Away3D. UVWMaps, absolute coordinations and mesh-selections are all quite fine so far.

3D Studio Max to Away3D (.3ds file export)


Nothing special. Just showing. :)

3D Studio Max to Away3D 4 (.3ds file export)


Nothing special. Just showing a workflow I’m currently using.. from 3D Studio Max via .3ds file format to Away3D. UVWMaps, absolute coordinations and mesh-selections are all working quite fine so far.

3D Studio Max to Away3D (.3ds file export)


Nothing special. Just showing. :)
