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 (Expand)Author
2009-11-28operator renaming for more consistent word ordering (_add/_remmove shold be l...Campbell Barton
2009-11-28slight reorganization of 3D view UI region.William Reynish
2009-11-28py/rna apiCampbell Barton
2009-11-28Mesh Deform ModifierBrecht Van Lommel
2009-11-28Fixed some more names after the Python UI API changesWilliam Reynish
2009-11-28A few new mouse navigation config options to help transitioning usersMatt Ebb
2009-11-28* New tool - Join as ShapesMatt Ebb
2009-11-28Head/Tail property was never added for Track To and Stretch To constraint typ...Roland Hess
2009-11-27* Small Cleanup.Thomas Dinges
2009-11-27shoulder improvements, fixes for linking arm/palm/finger togetherCampbell Barton
2009-11-27Add missing snap properties to transform operator.Martin Poirier
2009-11-27edge loop delete was using snap, making it not actually delete the edge loopCampbell Barton
2009-11-27new palm rig type + some refactoring to make names less confusing for the arm...Campbell Barton
2009-11-27Re-commit of new icons. It seems like the icon update got overridden somehow.William Reynish
2009-11-27Durian Request:Joshua Leung
2009-11-27Added RMB-menu to Headers:Joshua Leung
2009-11-27fix for error in simpledeform modifier uiMatt Ebb
2009-11-27Fix for [#20086] Mirror X, Z and Y crashes Blender 2.5 AlphaMatt Ebb
2009-11-27UV Editor: Added missing Snapping Operator keymaps (Shift-S) + menus (under U...Joshua Leung
2009-11-26Missing from last commit:Martin Poirier
2009-11-26more rna property renaming, axis_x --> use_x, rotationx --> use_rotation_xCampbell Barton
2009-11-26rename rotate_like_x --> use_x, for copy loc/size/rot constraints.Campbell Barton
2009-11-26minor changes made before commit broke this script Campbell Barton
2009-11-26ctrl 1-5 for changing subsurf levelsCampbell Barton
2009-11-26basic support for Sintels arm rig with property driven ik/fk switching and st...Campbell Barton
2009-11-26Bugfix #20069: Centre to cursor or centre to mouse, centre object.Joshua Leung
2009-11-26[#20051] x for removing a mesh from a group doesnt scale with uiMatt Ebb
2009-11-26Fix for [#20028] adding objects such as cameras in local view(/) doesn't workMatt Ebb
2009-11-26Fix for opening images in the Background Image panelMatt Ebb
2009-11-25Pose Bone Local Location: now also works for non-connected bones with parents.Brecht Van Lommel
2009-11-25selected_pchans --> selected_pose_bones, same for visible_pchansCampbell Barton
2009-11-25fix for error in sequencer ui from recent changesCampbell Barton
2009-11-25add access to bone add/remove from rna. eg.Campbell Barton
2009-11-24RNA apiCampbell Barton
2009-11-24Forgot this file.William Reynish
2009-11-24Render Buttons:Thomas Dinges
2009-11-24Fix wrong names in 3D view View menuWilliam Reynish
2009-11-24- use a generic bone class so all 3 bone types (Edit/Pose/Armature) - can hav...Campbell Barton
2009-11-24Made render quality settings proper percentages.William Reynish
2009-11-24quicktime : small ui update to include the two qt import options in the outpu...Damien Plisson
2009-11-24- added rna api function scene.update(), needed for rig generation to update ...Campbell Barton
2009-11-24removed mmb pan/rotate user preference - this is handled by key maps nowMatt Ebb
2009-11-24commenting out "Todo" labels from bge player stereo optionsDalai Felinto
2009-11-24rig-generation from metadata, the idea is to input a simple rig with metadata...Campbell Barton
2009-11-24- new pyrna api functions srna & prop path_to_id(), useful when setting drive...Campbell Barton
2009-11-24Improve links.Guillermo S. Romero
2009-11-23Fixed weird wrong names in Add menu.William Reynish
2009-11-23Fixed a link and added irc.freenode.net for clarityWilliam Reynish
2009-11-23Two files missing in case conversion in r24816.Guillermo S. Romero
2009-11-23use decorators for python attributes, added bone.lengthCampbell Barton