About 51 results
Open links in new tab
  1. Как использовать Яндекс карты в Blender для построение города в …

    Jan 25, 2023 · можно ли использовать Яндекс карты как гугл карты в Blender для построение города в 3D? если да, то как это сделать?

  2. Blender 2.77: How to I create a path for an object to follow with ...

    Oct 18, 2022 · The problem is I need to use blender 2.77 because the another add-on I want to use only supports v. 2.77. Add-ons like blender-osm and blender-gis only supports the most up to date …

  3. gis - Mixing blender with java - Stack Overflow

    Feb 2, 2018 · I'm new to blender and i'm currently working on a GIS project...I've created a realistic 3d model of a city using openstreetmap (done with success) but the main thing that i'm stuck is on how …

  4. python - Blender 4.0 API: Cannot access Node Tree Inputs value within ...

    Jan 6, 2024 · The new API changes to the Blender Node Tree structure doesn't seem to provide any way to programmatically get/set actual values of sockets in layout.prop. Previously, a user would use …

  5. "Could not convert string to float" when importing CSV to Blender

    Jan 4, 2020 · I have a script I'm trying to use (not mine) which is meant to import CSV data into Blender as a mesh. I have two CSV files which are two parts of the same model, the script works fine for …

  6. Blender's issue: No module multiarray found in numpy.core module ...

    Jun 1, 2022 · Blender's issue: No module multiarray found in numpy.core module [Python3.7] Asked 3 years, 10 months ago Modified 3 years, 10 months ago Viewed 952 times

  7. Blender Python add operator to menu with invoke_default

    Jul 3, 2018 · the problem is that I need an operator to be called with INVOKE_DEFAULT. The following is the line to call it immediately:

  8. How to import spatial (geo) vector data to Unity? - Stack Overflow

    Apr 13, 2020 · It can be import of geojson, geopackage or shapefile. I would like to have spatial geometry with table. Do you know some good tools to do this? PS. I tried exporting the data from …

  9. postgresql - Error when import shapefile on postgis with shp2pgsql ...

    Make sure all of the files are in the same folder when using with any GIS software, including shp2pgsql. The minimum required files, sharing a common prefix, are:

  10. java - What is the difference between the float and integer data type ...

    Jan 26, 2011 · float stores floating-point values, that is, values that have potential decimal places int only stores integral values, that is, whole numbers So while both are 32 bits wide, their use (and …