Giter VIP home page Giter VIP logo

c4d-container-object's People

Contributors

niklasrosenstein avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

0anion0 gr4ph0s

c4d-container-object's Issues

R23

It's me again. Any plans to update this for R23?

Pretty please in 8K with pixels on top.

;-jb

Extend functionality?

Hey.
Is it possible to introduce some functionality that was in the old plugin from RuiMac, called Vault?
It was a very good plugin, but unfortunately, the latest version is dated 2012 and has not been updated since.
Although it was a paid one, it stopped working from R15 and higher.

Especially the 'Keep Vault Folded' function, which is very useful.
You probably know this plugin, but to remind, watch this short video:
https://vimeo.com/47447489
Thanks.

Null2Container/Container2Null only keeps first Tag/Track/etc.

This is due to a bug in CopyBranchesTo():

      // ...
      if (valid)
      {
        // Now copy the source branch to the destination branch.
        if (move_dont_copy)
        {
          GeListNode* node = branch_src.head->GetFirst();
          if (node)
          {
            if (doc_src) doc_src->AddUndo(UNDOTYPE_DELETE, node);
            if (doc_dst) doc_dst->AddUndo(UNDOTYPE_NEW, node);
            node->Remove();  // <--------------------- HERE
            branch_dst.head->InsertLast(node);
          }
        }
        else
        {
          if (doc_dst)
            doc_dst->AddUndo(UNDOTYPE_CHANGE, branch_dst.head);
          branch_src.head->CopyTo(branch_dst.head, flags, at);
        }
        break;
      }

R21?

Hey Niklas,

Any word you can share re: R21 compatibility, timeline? Love the plugin. Thank you.

:-jb

Translations

Find people to translate the container object string files.

Usage without Plugin

Hi Niklas,

first things first – it’s a very useful neat plugin. So thanks for making this one available for everyone.
Anyway, I have a hard time getting it to work without the plugin installed. Let me clarify what i mean by that.

  1. I downloaded Version 1.1 (nr.containerobject-v1.1-r15-mac.zip) from your GitHub Page, unzipped it and put into the plugins folder inside my user library of OS X.
  2. I started Cinema 4D (R16) and everything’s fine. The Plugin is recognized and works brilliant. However, i then collapsed for example a Null-Object to a container and saved the scene. After that I deleted the Plugin from the Cinema 4D Plugins folder, to test if it works when i reopen the saved scene without having the plugin installed (pretending as one user who only received the collapsed hierarchy scene without the installed plugin).
  3. Here’s where it gets weird. Cinema 4D spits out a warning message, saying that a needed plugin is missing and saving the scene will lead to loss of any involved data coming from the missing plugin.
    Over at cgsociety.org I read the conversation about your plugin where they say it should work fine to reopen collapsed scenes even without having the plugin installed.

So what am i missing here? Is there some kind of clue to it?
Would be awesome to here from you. Til then take care.

Best regards,
Sebastian

Verify Italian strings

I've translated the new Password strings with Google Translate, but I doubt the translation is very well.

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.