Coder Social home page Coder Social logo

Comments (4)

PyrApple avatar PyrApple commented on August 17, 2024

Dear ptarbiz,

The issue section is usually reserved to issues / bugs noticed while using the code or potential side-devs that may interest the community and be integrated in the main code later.

For individual questions, please use the mailing list [email protected].

Meanwhile, your code is bpy / addon oriented (blender animation, mesh edit, etc.) while BlenderVR is bge (blender game engine), hence it'll not run as is in BlenderVR. That being said, would you mind giving us some details about what you're trying to achieve, if somehow we may be of any help there?

from source.

ptabriz avatar ptabriz commented on August 17, 2024

Thank you very much for the instructions.
I am trying to update a blender file using modal timer function. The blender file is constantly watching a particular folder for new pointcloud files to import . As soon the new shape is imported , the existing one gets deleted and all the objects would get aligned to the new geometry. In this way as soon as we manupulate any landscape's sand model (by hand ), the kinect collects the new info, and writes the .ply to the folder and blender updates the terrain info.
Currently everything works perfectly when i submit run script button in blender. My ultimate goal is to project all these in DK2 thats why i am trying to find a way to translate this code for VR.

from source.

PyrApple avatar PyrApple commented on August 17, 2024

To project that in DK2, you'll have two solutions:

  1. stick to your .ply write / blender-bpy-based framework and use Dalai's Virtual Reality Viewport implementation, or
  2. send kinect data to Python for real-time mesh modification in the Blender Game Engine (I'm working on such thing, based on libfreenect2.

from source.

ptabriz avatar ptabriz commented on August 17, 2024

Thank you,

I have tried the first option but it did not work in Win 64 as indicated in
their descriptions.
The second is not an applicable one for us since the point files and
rasters are generated by GRASS GIS. We need that connection because GRASS
is in charge of all the geospatial analysis.
Alternatively, Is it possible to :

  1. Save the .blend file for each update and re-initiate the blender VR
    within blender game engine.
  2. Or write the VR porcessor file as such that replaces the .blend file as
    soon as a change is observed (ex. modification time), then If the blender
    engine overwrite the .blend after each update , the VR reinitiate based on
    the new .blend.

Thank you,

On Sat, Feb 27, 2016 at 5:05 PM, David Poirier-Quinot <
[email protected]> wrote:

To project that in DK2, you'll have two solutions:

  1. stick to your .ply write / blender-bpy-based framework and use Dalai's
    https://github.com/dfelinto/virtual_reality_viewport
    http://Virtual%20Reality%20Viewport implementation
  2. send kinect data to Python for real-time mesh modification in the
    Blender Game Engine (I'm working on such thing, based on
    https://github.com/OpenKinect/libfreenect2 http://libfreenect2.


Reply to this email directly or view it on GitHub
#44 (comment).

Payam Tabrizian http://www4.ncsu.edu/~jwsmit12
PhD student, College of Design
Research assistant, College of Natural Resources
Center for Geo-spatial analytics
North Carolina State University
Campus Box 7701
50 Pullen Rd., Raleigh, NC 27696
Raleigh, NC 27695 US
(919) 349 5701

from source.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.