Git Product home page Git Product logo

commotion's People

Contributors

matthewscholefield avatar mrachinskiy 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  avatar  avatar

Watchers

 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

commotion's Issues

Issue with enabling addon

Error message:

Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 2.91\2.91\scripts\modules\addon_utils.py", line 382, in enable
mod.register()
File "C:\Users\lenny\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\commotion-master_init_.py", line 122, in register
bpy.utils.register_class(cls)
ValueError: register_class(...): already registered as a subclass 'CommotionShapeKeyCollection'

is there something i can do on my side?

Traceback error with commotion addon

I have been trying to install commotion to recreate the book animation. Although the add-on is installed, I am unable to enable and use the add-on. I have received a traceback error that says FileNotFound. Can anyone help me with this issue?
Screenshot 2021-09-29 052638
.

Proximity Effector not showing in Render

Hey! Thank you for the amazing Add-on. Saved a lot of time for me.

Addonversion:2.2.1
Blenderversion: 2.93.4

I used the proximity Effector and baked the animation. But in the rendering it is not showing up.
Any ideas on how to fix this?
ProxEffectorSettings

These are my settings.

BTW. can you explain what the trails option is all about?

You can also contact me via [email protected]

Thank you!
Cheers,
Johannes

rigging/bones

It would be very nice if this great add-on would also work with bones ;)

Selected Key or Range Feature Request

Hello!
I love how simple Commotion is to use and can add life to an animation, but in more complex scene, I would like to have the control on which keys I would apply the offset. As of now, as it applies the offset on the whole timeline, it breaks some of the other Animation I have in my shots. Do you think that would be simple to implement?

Thanks a lot and let me know if you need more info (If you are interested in this request)

Ray

Addon doesn't activate

Hello,

Thanks for your addon, it's very usefull.

My problem is that i couldn't activate the latest version, im on linux mint, you can see the error message on the screenshot, same problem on blender 2.92 and on master 3.0

image

Hope you can find a solution, thank you

Enabling Addon Commotion

Hey!

My version number: commotion-2_2_0
Blender version: 2.92
Whenever I try to enable your addon I'll get this error:

grafik

Hope you can help!

Best regards,
Johannes

Can't use Offset Animation

I use blender 3.0 and 2.93. My version's addon is 2.2.0.
While i press Offset Animation. The error pop up and i don't know what it is. Please help.
3

2.8

Hi mrachinskiy,
this is an awesome Addon, please update it to Blender 2.8.

Best regards
Hans

Documentation for 2.93, and above?

Hello, I tried following your tutorials but it's hard to follow since they are using the old UI, a lot has changed and a new tutorial on how to use your plugin would really help out!

Can't copy NLA strip to another object in blender 3.1

Here is what I have encountered:
I want to use the Animation Utils function to copy a NLA strip to another object in blender 3.1, when I hit the copy button, the bug happened. This function is alright in previous blender version.

the error code as follows:
Python: Traceback (most recent call last):
File "C:\Users\51598\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\commotion\ops_anim.py", line 116, in execute
self.nla_copy(ob, Anim.nla_tracks_ob)
File "C:\Users\51598\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\commotion\ops_anim.py", line 172, in nla_copy
strip_new = track_new.strips.new(strip.name, strip.frame_start, strip.action.copy())
TypeError: NlaStrips.new(): error with argument 2, "start" - Function.start expected an int type, not float

location: :-1

Can't enable commotion as an addon in preferences Blender 3.0.1

I installed the commotion master version by following the guide: downloading the zip and selecting it when clicking on Install in the addon menu. I didn't unzip the file.

The addon shows up, but when i click the checkbox to enable it I get this error:

blender_AWTMPtq54r

Version is 3.0.1

Let me know how to solve this!

Addon Updating issue on Blender 2.82.6 , macos 10.13.6 & Commotion v2.1.1

Hi,
I found a error message in console when Blender starts with addon activated. This is the message:

Exception in thread Thread-1:
Traceback (most recent call last):
  File "/Applications/Blender/BLENDER 2.82/Blender.app/Contents/Resources/2.82/python/lib/python3.7/threading.py", line 926, in _bootstrap_inner
    self.run()
  File "/Applications/Blender/BLENDER 2.82/Blender.app/Contents/Resources/2.82/python/lib/python3.7/threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "/Users/User/Library/Application Support/Blender/2.82/scripts/addons/commotion/mod_update/lib.py", line 96, in _update_check
    with urllib.request.urlopen(var.UPDATE_RELEASES_URL, context=ssl_context) as response:
  File "/Applications/Blender/BLENDER 2.82/Blender.app/Contents/Resources/2.82/python/lib/python3.7/urllib/request.py", line 222, in urlopen
    return opener.open(url, data, timeout)
  File "/Applications/Blender/BLENDER 2.82/Blender.app/Contents/Resources/2.82/python/lib/python3.7/urllib/request.py", line 531, in open
    response = meth(req, response)
  File "/Applications/Blender/BLENDER 2.82/Blender.app/Contents/Resources/2.82/python/lib/python3.7/urllib/request.py", line 641, in http_response
    'http', request, response, code, msg, hdrs)
  File "/Applications/Blender/BLENDER 2.82/Blender.app/Contents/Resources/2.82/python/lib/python3.7/urllib/request.py", line 569, in error
    return self._call_chain(*args)
  File "/Applications/Blender/BLENDER 2.82/Blender.app/Contents/Resources/2.82/python/lib/python3.7/urllib/request.py", line 503, in _call_chain
    result = func(*args)
  File "/Applications/Blender/BLENDER 2.82/Blender.app/Contents/Resources/2.82/python/lib/python3.7/urllib/request.py", line 649, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Forbidden

And in the addon preferences it appears "Checking..." and this message doesn't change.

Update issue

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.