Jump to content

BoltBait

Administrator
  • Posts

    15,728
  • Joined

  • Last visited

  • Days Won

    405

Everything posted by BoltBait

  1. Looks like the font Paint.NET is using for menus is either damaged or missing.
  2. Try this plugin: viewtopic.php?f=16&t=1577 You keep your textures in separate files. Then, use the plugin to fill a selected area with them.
  3. Simon, you almost had it. You just forgot to wireup the OnSetRenderInfo function so the selected font was never being return to the user. My code is a little different from yours because I had already started on the problem when you had posted. I have posted an updated CodeLab that includes the font list control. Go get CodeLab version 1.2 here: http://www.BoltBait.com/pdn/codelab Changes: - Added Font List control How to use the new control: Thanks Ego Eram Reputo for supplying sample code for this control on this page: http://www.boltbait.com/pdn/codelab/hel ... asp#Fonts
  4. Paint.NET IndirectUI does not support such behavior. HOWEVER... I might be able to give you something like that similar to the UserBlendOp control. Give me a few days... Mike, the File > Save as DLL screen includes several fields of information that you need to fill in in order to build a DLL. It includes things like the author's name, the Effects submenu and menu text, and a support URL that is displayed to the user if your effect fails. Here's the save screen: It is a pain to enter that info every time you go to build a DLL, so I included a shortcut... If you include a comment in your effect in the following form, the appropriate field will be filled in with the supplied default information. // FIELD: default value You can override this default before actually saving the DLL file. It is only for conveince. It has no effect on the effect at all. Here are some examples: // Author: BoltBait // Submenu: Blurs // Name: Gaussian Blur+ // URL: http://www.BoltBait.com/pdn etc. This is all explained on the following page of the help file: http://www.boltbait.com/pdn/codelab/hel ... ngdll.asp
  5. Look, post these in either your own thread or the sig thread in the Pictorium forum. If people ask you to make a tutorial, then do it. Otherwise, don't bother wasting your time.
  6. Type your text on its own layer. Then, use Layer > Rotate Or Type your text on its own layer. Select that text using the square selection tool. Right-click and drag one of the corner nubs using the move selection tool.
  7. OK, open that image in Paint.NET Use Adjustments > Black and White to make it really black and white. Add a new layer on top of that car. Fill the layer with a color by selecting a color in the colors docker and pressing Ctrl-A and Backspace. Press F4 and change the blending mode to Overlay.
  8. On the page I linked... scroll up from six to five and try that. What was the results of step five?
  9. OK, if your car is gray, try this: Create a new layer on top of the layer where your car is located. Change the blending mode of your new layer to "multiply". Choose a color for your car on the Colors docker window. :Colors: Choose the paint brush tool. Paint on your new layer. Once you have painted over the entire car, you can use the Adjustments > Hue/Saturation effect to change the color.
  10. Read page 8 of that thread I linked above. That should get you started.
  11. Apparently, humor does count for something... My sig won! :shock: Wo0t! :AddNoise:
  12. Here is a great plugin that might help: viewtopic.php?f=16&t=1102
  13. It appears that my fears were unfounded. 8) viewtopic.php?f=17&t=25620 Thanks for all the votes, everyone! I would also like to appologize to CommanderSozo because he should have won. BTW, this is my first contest win on the PdN board!
  14. Those sigs are made with custom brushes: viewtopic.php?f=16&t=23093
  15. Use the feather plugin of my plugin pack. (Link in sig)
  16. By the way, the CodeLab help file has been updated with a ton of example scripts here: http://www.boltbait.com/pdn/codelab/hel ... ments.asp And, the source code to CodeLab itself has been published to the bottom of this page: http://boltbait.com/pdn/codelab/ Enjoy. 8)
  17. The error message: Unable to load DLL 'ShellExtension_x86.dll' ...tells me that you probably should reinstall Paint.NET. One of the files of Paint.NET is missing. Or, you might try running the PdnRepair utility that is located in the Paint.NET directory.
  18. Here's a plugin you could try: http://boltbait.googlepages.com/scanlines or viewtopic.php?t=2302
  19. CodeLab 1.1 has been released. 1.1 Release - Colorwheel Bug Fixed - Fixed a bug where the namespace could have bad characters in it - Second colorwheel in a UI now defaults to secondary color - Floating point slider control added (requested by MadJik) - Drop-Down List Box control added - "UserBlendOp" control added - Script comment parsed for default effect name: // Name: Effect Name - Minor UI typo fixes Go get it here: http://boltbait.com/pdn/codelab/
  20. We are not mind readers here. Give us a sample image or a better description if you want better results.
×
×
  • Create New...