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-09-28- removed 2.4x release/scriptsCampbell Barton
- moved release/io and release/ui into release/scripts/io, ui - updated scons, cmake, make When porting 2.4x scripts back, use a command like this so as not to loose the commit history... svn cp https://svn.blender.org/svnroot/bf-blender/branches/blender2.4/release/scripts/raw_import.py release/scripts/io/import_raw.py
2009-09-212.5 Nodes:Thomas Dinges
* Wrapped Color Key and Blur Node. * Nodes using RNA properties can be animated. You can now choose if the Nodes Window should be updated while animation playback too. (Timeline>Playback Menu)
2009-09-20* UI for recent sound commit. Thomas Dinges
2009-09-01- enum for convex hull and triangle mesh were swappedCampbell Barton
- python pedantry
2009-08-25Moved the autokey mode menu from the timeline header into the timeline ↵William Reynish
menus. Its previous prominent large size made it seem like this setting was very important, when in fact it's a setting you are almost never likely to touch. This helps clean up the main UI.
2009-08-24Adjusted spacing of header items. William Reynish
Made toggle buttons less wide, with less extra space around them Made number widgets wider to allow larger numbers, such as the current frame field in the timeline.
2009-08-22use '' for enums rather then ""Campbell Barton
2009-08-212.5 - 2 BugfixesJoshua Leung
* Alt-S in Object Mode would crash. Was caused by modal-keymaps for Pose Mode not being cleared when not in Pose Mode. Also fixed what appears to have been a copy+paste error for Armature Sketching keymaps. * Active KeyingSet menu in TimeLine header is now properly editable. Was using the wrong type of layout call to do this.
2009-08-192.5: HeadersBrecht Van Lommel
* Fix header menu spacing bug, and make it consistent for all headers. * For consistency, always put menus first in the header, then any enums to switch the type of data displayed. * Node editor header ported to python layout. Still quite a few operators missing to make the menus complete. * RNA wrapped node editor, and added use_nodes property to material and scene.
2009-08-182.5:Brecht Van Lommel
* Split Info and User preferences into two separate spaces. * Renamed Buttons Window to Properties also in RNA identifiers.
2009-08-172.5 Timeline:Thomas Dinges
* Added "Only selected" Option in View menu.
2009-08-172.5 - Keying Sets FixesJoshua Leung
* Properly wrapped Keying Sets in RNA. Now the timeline header shows a popup for choosing KeyingSets instead of the nasty index button. * Fixed bugs in Outliner code for adding/removing array elements to Keying Sets. This makes it possible to add only the x and z location settings for an object for example.
2009-08-172.5 Timeline:Thomas Dinges
Some fixes: * Added missing "Layered" Button. * Jump to last keyframe operator was called incorrect.
2009-08-172.5 Timeline:Thomas Dinges
* Finally the header and menus are done via python. * Added RNA for sync audio. Note: This is just a basic working version in python. It needs more work and some layout changes. Joshua: Feel free to adjust this further :)
2009-08-162.5 Timeline:Thomas Dinges
* Python conversion is nearly done, still uncommented.
2009-08-142.5 Timeline:Thomas Dinges
* Added some menus and buttons. Still uncommented.
2009-08-132.5 Timeline:Thomas Dinges
WIP Commit, still uncommented. * Adeed some RNA properties for Playback. * Start of Python File.