Posts

How to automate the average path command

i trying automate average path command apply action field of discrete objects. in end, want each object avereaged separate paths , not entire group averaged single path. there way this? have large set of objects , doesn't make sense select each object on individual basis.   thanks! the average command averaging position of anchor points. i dont understand mean averaging objects.   can send screen shot of trying do? More discussions in Illustrator adobe

Photoshop CC Brush Cursor Flickering

ps cc brush flickering arrow after each stroke.   i have seen few discussions on issue older version of ps of issue seem on mac. problem on windows 7 ultimate sp1.   as computer tech, have tried tricks know, , thought on here , see if/what missing.   im running photoshop cc 64bit on windows 7 ultimate 64bit, updated using 3 monitors between nvida , on-board intel graphics. have checked ps updated well. im on intel i3 sandy nvida gtx 550 ti 9.18.13.2049 (6-21-2013) 8gigs of ram   i using bamboo capture (it's can afford right now) latest drivers (5.3.2.1).   i have unplugged capture , able reproduce problem using mouse.   i testing , reproduced problem on psd's large , small , jpg's well.   i have disabled , enabled several options in tablet , windows tablet settings.   i have reproduced problem using 3 monitors in full screen , windowed mode   i have been able reproduce problem in of settings in ps cc.   a more detail of problem is: ...

Adding silence to background audio

i need add 1.5 seconds of audio background audio first slide silent. know how add in editor, "save" , close, audio goes right begining, no 1.5 second silence.   it seems work 1 out of every 6 times save, , 1 project preview.   what doing wrong?   sabrina why not mute background audio on slide? in audio accordion slide you'll find option 'stop background audio' More discussions in Adobe Captivate adobe

Thread: This Wireless-N card okay with Ubuntu?

Image
http://www.overclockers.co.uk/showpr...d=1597&subcat= got in checkout, looks perfect uses, work in ubuntu 11.10/12.04? muchos. i suspect does. downloaded windows xp driver website , in .inf file, see this: [atheros] ; displayname section deviceid ; ----------- ------- -------- ; tplink %ather.devicedesc.0300t% = ather_dev_30a4.ndi, pci\ven_ 168c &dev_ 002d &subsys_0300168c %ather.devicedesc.0301t% = ather_dev_30a4.ndi, pci\ven_168c&dev_002d&subsys_0301168c %ather.devicedesc.0300t% = ather_dev_30a4_30a4.ndi, pci\ven_168c&dev_002e&subsys_30a4168c this device supported in wireless driver ath9k : code: $ modinfo ath9k | grep 002d alias: pci:v0000 168c d0000 002d sv*sd*bc*sc*i* i don't know if reliably achieve n speeds; n still bit t...

LIVE PAINT TROUBLES!!!!!! waiting for Godot!

am 1 having troubles live paint in illustrator cc? basically doesn't work!   i have posted previous discussion on forum http://forums.adobe.com/thread/1250011 i wrote adobe support of course never got answer adobe and of course problems still unsolved so present time have stick cs6!   keep waiting! not one. seems obvious bug, , have gone cs6. same issues, gap changes after adding paths, , paths mysteriously won't fill. wait you. More discussions in Illustrator adobe

Thread: Did anyone else's clock spring forward this weekend?

i didn't use gazelle pro on weekend, when logged in morning clock hour fast. odd, because sprang forward @ correct time well. bios thing? did try connect computer internet , system update? when connects internet, clock should update automatically. Forum The Ubuntu Forum Community Ubuntu Specialised Support System76 Support [all variants] Did anyone else's clock spring forward this weekend? Ubuntu

Dependent parameters, keyframing.

i'm looking creating dependent parameters interact correctly keyframing/expressions/scrubbing.     as example imagine have 2 float sliders: slider1 , slider2.  want effect copy value of  slider1 slider2.  i've discovered pf_paramflag_supervise flag, when user adjusts slider1 can copy value slider2 during pf_cmd_user_changed_param callback:       params[slider2]->u.fs_d.value = params[slider1]->u.fs_d.value;     params[slider2]->uu.change_flags |= pf_changeflag_changed_value;       that works fails when slider1 has been keyframed (or uses expression).  if add 2 keyframes on slider1 , scrub timeline pf_cmd_user_changed_param never called.  supervisor sample seems use non time-varying supervised parameter that's not helpful.     are there callbacks/flags/idioms/hacks create effect want?   it's not ideal i'm thinking baking keyframes in slider2 whenever slider1 changed :-( ...