GithubHelp home page GithubHelp logo

softwrap's People

Contributors

jeacom25b avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

softwrap's Issues

Mouse Interaction not working at all

Just bought off of Blender Market, using 2.1 for Blender 2.83-2.92 and i'm on 2.90. No matter what I do i can't get mouse interaction working whatsoever. Tried choosing Shift+Right Click and turned off the 3D cursor keybind and still nothing works.

Running Start from python script

Hello dear jeacom25b,
I'm trying to run the simulation from python scripting workspace and I wrote a function to do that, but it does not work when I call the function twice, one for the body and one for the face, can you help me with modifying the function?
here is the function that I wrote:

def start_softwrap_body(source, target, group, invert, force, delay, callback):
bpy.context.scene.softwrap2.source_ob = bpy.data.objects[source]
bpy.context.scene.softwrap2.target_ob = bpy.data.objects[target]
bpy.context.scene.softwrap2.snapping_group = group
bpy.context.scene.softwrap2.snapping_group_invert = invert
bpy.context.scene.softwrap2.snapping_force = force
bpy.ops.object.start_softwrap('EXEC_DEFAULT')
bpy.ops.object.pins_remove_softwrap()
bpy.ops.object.apply_softwrap()

  print("call")
  callback()

start_softwrap_body("m_ca01", "payman", "mask", True, 1.0, 1.0, null_func)
start_softwrap_face("m_ca01", "face", "face", True, 1.0, 1.0, null_func)

Thanks you in advance.

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.