Gaël Écorchard
Gaël Écorchard
@facontidavide what is blocking merging?
A working example of BT xml: ```xml ``` and the accompanying `script.lua`: ```lua print("script.lua") -- Create a PoseStamped message. p = geometry_msgs.msg.PoseStamped.new() p.pose.position.x = 123456 print("p.pose.position.x = " .. p.pose.position.x)...
I'm also interested in this feature but our application is not that time-critical so that the current implementation is OK for us.
I wrote something myself: ```vim function! s:fs_header_above() let ext = expand('%:e') if winnr('$') == 1 " If there is only one window. " TODO: detect only the number of horizontal...
Correct: https://docs.o3de.org/docs/user-guide/gems/reference/physics/nvidia/physx/
I see two macros in this forum topic, one from ian.rees and one from chrisw. The one from ian.rees doesn't work on my setup. I would be glad if someone...
There is a new player in town: https://github.com/mwganson/FCHoneycombMaker. Cf. also https://forum.freecadweb.org/viewtopic.php?f=22&t=29073. It's not Part Design compatible as far as I see from the screenshots.
@chennes Thanks for fixing this. For information, the corrections were done with 3ba4cba24161876c5d65da8175e6bdcc340b9a13, f280896fa6ffd58aec86dc5a5a661768fd96cae9, ac9ff46546a314b1f644b6cc2cd67e88909def95, a0e69e0ee35db7ed447210b85319c6f0cbc1017b and c1f8410b11ac0655719f55a0b6951f966891b4a7.
Macros already are supposed to have a uniform structure, cf. for example https://github.com/FreeCAD/FreeCAD-macros/blob/9916141e75c5e7463305b0481f0a5939a5cdafbb/ObjectCreation/Macro_FCCircularText.FCMacro#L56-L69. I agree with you that the license information is missing. Can you please provide an example of...
This is done for example in FreeCAD-macros/ObjectCreation/ScrewMaker.FCMacro but a complete guide is indeed required.