Search found 5197 matches

by vocx
Mon Oct 12, 2020 2:45 am
Forum: Developers corner
Topic: Move or remove "View_Measure_Toggle_All" and "View_Measure_Clear_All"
Replies: 1
Views: 1375

Move or remove "View_Measure_Toggle_All" and "View_Measure_Clear_All"

The View_Measure_Toggle_All and View_Measure_Clear_All commands are defined in the core system, in src/Gui/CommandView.cpp . They toggle on and off existing dimensions, or remove them, but don't create them. I'm not sure these commands make sense here, since as far as I know the measuring creation c...
by vocx
Sun Oct 11, 2020 11:34 pm
Forum: Open discussion
Topic: FreeCAD Conda Distribution
Replies: 94
Views: 24080

Re: FreeCAD Conda Distribution

No I haven't that's why I wanted someone to point me in the right direction... That's pretty much how free software works. You have to jump head first, and learn by yourself. Once you've done that, then you can start talking at the same level as other developers. You cannot expect people to hold yo...
by vocx
Sun Oct 11, 2020 9:18 pm
Forum: Open discussion
Topic: Sverchok and FreeCAD
Replies: 27
Views: 9205

Re: Sverchok and FreeCAD

@nikitron has been involved with the OSArch community to improve Sverchok for architectural uses. Ladybug Tools for Sverchok and Blender Dion Moult has also suggested porting the Ladybug tools for energy analysis to FreeCAD through microelly's PyFlow/NodeEditor, however, the current status of NodeEd...
by vocx
Sun Oct 11, 2020 8:50 pm
Forum: UX/UI Design
Topic: [Merged] Surface Workbench icons improvement
Replies: 30
Views: 9416

Re: Surface Workbench icons improvement

bitacovir wrote: Sun Oct 11, 2020 6:57 pm Here with green in the fill. (I liked white more because gives a better defined point).
Looks nice.
by vocx
Sun Oct 11, 2020 8:47 pm
Forum: Wiki
Topic: Some wiki content issues
Replies: 9
Views: 4276

Re: Some wiki content issues

Kunda1 wrote: Sun Oct 11, 2020 7:31 pm ...
Make sure to include https://github.com/coin3d/coin/wiki/Documentation
Already did.
by vocx
Sun Oct 11, 2020 8:42 pm
Forum: UX/UI Design
Topic: New Icon for Std_Part
Replies: 8
Views: 3476

Re: New Icon for Std_Part

ping You were involved in the last discussion about the Part icon, Icons for Part and Group . So it would be good to hear your opinions as a designer. In my opinion, the current PartDesign Body and Std Part icons cause confusion, so one of them should be made sufficiently unique. See this thread.
by vocx
Sun Oct 11, 2020 7:16 pm
Forum: UX/UI Design
Topic: New Icon for Std_Part
Replies: 8
Views: 3476

Re: New Icon for Std_Part

The icon is good, don't change it, what we should do is add the functionality for the Part container to automatically change its icon ... The purpose of changing the icon is so it doesn't cause confusion with the PartDesign Body icon. I know you are not happy with the current implementation with th...
by vocx
Sun Oct 11, 2020 7:09 pm
Forum: Wiki
Topic: Some wiki content issues
Replies: 9
Views: 4276

Re: Some wiki content issues

... It turns out that the top link from 'University of Colorado' shows the old 3.0 documentation of coin3d. I suggest removing "Coin3D Documentation, at University of Colorado." and keeping the bitbucket one. Exactly in which way is this information obsolete? The last version of Coin in B...
by vocx
Sun Oct 11, 2020 6:40 pm
Forum: Open discussion
Topic: CADCloud Video introduction
Replies: 27
Views: 7288

Re: CADCloud Video introduction

... Their is no need to make the data always public, but I loved to see a reference database of FreeCAD parts, like screws, beams etc of parts that I can purchase as an example. Okay, so your idea is more about open hardware, basically, open components that can be reused by anybody. Yes, this is a ...
by vocx
Sun Oct 11, 2020 6:08 pm
Forum: Draft, Arch & BIM
Topic: Coding standards: Function name aliases: how to use?
Replies: 14
Views: 3692

Re: Coding standards: Function name aliases: how to use?

...Blender is coded mainly in C, some libraries are in C++ and all the python API is PEP8 compliant. I found so much easier to get into Blender Python API than FreeCAD Python API. ... Exactly my point. Blender has a great API because over the years they have done the work to standardize and place t...