Search found 70 matches
- Sun Dec 18, 2011 7:12 pm
- Forum: Foundation and Websites
- Topic: Bad SSL cert on svn.blender.org?
- Replies: 5
- Views: 14161
I've been having the same problem for a few weeks now( after an OS update) and have googled for hours about the problem ( which is how I found this thread...) Anyway, last night I found this and it worked for me: http://linux-knowledgebase.com/en/Tip_of_the_day/December/Certificate_verification_erro...
- Sun Jan 31, 2010 3:57 pm
- Forum: Interface & Tools
- Topic: Texture Plugin: Set value, gray out control
- Replies: 4
- Views: 1752
well, seq plugins may be different than tex plugins in this respect, and this was a long time ago ( several plugin versions) but at the time I noticed that even though each instance of a plugin has a separate cast structure, they all seemed to share the same varstr structure. If you changed any memb...
- Sun Jan 24, 2010 11:49 pm
- Forum: Interface & Tools
- Topic: Radio buttons or drop-down list for texture plugin?
- Replies: 2
- Views: 1787
Sorry, you can't do alot of the button types because of the limitations of the plugin api. The cast structure is defined as 32bit values and if you try to use more than that, they will overwrite the values of the following buttons. for instance, if you make a color picker, this works fine: {COL|CHA,...
- Sun Jan 24, 2010 10:48 pm
- Forum: Interface & Tools
- Topic: Texture Plugin: Set value, gray out control
- Replies: 4
- Views: 1752
Disclaimer: Although I have worked with sequence plugins alot, I have never coded a tex plugin... so there might be a slight difference in how it works for you. It's easy to set the value of a button... Just 'cast->button=0;' ( or whatever value you want) anywhere in plugin_tex_doit. Re "or make it ...
- Mon Mar 24, 2008 7:06 pm
- Forum: Interface & Tools
- Topic: VSE : jpeg to avi : size question
- Replies: 4
- Views: 2977
Yes, the button window is the lowest one...but it has different tabs depending on what context you have selected. At the moment you are looking at the scene->render buttons. Select the sequencer buttons icon in the header (just to the right of the render icon...it looks like a small piece of film ju...
- Sun Mar 23, 2008 5:20 pm
- Forum: Interface & Tools
- Topic: VSE : jpeg to avi : size question
- Replies: 4
- Views: 2977
yeah, blender has always automatically resized input strips to the output resolution but yes, you can get around it. It depends on what version of blender that you use... If you are using 2.45, select your image strip and then add->effect->transform. Then you can adjust the xScale & yScale to get yo...
- Sat Feb 23, 2008 6:32 am
- Forum: Interface & Tools
- Topic: add node suggestion
- Replies: 3
- Views: 2602
I knew I should have kept my mouth shut...
Hi BeBraw, :shock: just what in my past history gave you any indication that I was capable actually doing something worth while in the source code? You do know that I am just a crazy(*) old hack that codes like this: http://paprmh.googlepages.com/bonk.gif don't you? Well... :twisted: I decided to br...
- Tue Feb 19, 2008 8:56 pm
- Forum: Interface & Tools
- Topic: add node suggestion
- Replies: 3
- Views: 2602
add node suggestion
:oops: Yeah, I know, with blender at BCON3 my timing really sucks but this should be so easy to implement that it may be worth considering... Currently, when you add a node to the node editor with either rmb or space bar, the add node menu appears where the mouse cursor is and the new node appears w...
- Sat Dec 29, 2007 10:07 pm
- Forum: News & Chat
- Topic: really quick question
- Replies: 2
- Views: 2337
- Thu Jun 07, 2007 9:27 pm
- Forum: Rendering
- Topic: Problem: rendering at half size
- Replies: 2
- Views: 3509
sounds like you have fields on...so all you have to do is turn off the fields button. It's in the button window, scene->render tab.
BTW: questions like this are best asked at one of the blender user forums like http://blenderartists.org/forum/, this is the blender developer forum
BTW: questions like this are best asked at one of the blender user forums like http://blenderartists.org/forum/, this is the blender developer forum

- Sun Feb 25, 2007 7:07 pm
- Forum: Interface & Tools
- Topic: sequencer plugins . . . no float?
- Replies: 5
- Views: 3439
- Fri Feb 23, 2007 10:31 pm
- Forum: Interface & Tools
- Topic: plugin to use for this effect . . .
- Replies: 5
- Views: 3263
Statik: The best place for this is at BlenderArtists.org... specifically, this thread -> http://blenderartists.org/forum/showthread.php?t=89288 That is my test thread so go there and I can try to help you while you help me improve my plugin... :) and while you are at BA, search for chromakey and mat...
- Mon Jan 29, 2007 10:58 pm
- Forum: Coding Blender
- Topic: why doesn't patch work?
- Replies: 6
- Views: 4618
The patch changes several BKE and DNA files...try make clean and then make... but you really should update your cvs first :roll: BTW: the name.ext of the patch does not matter, I think that the problem was that win & linux format text files slightly differently (something about cr vs cr+lf iirc) so ...
- Mon Jan 29, 2007 3:37 am
- Forum: Interface & Tools
- Topic: Spin bug in V2.43 RC1&RC2 : Clockwize available only
- Replies: 1
- Views: 2267
- Sun Jan 28, 2007 8:58 pm
- Forum: Coding Blender
- Topic: why doesn't patch work?
- Replies: 6
- Views: 4618
This patch was made against 27.1.2007 CVS :wink: cvs is frozen for new stuff...but there have been over 50 committs since the 23rd... bugfixes and code cleanups - I just patched and compiled successfully with a freshly updated cvs - although I had to use the reg patch + files... I got a malformed p...