Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-06Big, big commit!!Diego Borghetti
1) Remove WITH_FREETYPE2 from code, so now blender always need freetype2 2) Remove the old bmfont 3) Remove ftfont and bFTGL library 4) Implement a new BLF_draw_default function for place that still need/use the old BMF api. I try to update both, scons and cmake, but I only can test with make, so hope all work fine. MSVC is broken, but I don't have Windows, things to search and fix are any reference to WITH_FREETYPE2, FTGL and BMFONT (take in care that blenkernel also have a BKE_bmfont.h, this don't have anything to do with bmfont). Always have to link/include the freetype2 library Remove any reference to libbmfont Remove any reference to libftfont Remove any reference to libbftgl (or libbFTGL)
2009-05-052.5 Buttons - Insert/Delete Keyframe Menu TweaksJoshua Leung
* Added 'Replace Keyframes' entry that appears in addition to delete, since it is often useful to be able to directly replace values instead of having to delete and reinsert keyframes. Internally, this just calls the Insert Keyframe operator. * Separated the code to for Driver editing from the tests for keyframes, since they're independent. * Added separators between keyframe and driver operations. This could be removed if the UI-mafia consider it overkill.
2009-05-05Cycles FModifier - Repeat Mirrored now works for cycles before the start of ↵Joshua Leung
the keyframe range
2009-05-052.5 Buttons:Thomas Dinges
* Some minor code cleanup * More tweaks to match the Layout Guidelines "Dependencies ".
2009-05-05* More icon updates, thanks to Jendryzch. That's all the modifiers now, I think!Matt Ebb
2009-05-042.5 Buttons:Thomas Dinges
* Tweaked the scene buttons to be more consistent with the Layout Guidelines. http://wiki.blender.org/index.php/BlenderDev/Blender2.5/UIlayoutGuide * Modifier panel is now also visible on non mesh objects, like curves, text etc.
2009-05-042.5 Data Buttons:Thomas Dinges
* Added camera buttons. * Added poll to check on active object type. ToDo: * Lens Unit "lens" and "angle" don't update each other. Needs RNA fix. * Buttons only work for default camera now, needs better context.
2009-05-042.5 RNA:Thomas Dinges
*Added missing notifiers for resolution and aspect ratio, so camera border updates while changing the values in camera view.
2009-05-042.5 - BugfixesJoshua Leung
* Loading files saved with 2.5 works again now without crashing. Was crashing when trying to load Grease Pencil data (even though there was none) * Fixed some msvc compiler warnings in own code
2009-05-04Cycles F-Curve Modifier: 'Mirrored' Option Joshua Leung
Using this cycling mode option, the keyframe range will be repeated in reverse order every second repeat. Thanks for the idea mfoxdogg :)
2009-05-04* Icon updates and fixesMatt Ebb
* Made the buttons space listen to and update for new active objects * Cleaned up the Add Object menu
2009-05-03F-Curve Modifiers: Time-Modifying F-Modifiers CleanupJoshua Leung
Time-Modifying F-Curve Modifiers now get special callbacks to allow them to specify what frame they need to be evaluated on, instead of forcing a re-evaluation of the preceeding curve + modifier-stack. This should be more robust than the old way in general. It still remains to be seen if some tweaks to this are still needed, as the full consequences of the propogation of modified time-spaces have yet to be fully explored. For now though, evaluation works by finding the last modifier on the stack which modifies time, and asks it what time it modifies the given time to. This modified time is used to evaluate the F-Curve data only. The modifier stack gets evaluated using the original time instead.
2009-05-03Fix for Bug #18658: | character in buttons allowing text input was being ↵Joshua Leung
interpreted as the "menu-name | hotkey" delimeter used for menus, giving incorrect results. This commit fixes the issue in 2.5 only. A similar fix will need to be backported/coded for trunk?
2009-05-02F-Curve Modifiers - Per-Modifier Muting:Joshua Leung
It is now possible to mute individual modifiers so that they will not contribute to the final result.
2009-05-02* Added a new F-Curve modifier type: NoiseMatt Ebb
Thanks Aligorith for making such an easy to use system! http://mke3.net/blender/devel/2.5/fcurve_noise_modifier.mov
2009-05-02* Added a list of OS X volumes to the file selector bookmarks pane, ↵Matt Ebb
consistent with the drive letters on Windows. Currently this list only gets refreshed on Blender startup, hopefully this can be worked on but for now at least it's better than having to manually navigate to /Volumes/... http://mke3.net/blender/devel/2.5/fileselect_volumes.png
2009-05-012.5 - Restored access to the Image-Type settingJoshua Leung
This has been wrapped under Scene.RenderData, and can currently be accessed under the 'Image' panel in the Scene settings. As in the old code, image types are only included if they are enabled when compiling. Also note that image-type specific settings have not been wrapped yet.
2009-05-01* Some tiny tweaks to the padding around buttons windowMatt Ebb
2009-04-302.5Ton Roosendaal
Cleanup of conventions for icon placement in menus. Old code only allowed 1 icon per menu, forcing to pass on the sublevel menu icon with exception handling. Now sublevel icons are drawn automatically, allowing to add an icon before name too. (Check shift+a menu)
2009-04-302.5Ton Roosendaal
Two fixes: - objects in editmode now update data on saving .blend - uifonts and uistyles were not freed yet on reading files yet.
2009-04-302.5Ton Roosendaal
Bug reported by Joshua: quitting Blender via window header quit widget didn't free editmode stuff.
2009-04-302.5Martin Poirier
Transform helpline and experimental drawing code to indicate direction of motion for specific transformations.
2009-04-302.5 Ton Roosendaal
Bugfix, thanks to report from M Fox: Saving file in editmode could crash on load, because editobject pointer in scene was not cleared on file reading.
2009-04-302.5 - Icons Add Object Menu Joshua Leung
A little experiment in putting icons on this menu as per a mockup from William. However, it appears that there is a minor bug here though with the menu drawing code. I've deliberately left the Mesh entry without an icon for now to illustrate part of the problem (note the placement of the icons for curves and surfaces)
2009-04-30* trying out a little 'gripper' draw style for the screen splitter triangleMatt Ebb
2009-04-29* First pass updating the default theme for the new UI controls and darker ↵Matt Ebb
colours
2009-04-29* Updated icons from Jendryzch. Thanks!Matt Ebb
2009-04-27UI:Brecht Van Lommel
* Made separator item work horizontal & vertical. * Add colon (:) automatic for int/float/enum/string. * Added space variables to uiStyle and use them in the layout engine. * Added initial World buttons by Thomas Dinges, thanks! * Added some code for modifiers in the Object Data context. This will become a template though. * Use a common poll() callback in the scripts to reduce code.
2009-04-272.5Martin Poirier
Fix repeat crash with transform. Just remove stupid twmat, don't need to cache results in view3d. Made it more safe too.
2009-04-272.5Ton Roosendaal
Forgot to add new file! This is the toolbar, it get overlayed on top of view, not changing main window display.
2009-04-272.5Ton Roosendaal
Summary of ain features: - Themes and Styles are now editable. - CTRL+U "Save user defaults" now goes to new .B25.blend, so you can use 2.4x and 2.5x next to each other. If B25 doesn't exist, it reads the regular .B.blend - Press Tkey in 3d window for (unfinished) toolbar WIP. It now only shows the last operator, if appropriate. Nkey properties moved to the other side. A lot of work was done on removing old themes for good and properly getting it work with the 2.5 region system. Here's some notes; - Buttons now all have a complete set of colors, based on button classifications (See outliner -> user prefs -> Interface - Theme colors have been extended with basic colors for region types. Currently colors are defined for Window, Header, List/Channels and for Button/Tool views. The screen manager handles this btw, so a TH_BACK will always pick the right backdrop color. - Menu backdrops are in in Button theme colors. Floating Panels will be in the per-space type Themes. - Styles were added in RNA too, but only for the font settings now. Only Panel font, widget font and widget-label work now. The 'group label' will be for templates mostly. Style settings will be expanded with spacing defaults, label conventions, etc. - Label text colors are stored in per-space Theme too, to make sure they fit. Same goes for Panel title color. Note that 'shadow' for fonts can conflict with text colors; shadow color is currently stored in Style... shadow code needs a bit of work still.
2009-04-272.50: fix crashes in the text editor due to undo buffer.Brecht Van Lommel
2009-04-24patch from Thomas Dinges, falloff out of the stars struct into the mist.Campbell Barton
2009-04-24just some fixes in rna descriptionsMichael Fox
2009-04-24Small comit, added the colour mode (BW,RGB,RGBA) and object type to rna, and ↵Michael Fox
added appropriate entries to the UI
2009-04-24Move texture draw to blf_util.c, now both font used it.Diego Borghetti
A little cleanup on the internal font, it's possible load the old bmfont with: BLF_load_mem(name, NULL, 0) where name can be: helv, helvb or scr. Note that the internal font also support both draw, texture and bitmap, by default always used texture. Remove some old lang function that I left there and don't exist any more because the locale are now in the RNA. Small changes to Style's, so if we build without freetype2 by default go back to the internal font, this is a little ugly (and have the old problem of scale) but now blender always show text (need work a little more there).
2009-04-232.5Ton Roosendaal
Two small fixes; - restrict collumns in outliner didn't work - pulldown menu buttons had wrong AA color outline.
2009-04-232.5Ton Roosendaal
Make: removing hidden directories from .app failed.
2009-04-23- fix for python refcounting crashes, remember PyDict_GetItem and ↵Campbell Barton
PyDict_GetItemString borrow a ref. - the namespace dictionary wasn't being de-allocated for each run. - clear every error after printing it to avoid stale PyObjects hanging about.
2009-04-232.5Ton Roosendaal
Last commit from brecht with feature: * Buttons window data context icon new changes depending on active object. Forgot to check for ob==NULL, crashed files.
2009-04-23F8Key reloads all python scripts and redraws for quick testingCampbell Barton
F7 runs test.py also for testing
2009-04-23Small changesCampbell Barton
- font->blur was uninitialized - Use Ctrl+Alt+Shift+P to run scripts from the 3d view not Pkey. (still useful for testing)
2009-04-23* Tiny UI tweak, moved the checkbox labels closer to the boxes.Matt Ebb
2009-04-23Add clipping option for bitmap draw mode and remove the "test code" fromDiego Borghetti
space_info.c
2009-04-22height=0;Shaul Kedem
2009-04-22UIBrecht Van Lommel
* Headers and menus can now be created in python. * Replaced the uiMenuItem functions to create menus with equivalent uiItem functions using a layout, removing duplicated code. * More uiItem functions are now exposed to python. * The text editor header, panels and one of its menus are now created in space_text.py. * Buttons window data context icon new changes depending on active object. Issues * Icons are not wrapped yet, hardcoded ints at the moment. * The ID browse template is unfinished.
2009-04-22Assorted 2.5 fixes:Joshua Leung
- compiling errors in outliner.c - incorrect comments
2009-04-22rna functions are now included in epydocs,Campbell Barton
only write the functions into the base rna structs and let epydoc show the inheritance. examples http://www.graphicall.org/ftp/ideasman42/html/rna.Mesh-class.html http://www.graphicall.org/ftp/ideasman42/html/rna.Panel-class.html http://www.graphicall.org/ftp/ideasman42/html/rna.Header-class.html http://www.graphicall.org/ftp/ideasman42/html/rna.UILayout-class.html
2009-04-212.5:Brecht Van Lommel
* Changed the buttons window contexts to be like the mockups: scene, world, object, data, material, texture, particles, physics * Removed temporary C layout code for buttons and scene.
2009-04-21bugfix #18543Ton Roosendaal
Using feature XRay + Transparent could crash on undo/redo, the view3d afterdraw was still storing data here whilst it shouldn't... Reason was that object got added twice actually... but only freed once. Also caused weird flashy display.