Search found 4698 matches

by mario52
Tue Feb 06, 2024 8:53 pm
Forum: Python scripting and macros
Topic: Python : Know the current property in the Property Editor
Replies: 26
Views: 13524

Re: Python : Know the current property in the Property Editor

Hi good , personally i have stoped here from PySide import QtWidgets mw = Gui.getMainWindow() trees = mw.findChildren(QtWidgets.QTreeView) for tree in trees: print(tree.selectedIndexes()) >>> # objet selectionne >>> a=tree.selectedItems()[0] >>> a.text(0) 'Cube' >>> >>> print(a.data(0,0)) Cube >>> a...
by mario52
Mon Feb 05, 2024 2:58 pm
Forum: Forum français
Topic: Problème d'import .SVG
Replies: 14
Views: 945

Re: Problème d'import .SVG

Bonjour Bonjour, Je dois modéliser une maison passive avec un lot d'inventions afin d'obtenir une maison passive autonome en eau avec une climatisation passive. Une fois les plans terminés, ils passeront en calcul au bureau d'étude. Comme je suis à mon compte, et que la 3D m'aide beaucoup à concevoi...
by mario52
Sun Feb 04, 2024 8:29 pm
Forum: Open discussion
Topic: Human / humanoid body Workbench (makeHuman)
Replies: 14
Views: 6605

Re: Human / humanoid body Workbench (makeHuman)

Hi

thanks

mario
by mario52
Sat Feb 03, 2024 6:10 pm
Forum: Forum français
Topic: Problème d'import .SVG
Replies: 14
Views: 945

Re: Problème d'import .SVG

Bonjour

pourquoi pas un DWG chez Arcelor Cofraplus® 60

mario
by mario52
Sat Feb 03, 2024 10:06 am
Forum: Open discussion
Topic: Image symmetry and horizontality tool
Replies: 8
Views: 1197

Re: Image symmetry and horizontality tool

Hi
Pendelf wrote: Fri Feb 02, 2024 2:35 pm
mario52 wrote: Thu Feb 01, 2024 3:58 pm
Did you do it with Macro_FCCamera?
no with the new macro above Macro_D_Un_Jour_Rotate_And_Center_Image.FCMacro
Workshop_Notes wrote: Fri Feb 02, 2024 8:26 am (in the illustration, that image seems to me more natural on XZ).
the image in opened is in the XY plane

mario
by mario52
Sat Feb 03, 2024 10:02 am
Forum: Open discussion
Topic: Human / humanoid body Workbench (makeHuman)
Replies: 14
Views: 6605

Re: Human / humanoid body Workbench (makeHuman)

Hi
Serchu wrote: Thu Feb 01, 2024 1:46 pm human assembly model
if your model is articulated you can share it

mario
by mario52
Thu Feb 01, 2024 3:58 pm
Forum: Open discussion
Topic: Image symmetry and horizontality tool
Replies: 8
Views: 1197

Re: Image symmetry and horizontality tool

Hi +1 for Horizontality or Verticality, Horizontal or Vertical symmetry. Pendelf Macro_D_Un_Jour_Rotate_And_Center_Image.gif try this : 1: create the line guide (Horizontal : Left to Right, config horizon = 1, the point of rotation (clockwise) is the First point of line) (Symmetry : Bottom to Top, c...
by mario52
Thu Feb 01, 2024 1:36 pm
Forum: Forum Italiano
Topic: Lettere ad incisione su cilindro
Replies: 4
Views: 761

Re: Lettere ad incisione su cilindro

Saluti Ho provato la macro FCCircularText che ho gia' usato per scritte circolari piane ma... non va bene. avete provato : creare una linea direttrice , selezionare la linea scegliere Orthogonal o Tangent è premere Compound + Detail (Command tab) qui una belle macro per testo vertical Please review ...