[Maya-Python] finding plane normal to a vector

2016-11-08 Thread sam
Hello, i was wondering if there was a quick way of finding the equation of a plane normal to a vector in maya say the vector is (3,5,1) and passing through point (2,4,5) i was wondering if there was maybe a math command that could make this easier thanks, Sam -- You received this message

[Maya-Python] Re: finding plane normal to a vector

2016-11-08 Thread Robert White
http://mathonline.wikidot.com/point-normal-form-of-a-plane Should just need the normal and a point. On Tuesday, November 8, 2016 at 3:19:14 PM UTC-6, s...@weacceptyou.com wrote: > > Hello, > > i was wondering if there was a quick way of finding the equation of a > plane normal to a vector in

Re: [Maya-Python] Exclude QFileSystemModel.setNameFilters

2016-11-08 Thread Marcus Ottosson
Great example, Justin. I was about to post this, which is a more complex example. - Implementation - Use

[Maya-Python] Re: Exclude QFileSystemModel.setNameFilters

2016-11-08 Thread Ruchit Bhatt
thnx for reply, will chck your code and here is snapshot of UI. On click to export button all files in treeview will be pack in *.tar file. -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk