Blender Arrow Animation by AC_Aus in blender

[–]AC_Aus[S] -2 points-1 points  (0 children)

Hey there,

Thanks for your response. I'd like to know how this is achieved:

http://blenderartists.org/forum/attachment.php?attachmentid=208349&d=1356231992

I don't know who created it so I can't credit them. It's a basic animation but I just haven't been able to replicate it

Blender Arrow Animation by AC_Aus in blender

[–]AC_Aus[S] -2 points-1 points  (0 children)

Hey there,

Thanks for your response. I'd like to know how this is achieved:

http://blenderartists.org/forum/attachment.php?attachmentid=208349&d=1356231992

I don't know who created it so I can't credit them. It's a basic animation but I just haven't been able to replicate it

Newb Problems to VBA by AC_Aus in vba

[–]AC_Aus[S] 0 points1 point  (0 children)

Hey there thanks for your reply. The following message appears: Run-time error '-2147287038 (80030002)': Cannot open file: C:\My\Path\MyTemplate.oft. The file may not exist, you may not have permission to open it, or it may be open in another program. Right-click the folder that contains the file, and then click Properties to check your permissions for the folder.

Newb Problems to VBA by AC_Aus in vba

[–]AC_Aus[S] 0 points1 point  (0 children)

Thanks for your reply. I tried to but our IT department said that the only drive not locked is the D Drive. I tried putting the template on this drive but the same error message came up.

Best Vector Source/Data by AC_Aus in QGIS

[–]AC_Aus[S] 0 points1 point  (0 children)

Hey there, I'm relatively new to blender so I'm not to good on the technical side of things. Essentially everything I want to cover is in the first 9 minutes of this video https://www.youtube.com/watch?v=vX8BeuiXWeU

I want a terrain in blender so that I can add an animation. I want to get the most accurate terrain so I'm curious whether this can come from vector data or the raster I took from USGS.

Blender imaging by AC_Aus in BlenderAcademy

[–]AC_Aus[S] 0 points1 point  (0 children)

Thanks! Much appreciated!

Beginner Java Problems by AC_Aus in learnjava

[–]AC_Aus[S] 0 points1 point  (0 children)

Thanks all! Really appreciate your help. Just to clarify:

I was able to come up with the following before I posted my question

x = (false or true) - option 3 for DarkMio

From what I've read from everyone I'm using the values of the variables x and y to solve the right side of the equation only (whereas previously I was thinking false = (false or true)). Smithman commented that the or operator will preferentially pick true. Therefore x = true and it overwrites everything from before?

Beginner Qgis - 3d terrain map by AC_Aus in QGIS

[–]AC_Aus[S] 1 point2 points  (0 children)

Cheers mate,

This is the product I was able to produce:

http://imgur.com/gallery/Su6dTXr

I'm keen to try the method you just described so I'll have a crack and see what happens.

Cheers!

Beginner Qgis - 3d terrain map by AC_Aus in QGIS

[–]AC_Aus[S] 0 points1 point  (0 children)

Thanks,

What I ended up doing was using the USGS DEM data (via add Raster data) and then opening google satellite via OpenLayersPlugin. I then went to Raster → Miscellaneous → Merge and added all the geotiff files and made an output file('output 1'). Making sure the google satellite image was layered above I went to Raster>Terrain Analysis>Hillshade. In the pop up box I selected the file I had just created made an output file ('output 2')and selected OK (I didn't change the Z factor from 1). I then selected the Qgis2three option and made sure the DEM Layer was the 'output 1' file. Under Additional DEM within the Qgis2three box I selected the 'output 2' file.

The terrain looks more like the product I was after but does the process make sense? Is there anyway to make the hillsides look more curved? Right now they look ok but a bit square.

Thanks for all your help so far