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-10Math LibBrecht Van Lommel
2009-11-10Math LibBrecht Van Lommel
2009-11-10NULL pointer check to prevent some crash in background modeMartin Poirier
2009-11-10Add Sticky was essentially a blank operator. Possibly context functions weren...Roland Hess
2009-11-10modify the python context access so invalid names will raise an exception rat...Campbell Barton
2009-11-10fix for own error in active bone commit, wasnt checking object type was an ar...Campbell Barton
2009-11-10Bugfix #19835: While playing animation, Render>Dimensions>FrameRate does not ...Joshua Leung
2009-11-10Fix for [#19847] Joined meshes fail to renderMatt Ebb
2009-11-10Fix for [#19852] Animation rendering not working in new sceneMatt Ebb
2009-11-10Fix for [#19855] Color Ramp Interpolation is not workingMatt Ebb
2009-11-10* Finished (well, almost ;) RNA wrapping and layout-engine-ing all the nodes.Matt Ebb
2009-11-10* Small UI drawing tweaks, part of it allowing a bit of extra space for text ...Matt Ebb
2009-11-10Bugfixes for Armatures, SplineIK, and F-Curve RNA:Joshua Leung
2009-11-10use armature active bone as a pointer rather then a flag for each bone that n...Campbell Barton
2009-11-09- added particle select_inverseCampbell Barton
2009-11-09OpenGL grease pencil renderCampbell Barton
2009-11-08Sequencer: (small Durian wish)Andrea Weikert
2009-11-08Nodes:Thomas Dinges
2009-11-08Graph Editor Drawing Tweaks:Joshua Leung
2009-11-07- modal keymap for border selectCampbell Barton
2009-11-07Fix for transform orientation fix, probably forgot to commit this?Brecht Van Lommel
2009-11-07Bugfix: crash in posemode transform buttons with no active pose bone.Brecht Van Lommel
2009-11-07Make orientation matrix access function public.Martin Poirier
2009-11-06B.blend.c update. Only change is that brushes and panels are not saved, soBrecht Van Lommel
2009-11-06- removing the last particle system now exits particle edit mode.Campbell Barton
2009-11-06Driver Scripting:Joshua Leung
2009-11-06bring back align to view to objectCampbell Barton
2009-11-05Fix #19763: crash with tooltip open & maximizing area to fullscreen.Brecht Van Lommel
2009-11-05Fix bug #19754: alt + scrollwheel to change button values was notBrecht Van Lommel
2009-11-05operator to select pos/neg verts on any axis relative to the active vertexCampbell Barton
2009-11-052.5 Modifiers: mesh deform, boolean and decimation work again.Brecht Van Lommel
2009-11-05adding group instances didnt do an undo pushCampbell Barton
2009-11-05- converted circle select use a modal mapCampbell Barton
2009-11-05Moved the object and bone name fields out of the Transform panel in 3Dview pr...William Reynish
2009-11-05only run the banner function for console (not reports)Campbell Barton
2009-11-05- circle select mouse wheel resize now works (somehow mouse wheel generates a...Campbell Barton
2009-11-05was setting the active material on exit editmode rather then enterCampbell Barton
2009-11-05last commit broke entering editmodeCampbell Barton
2009-11-05enter editmode when adding objects even if the object is not in an active layer,Campbell Barton
2009-11-05- added bpy.context to the python moduleCampbell Barton
2009-11-05python console autocomplete would crash (missing NULL check for pose channels)Campbell Barton
2009-11-05Bugfixes + Spline IK Tweaks:Joshua Leung
2009-11-05Fix for error in previous fix - oops ( [#19818] )Matt Ebb
2009-11-05* Fix for [#19700] undo doesn't display visual feedback on latticesMatt Ebb
2009-11-05Armature Editing Bugfixes:Joshua Leung
2009-11-05Fix for [#19780] pivot for rotation/scaling doesn't use "active vert/edge/face"Matt Ebb
2009-11-05RNA transform properties for edit bones and metaballsMatt Ebb
2009-11-05Added RNA based transform properties for pose bones too.Matt Ebb
2009-11-05* Partial fix for bug [#19734] N panel's transform doesn't display the unitsMatt Ebb
2009-11-04python function for adding a driver. egCampbell Barton