Another PPC/Intel node question!!!

Hi MacAddicts,
I've searched the forum but didn't get an answer about this. I want to connect a PowerBook(host)to an Intel Mac mini as the node(the poor man's HD setup!!). I'm on LP 7.1.1 on Panther. Can i install the node app. from 7.1.1 on the intel mac or do i need the node app. from 7.2 on the intel? That's the part i didn't see anywhere!!! Thanks for any response.

You need the node app on the MacIntel to be the 7.2 version.
It's simple - anything that runs on Intel chips needs to be a Universal Binary, otherwise it either won't work or the performance will be horrible horrible horrible.
7.2 is the first version of Logic that is a UB.

Similar Messages

  • Another Unlimited Data Upgrade Question

    (Yes, it's another one of those questions.  I'm sorry, but searching - on here, or on Google - only left me with conflicting information.)
    Here's my question:
    A friend of mine is interested in selling me his Galaxy Nexus phone.  Would I be able to keep my single-line, grandfathered, unlimited data plan if I buy his phone and switch to it, or is that only possible if I were to buy the phone new, directly from Verizon?
    Here's my story:
    I have an HTC Thunderbolt that I purchased when it launched.  A few months after buying it, it turned into the HTC Bad Dream, and now it's the HTC Nightmare.  Random heat issues, battery draining, random reboots... It's the same song and dance we've heard before.  These are design issues with the phone; not something a replacement or a repair would fix.
    The real annoyance, though, is the mobile hotspot.  I pay $30/month to use the hotspot legitimately, unlike the users who root their phones to use it without paying for the option, but ever since Verizon started blocking the third-party wireless tethering apps, I've had to choose between using the stock mobile hotspot app and unleashing the above-mentioned Phonemageddon, or simply going without.  I could drop the option from my plan, but seeing as the unlimited data plan no longer exists, I wouldn't be able to get it back without switching to a tiered or shared plan.
    Switching to a more stable phone would alleviate my issues, hopefully, but the difference between Verizon's retail prices and other retailers is hundreds of dollars.  Giving up my unlimited plan, however, wouldn't make the venture worth it.  A definite answer to the question of buying used - either from a Verizon representative, or a customer who's been in the same scenario before - would be very helpful.
    Thank you very much.

    Hi,
    If you provide your own equipment (your friend's Nexus or from ebay etc) then YES you can keep unlimited data. Another wayto keep unlimited would be to pay full retail for a new phone. But I'm sure your friend will give you a better deal than that
    Hope that helps!

  • Macking button to expand the tree and collapse tree and another to add node

    macking button to expand the tree and collapse tree and another to add node and saving the changes in the database ( this is problem)
    and finally delete node from database
    so what is proper code for those buttons
    thanks my mail is :
    [email protected]

    Hello,
    Use the ftree package's functions
    code to expand all nodes:
    PROCEDURE explose_tree IS
    node    ftree.node;
    htree   ITEM;
    state   varchar2(30);
    BEGIN
       -- search the tree ID --
       htree := Find_Item('BL_TREE.TREE_1');
        -- search the root --
           node  := Ftree.Find_Tree_Node(htree, '');
        -- expand all nodes --
       WHILE NOT Ftree.ID_NULL(node) LOOP
          state := Ftree.Get_Tree_Node_Property(htree, node, Ftree.NODE_STATE);
          IF state = Ftree.COLLAPSED_NODE THEN
            Ftree.Set_Tree_Node_Property(htree, node, Ftree.NODE_STATE, Ftree.EXPANDED_NODE);
          END IF;
          node := Ftree.Find_Tree_Node(htree, '', ftree.find_NEXT,Ftree.NODE_LABEL,'', node);
       END LOOP;
    END;and to collapse all nodes:
    PROCEDURE Implose_tree IS
       node   ftree.node;
       htree  ITEM;
       state  varchar2(30);
    BEGIN
       -- search the root ID --
       htree := Find_Item('BL_TREE.TREE_1'); 
       -- search the root --
       node  := Ftree.Find_Tree_Node(htree, '');  
       -- Collapse all nodes --
       WHILE NOT ftree.ID_NULL(node) LOOP
         state := Ftree.Get_Tree_Node_Property(htree, node, Ftree.NODE_STATE);
         IF state = Ftree.EXPANDED_NODE THEN
          Ftree.Set_Tree_Node_Property(htree, node, Ftree.NODE_STATE, Ftree.COLLAPSED_NODE);
         END IF;
        node := Ftree.Find_Tree_Node(htree, '', Ftree.FIND_NEXT,Ftree.NODE_LABEL, '', node);
       END LOOP;
    END; Francois

  • Another "get album artwork" question

    another "get album artwork" question
    I notice that when I click "get album artwork" it seems to go through the whole library and look for cover jpegs. (in my case, that's going to take a long time!)
    here's my question: it's looking for artwork, yes, but it's NOT going to do anyything to the many, many albums for which I have already (manually) added artwork, is it? If it does - I am in trouble! Please, somebody, reassure me that the artwork I have painstakingly added manually to zillions of albums is safe!
    w

    Updade...
    So, as another test, I uninstalled iTunes, then checked the hard drive again.
    All the icons have now turned into Quicktime icons, which leads me to believe that when you look at your music in finder, it shows the icons related to your default music player.
    So, my next step is to find a new default player, and maybe my album covers will show up again.

  • EA 3.1 - Data Node Questions

    I have the following questions regarding the Data and Model Nodes
    1. Is it possible to define one table/view to be used in building the model(s) and a different table/view for testing the model.
    2. If we use the same table/view for the build and testing, can we see what data is being used for the build and what data is used for the testing
    3. For question 2, can we extact the data into another table etc

    Hi Brendan,
    See answers below.
    Thanks, Mark
    1. Is it possible to define one table/view to be used in building the model(s) and a different table/view for testing the model.
    Answer:
    Yes. Just connect another data source to the Classification or Regression Build Node.
    The second DS node has a link labeled as Test. If you want to swap the build and test data source, then select the Build Node, right click to bring up the node context menu and select "Swap Data Sources".
    2. If we use the same table/view for the build and testing, can we see what data is being used for the build and what data is used for the testing.
    Answer:
    No. The split data are temporary views. If you want to control exactly what data is used, then use your own test and build data source nodes.
    3. For question 2, can we extact the data into another table etc
    Answer:
    See answer to question 2.

  • Java on Intel Mac question...

    Okay, this may sound link a lame question, but I gotta ask...
    I have been developing Java code, using JBoss, on G4 and G5 Macs for years.
    I develop and compile on my G4 Powerbook, and copy the code (EAR's, JARs', etc) to my boss's G4 Powerbook. Now he wants to buy a new MacBook Pro, and do the same....
    My gut says "This is not gonna work"...so I would like for someone to verify,
    that compiled Java code on G4 cannot just be copied over to an Intel Mac....
    Oh, I'm still using 1.4.2 Java....
    Thanks!

    Try it. Seriously... try it. Your only tripping point will be any custom libs that you use which use JINI code. A standard JAR file will run just fine, as there is no x86/PPC distinction with Java bytecode. However, if you use namespaces outside the J2SE, then you might want to check on those to make sure they aren't using calls into the native environment. If they don't you should be green.

  • Advice on partitioning: PPC + Intel

    I'm about to give away my PowerBook G4 and get a new MacBook Pro. In addition, I just purchased a new large external drive which I would like to partition so partitions can be used to be bootable for both my MacMini (PPC) and my new MBP.
    Can I set up a GUID partition (for Intel Mac) and an Apple partition (for PPC Mac) or must I make a choice for the entire external drive?
    Thank you.

    You can do both.
    When you set up the partitions, as you write, the one for the Intel processor must be GUID, at least to make it bootable. According to the Disk Warrior site, for a bootable partition for the PowerPC, "the drive must be partitioned as "Apple Partition Map" (also known as APM)."
    When the computer sees a partition, basically all it sees is another hard disk.

  • PPC- Intel via Migration Assistant.

    I've recently upgraded myself and a couple users to intel machines and it seems if I use the migration assistant to transfer everything over I end up having issues. I usually end up reloading their machine with a fresh install and reinstalling all the apps manually. Is this a known issue? You'd think with Intel being the only option, 99% of people upgrading at this point would be going from PPC to Intel and that Apple would have thought about this?
    Any thoughts, suggestions???

    A Basic Guide for Migrating to Intel-Macs
    If you are migrating a PowerPC system (G3, G4, or G5) to an Intel-Mac be careful what you migrate. Keep in mind that some items that may get transferred will not work on Intel machines and may end up causing your computer's operating system to malfunction.
    Rosetta supports "software that runs on the PowerPC G3 or G4 processor that are built for Mac OS X". This excludes the items that are not universal binaries or simply will not work in Rosetta:
    Classic Environment, and subsequently any Mac OS 9 or earlier applications
    Screensavers written for the PowerPC
    System Preference add-ons
    All Unsanity Haxies
    Browser and other plug-ins
    Contextual Menu Items
    Applications which specifically require the PowerPC G5
    Kernel extensions
    Java applications with JNI (PowerPC) libraries
    See also What Can Be Translated by Rosetta.
    In addition to the above you could also have problems with migrated cache files and/or cache files containing code that is incompatible.
    If you migrate a user folder that contains any of these items, you may find that your Intel-Mac is malfunctioning. It would be wise to take care when migrating your systems from a PowerPC platform to an Intel-Mac platform to assure that you do not migrate these incompatible items.
    If you have problems with applications not working, then completely uninstall said application and reinstall it from scratch. Take great care with Java applications and Java-based Peer-to-Peer applications. Many Java apps will not work on Intel-Macs as they are currently compiled. As of this time Limewire, Cabos, and Acquisition are available as universal binaries. Do not install browser plug-ins such as Flash or Shockwave from downloaded installers unless they are universal binaries. The version of OS X installed on your Intel-Mac comes with special compatible versions of Flash and Shockwave plug-ins for use with your browser.
    The same problem will exist for any hardware drivers such as mouse software unless the drivers have been compiled as universal binaries. For third-party mice the current choices are USB Overdrive or SteerMouse. Contact the developer or manufacturer of your third-party mouse software to find out when a universal binary version will be available.
    Also be careful with some backup utilities and third-party disk repair utilities. Disk Warrior (does not work), TechTool Pro (pre-4.5.1 versions do not work), SuperDuper (newest release works), and Drive Genius (untested) may not work properly on Intel-Macs. The same caution may apply to the many "maintenance" utilities that have not yet been converted to universal binaries.
    Before migrating or installing software on your Intel-Mac check MacFixit's Rosetta Compatibility Index.
    Additional links that will be helpful to new Intel-Mac users:
    Intel In Macs
    Apple Guide to Universal Applications
    MacInTouch List of Compatible Universal Binaries
    MacInTouch List of Rosetta Compatible Applications
    MacUpdate List of Intel-Compatible Software
    Because Migration Assistant isn't the ideal way to migrate from PowerPC to Intel Macs, using Target Disk Mode or copying the critical contents to CD and DVD or an external hard drive will work better when moving from PowerPC to Intel Macs.
    Basically the instructions you should follow are:
    1. Backup your data first. This is vitally important in case you make a mistake or there's some other problem.
    2. Connect a Firewire cable between your old Mac and your new Intel Mac.
    3. Startup your old Mac in Target Disk Mode.
    4. Startup your new Mac for the first time, go through the setup and registration screens, but do NOT migrate data over. Get to your desktop on the new Mac without migrating any new data over.
    4. Copy the following items from your old Mac to the new Mac:
    In your /Home/ folder: Documents, Movies, Music, Pictures, and Sites folders.
    In your /Home/Library/ folder:
    /Home/Library/Application Support/AddressBook (copy the whole folder)
    /Home/Library/Application Support/iCal (copy the whole folder)
    Also in /Home/Library/Application Support (copy whatever else you need including folders for any third-party applications)
    /Home/Library/Keychains (copy the whole folder)
    /Home/Library/Mail (copy the whole folder)
    /Home/Library/Preferences/com.apple.mail.plist (* This is a very important file which contains all email account settings and general mail preferences.)
    /Home/Library/Preferences/ copy any preferences needed for third-party applications
    /Home /Library/iTunes (copy the whole folder)
    /Home /Library/Safari (copy the whole folder)
    If you want cookies:
    /Home/Library/Cookies/Cookies.plist
    /Home/Library/Application Support/WebFoundation/HTTPCookies.plist
    For Entourage users:
    Entourage is in /Home/Documents/Microsoft User Data
    Also in /Home/Library/Preferences/Microsoft
    Credit goes to another forum user for this information.
    If you need to transfer data for other applications please ask the vendor or ask in the Discussions where specific applications store their data.
    5. Once you have transferred what you need restart the new Mac and test to make sure the contents are there for each of the applications.
    Written by Kappy with additional contributions from a brody.

  • PPC & Intel backing up on the same hard drive?

    Hi alll. I´ve been using time Machine with my iMac G5 for several months without a glitch on an external USB HD.
    Now my wife bought a new iMac 20" and we want to use the same USB HD for her backups as well.
    Here´s what I did so far:
    I partitioned the USB drive in two halves.
    Connected it to the G5 and set up the time machine to use une of the partitions.
    Then set up the Intel to back up via wireless network to the USB drive connected to the G5.
    Both machines started backing up OK but the Intel never finished, the backup remained truncated with a large DMG file with a long name "...bundle... something"
    When I reversed the situation and connected the USB HD to the intel it finished the backup instantly (so basically all the files wer already there) but the G5 could not complete its backup. Being the G5´s partition the one with the truncated Backup .dmg File...
    Is there any way to do this? how can I make both computers back up on the same drive?
    Thanks!

    backup drives for intel and PPC macs should be formatted differently. GUID partition map for intel and APM for PPC.
    http://support.apple.com/kb/TS1550?viewlocale=en_US
    It could work without doing that but you might run into problems as you did. what partition scheme is the drive using now? try one of the following
    1. reformat the whole drive GUID, connect it directly to the intel mac and try backing up the G5 wirelessly.
    or
    2. format it with APM, connect it to G5 and try backing up the intel mac wirelessly. either way you probably should reformat the drive completely and start from scratch.

  • Intel-Mac question...

    I have not yet used a new Intel based Mac yet. I have seen conflicting reports online about it's ability to run legacy OSX software, but no reports of OS9 Classic software. Does it run Classic, and if so, how well?
    iMac G5   Mac OS X (10.4.4)   I want a Quad Core G5 : )

    Classic is no more with the Intel-based systems. There are mentionings that the program SheepShaver, http://www.gibix.net/projects/sheepshaver/ may allow you to emulate OS 9, but I haven't messed with that program enough myself to get it to work to say how effective it is. As far as OS X native software for the PPC models, they are emulated on the new machines using Rosetta. Some programs (ex. Microsoft Office) work, while others don't. Of the programs that you use, it's best to research and see if and how well the program works or see if there is a Universal patch or retail version of the software you want to use.
    Hope this helps.
    Ben

  • GetXMLString(Node) Question

    Hi,
    I'm trying to create one document that will contain the results of multiple queries. For example
    <MY_ROOT>
    <QUERY1_RESULT ID=1>
    <FIELD1>stuff</FIELD1>
    <FIELD2>more stuff</FIELD2>
    </QUERY1_RESULTS>
    <QUERY1_RESULT ID=2>
    <FIELD1>stuff2</FIELD1>
    <FIELD2>more stuff2</FIELD2>
    </QUERY1_RESULTS>
    <QUERY2_RESULT ID=1>
    <FIELD>hello</FIELD>
    </QUERY2_RESULTS>
    </MY_ROOT>
    I'm assumming that I need to use the OracleXMLQuery.getXMLString() method for the first query results and use the OracleXMLQuery.getXMLString(Node) method for the second query results. But how do I obtain the Node from the first query results?
    Thanks for your help in advance.
    - N.

    import java.sql.*;
    import oracle.xml.parser.v2.*;
    import oracle.xml.sql.query.*;
    class Demo {
    public static void main (String arg[]) throws Exception {
    // Get a JDBC Connection
    Connection cn = ConnectionHelper.getConnection();
    // Two XMLSQL Query objects
    OracleXMLQuery q1 = new OracleXMLQuery(cn,"SELECT 1 one from dual");
    OracleXMLQuery q2 = new OracleXMLQuery(cn,"SELECT 2 two from dual");
    // Create a new document to "house" the two results
    XMLDocument d = new XMLDocument();
    // Create a root element otherwise result won't be valid XML
    XMLElement e = (XMLElement)d.createElement("page");
    d.appendChild(e);
    // Show one technique for the first results
    q1.getXMLDOM(e);
    // Show another technique
    XMLDocumentFragment df = (XMLDocumentFragment)d.createDocumentFragment();
    q2.getXMLDOM(df);
    e.appendChild(df);
    d.print(System.out);
    cn.close();
    }

  • A Compositing / RotoShape Node question

    I'm a very new Shake user, and having some trouble getting my mind around Chapter 6: Rotoscoping, in the User Manual.
    If I have a guy walking across a room and I want to make the top half of his body disappear, can that be done with a Rotoshape?
    My two video clips are: #1 -- a clean plate, a shot of the room with nothing in it, the camera locked off on a tripod. #2 -- the same locked-off shot with the guy walking across the room.
    I thought it would be easy to draw a rotoshape on top of clip #2 that would cover the top half of the guy's body, a black shape that would create transparency where the guy's body was. Then I would composite the clean plate clip #1 underneath clip #2 to "fill in" the missing body with the rest of the room.
    But I must not be setting up my node tree properly. When I connect a rotoshape node to Clip #2, and load the rotoshape node into the viewer to draw the shape, I am not sure where to draw it, because I cannot see the clip that shows the position of the guy's body. And beyond that, if I did draw the rotoshape in the correct place, would it serve as an alpha channel for Clip #2, knocking out the top half of the body?
    Am I conceptualizing this in the most efficient way? Any tips on setting up the nodes would be greatly appreciated!
    Jim

    Thanks much, Jon and Captain! Your comments are enlightening. I tried both methods, and Jon's worked a little better for me. Using Captain's main clip to switchmatte and rotoshape to switchmatte, I got a weird dark outline around the rotoshape I drew that I did not get when I went rotoshape directly into the mask channel of the foreground clip, and then from there main clip and cleanplate into an over node. But other than that dark outline (and it may have been operator error of some kind) the compositing theory worked.
    On Captain's comment -- "Plus, adding multiple masks becomes easier, less messy and more practical. How do you add a second mask?" -- I was under the impression that you could have more than one mask, or rotoshape, on a rotoshape node. Page 157 in the user manual, Volume II: Compositing, says "To create another shape, click the Add Shapes button again." That seemed to work for me. I was able to add a second mask, if I am using the terminology right. Or maybe what I was adding was a "rotoshape," but I thought of it as a mask because I inverted it to black to make something in my foreground image "disappear" and let the cleanplate show through to fill in the missing section of the foreground clip.
    In any case, as a Shake user of just a few days now, it gives me an idea that there are multiple ways to get to the same destination.
    Thanks again, Jon and Captain, for the advice.
    Jim

  • Solaris 8 Intel - Licence question

    Hi there,
    My name is Long Phan from Australia. I recently got Sun Solaris 8 from SUN (USA) binary free licence (?!). I tried to install following things:
    * Install SUN OS (Intel) - OK!
    * Applied Security & Patches - OK!
    * Setup SAMBA - OK!
    * Setup Webmin - OK!
    * Setup DNS - OK!
    then when I tried to setup WEB (ver 2.0.40) after reboot. I CAN'T:
    * ping
    * nslookup
    * Surf the AnswerBook2
    * Share files (SAMBA) from my Windows pc
    I tried to re-install couple of times but I GOT the same problem. Please anybody helps me with this; I have following questions:
    * Do I need any licence for my SUN Solaris 8 (Intel) before I can setup anything else?
    * If I do then where I can get it?
    * If it's not the case then what did I do wrong?? I can ping, copy files from Windows (SAMBA), surf the AnswerBook 2 from my Windows, nslookup zone BUT when reboot I CAN'T DO anything (ping, nslookup, suft the AnswerBook 2)
    Please helps & thanks

    Hi!
    I also had the same exact problem during the install. The only way that I could procede was to tell it that I didn't want to install networking. Now when I boot, it tries to load the elx0 driver (for my 3Com 3c509b) and brings the following message, "SIOCSLIFFFLAGS cannot assigm requested address." I have checked the Irq/IO setting in the hardware configuration agent and everything seems to be correct. To top it all off, once I logon if I enter "ifconfig elx0 192.168.1.2 up" then everything works fine. I tried to forceload the elx0 module in /etc/system to see if the module just wasn't loaded early enough but this did not help. Any ideas of what else I should check?
    TIA

  • Another simple classpath problem question

    Hi All
    Yes I know, there are a lots of questions about this matter, but I couldn't found a solution to my problem.
    I have a simple program:
    public class prueba {
            public static void main(String[] args) {
                    System.out.println("Ahi va...");
    }placed in /tmp/javier/prueba.java
    After compiled, I've tried to run it from / and then problems started:
    cd /
    java /tmp/javier/prueba
    Exception in thread "main" java.lang.NoClassDefFoundError: /tmp/javier/prueba (wrong name: prueba)
    I said, ok...it could be a classpath problem...then:
    java -cp /tmp/javier/ /tmp/javier/prueba
    Exception in thread "main" java.lang.NoClassDefFoundError: /tmp/javier/prueba
    Damn, another try...
    java -cp .:/tmp/javier/ /tmp/javier/prueba
    Exception in thread "main" java.lang.NoClassDefFoundError: /tmp/javier/prueba (wrong name: prueba)
    Jesus Christ....may be the last slash....
    java -cp .:/tmp/javier /tmp/javier/prueba
    Exception in thread "main" java.lang.NoClassDefFoundError: /tmp/javier/prueba (wrong name: prueba)
    Oh...no.... may be classpath to java classes..
    java -cp .:/usr/java/j2sdk1.4.2_01/lib/jre/:/tmp/javier/ /tmp/javier/prueba
    Exception in thread "main" java.lang.NoClassDefFoundError: /tmp/javier/prueba (wrong name: prueba)
    Well, I don't know why this error happens....
    Please, could somebody help me !!!
    Thanks in advance...
    <jl>

    It's not too early to start following the Sun coding
    conventions for Java:
    http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.
    tmlHi
    thanks for your reply.
    Yes, I agree. I use conventions with my programs. But my real problem was with a real application and then I did quickly this simple code to help others to understand the problem and give a fast reply...
    Let me know if that works. (It was fine on my
    machine.) - MODYes it works fine, thanks.... and Damn...Murphys law again, the only option I didn't tried is the solution to my problem... :)
    Thanks again...

  • Another After Effects 2D Question

    So, I have read different forum posts here as well a other communities. I always read that I need specifics, so I will try to be as specific as possible.
    I want to know if After Effects is the right program for the type of 2D animation i'm trying to achieve.
    I also should make it clear that I am new to motion graphics and may get some terminology wrong. I would say I have a pretty firm grip on Photoshop and Illustrator; I'm a designer for a screen printing shop by trade. I also have a limited but functional knowledge of Premiere and am in the midst of editing 2 music videos. I have always been interested in animation and video but did not have the resources ($23,000 for 2.5 years) to study it at the Art Institute of Houston. I am mainly self taught by way of lynda.com. I have NO PROBLEM doing the training and taking a long time to develop my skill to the level I believe they need to be, but I don't really want to learn 2 different animation software programs unless absolutely necessary.
    I would like to produce an animated music video for a band that will have about a 4 minute run time. The style of animation is NOT Disney, but more or less South Park (cut-out?). More specifically, the intro sequence to the 2014 season. I have read that SP uses Maya, which with my limited knowledge seems a little bit overkill. The intro sequence looks at times 3D, but I am confident I can fake the look with proper texture, shading, placement, shadows and zooming.  In reality, what I want to accomplish is somewhere between the look of the intro and the actual show. The end result is a video for view on YouTube, Vimeo, etc for view on desktop computers and smartphones/tablets. TV is not the goal (although I guess it would be nice).
    I think I would create the characters as vectors in AI, and perhaps bring them into Photoshop for texture.
    Is AE the right software to accomplish this, or would i be better off learning something like ToonBoom Harmony, Blender or Animation Studio 10?
    (or another I am unfamiliar with)
    Perhaps an Adobe forum is not the most neutral place to ask this question, but I'm not giving up Photoshop, Illustrator, Premiere or Speedgrade, so any and all honest opinion are welcome.
    - Can I import "real" vectors into AE and use them for characters, or would everything need to be rasterized?
    - Does AE have a "bones" rigging system or anything comparable?
    - Does AE have a "bullet-physics"-style option? (I'm getting that terminology from Poser, which I purchased while it was on sale but have not even installed yet.)
    - Can I import 3D objects from Poser?
    - Does AE offer any true 3D features, or do I need Maya or a similar program?
    Thanks in advance for any insights anyone can offer.
    (edit: I know I asked about 2D then asked a few 3D questions at the end, but I am just curious. My MAIN concern is 2D)

    Thank you for that. I started reading the comments, and it looks like this video was uploaded by someone other than the creator, and the creator calls him out on it! So here is the link to the original from the creator.
    http://cgi.tutsplus.com/tutorials/create-your-own-south-park-style-animation--cms-19982
    EDIT: So I went on a tirade here about how sh**ty millennials are, even though I am one myself. While I still believe every word I said, this in not the time or place for that discussion. The only thin I will keep is: HEY FELLOW MILLENNIALS:  have some respect for other peoples creations and stop thinking you are entitled or owed ANYTHING, and finally stop taking selfies and posting pictures of your food; no one cares.

Maybe you are looking for

  • Program hangs when instantiating a DataSource

    Hello everyone ! I am sorry to disturb you with a silly question. I have done some research but I am unable to solve this by myself. I am a JMF beginner, and I am trying to stream wav files with the RTP protocol. Sadly, I can't get to create a DataSo

  • How is added this clause to  a standard VO query... ?

    Hi friends, [AppsR12] I've seen a peculiar behaviour while executing a LOV query: Standard LOV query is: select class_code, description, class_code||' - '||description display ,CLASS_CATEGORY, START_DATE_ACTIVE, END_DATE_ACTIVE from pa_class_codes wh

  • GPU acceleration in Lightroom 6 not working

    Hi, Any ideas how do I turn on GPU acceleration in Lightroom 6? I meet the minimum requirements (Win 7 x64, 1GB VRAM, OpenGL 6.1 ) and as advised in "learn more" I did check my graphic driver which is at the latest version. Still I am getting message

  • Error message for email sent

    Hi, I got an error message for an email sent to external user from workflow as "Message cannot currently be transferred to node SMTP due to connection Error" How to resolve it? i think i have done enough in tcode scot for email send please help me ou

  • Tree Map Chart

    Hi, I am new to Xcelsius and have just started investigating the Tree Map Chart in Xcelsius 2008. Is there a way to permanently show all the values and labels? The Mouse-Over options (under Appearance > Text) works for someone using the Tree Map on a