Build and verify the candidate-only FreeCAD naming bridge and OCCT worker path, including three-stage StringHasher restoration. Add Datum, ShapeBinder, attachment-mode, and PartDesign structure oracles plus offline SDK build plans and CI boundary checks.
10 lines
197 B
C++
10 lines
197 B
C++
#pragma once
|
|
|
|
struct _object {};
|
|
using PyObject = _object;
|
|
|
|
inline _object freecad_naming_probe_py_none;
|
|
|
|
#define Py_None (&freecad_naming_probe_py_none)
|
|
#define Py_INCREF(object) ((void)(object))
|