Hi, I would like to use polybrush to work on a sphere but want to displace from center or vector3(0,0,0)
only options i see are planar or vertex normal.
is it possible? if not i could put that in myself but dont know where to look.
Or maybe there is another tool for this?
Thanks for sharing your solution! If you have time, it’d be interesting to see some images/video of the result, might help others, and maybe it’s something we should consider adding as an option? Thanks!
Assets/ProCore/Polybrush/Code/Editor/Brush Modes/z_BrushModePrefab.cs(249,23): warning CS0618: 'PrefabUtility.ConnectGameObjectToPrefab(GameObject, GameObject)' is obsolete: 'Use RevertPrefabInstance. Prefabs instances can no longer be connected to Prefab Assets they are not an instance of to begin with.'
Assets/ProCore/Polybrush/Code/Editor/Interface/z_Editor.cs(224,4): warning CS0618: 'SceneView.onSceneGUIDelegate' is obsolete: 'onSceneGUIDelegate has been deprecated. Use duringSceneGui instead.'
Assets/ProCore/Polybrush/Code/Editor/Interface/z_Editor.cs(225,4): warning CS0618: 'SceneView.onSceneGUIDelegate' is obsolete: 'onSceneGUIDelegate has been deprecated. Use duringSceneGui instead.'
Assets/ProCore/Polybrush/Code/Editor/Interface/z_Editor.cs(246,4): warning CS0618: 'SceneView.onSceneGUIDelegate' is obsolete: 'onSceneGUIDelegate has been deprecated. Use duringSceneGui instead.'