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-12-08Various changes to screen-related code, aiming to fix a few problems and usab...Matt Ebb
2009-12-07Porting of Graph Editor's UI to python, just header done for now.Elia Sarti
2009-12-06Loop cut and edge ring select only have an invoke and require view3d, so chan...Martin Poirier
2009-12-04Fix for [#20203] Linked objects - A few bugsMatt Ebb
2009-12-04Bugfixes: Deleting Keyframes + F-CurvesJoshua Leung
2009-12-03Fix for [#20226] 3DView header: hiding menu texts and layer button's issue.Matt Ebb
2009-11-30curve select toggle was broken from recent select operator updateCampbell Barton
2009-11-30Durian Requests for Graph Editor Visibility Toggles (2):Joshua Leung
2009-11-30- grease pencil drawing on the surface of objects (only when enable face snap...Campbell Barton
2009-11-301. Extend option for 3d view border select now does something (default True t...Martin Poirier
2009-11-29UI:Nicholas Bishop
2009-11-28experemental UI introspection added for mindrones,Campbell Barton
2009-11-28py/rna apiCampbell Barton
2009-11-28Mesh Deform ModifierBrecht Van Lommel
2009-11-28* New tool - Join as ShapesMatt Ebb
2009-11-28Durian Rigging Requests: (Armature Layers + Rotation Locking Tweaks)Joshua Leung
2009-11-27Add missing snap properties to transform operator.Martin Poirier
2009-11-27Re-commit of new icons. It seems like the icon update got overridden somehow.William Reynish
2009-11-27Added RMB-menu to Headers:Joshua Leung
2009-11-27Animation Playback - Return to original frameJoshua Leung
2009-11-26Missing from last commit:Martin Poirier
2009-11-26Fix warning.Elia Sarti
2009-11-26fix for adding drivers to constraints via python.Campbell Barton
2009-11-25ED_armature_edit_bone_remove wasnt clearing references from other bones, only...Campbell Barton
2009-11-25add access to bone add/remove from rna. eg.Campbell Barton
2009-11-24Updated icons. Thanks to jendrzych.William Reynish
2009-11-24Depsgraph/DriversBrecht Van Lommel
2009-11-24Made select operator return FINISHED only when it did something (only PASSTHR...Martin Poirier
2009-11-23Splash screen, implemented by Matt.Brecht Van Lommel
2009-11-23Various bugfixes:Joshua Leung
2009-11-22* New option on modifiers that don't change topology: Apply as ShapeMatt Ebb
2009-11-22Parenting and Deforms:Joshua Leung
2009-11-22Added a first version of the Sound F-Curve Modifier, not really usable yet, b...Joerg Mueller
2009-11-22remove template uiTemplate_view3d_select_faceselmenuCampbell Barton
2009-11-21[#19930] Nurb CV select is failing because of view clippingCampbell Barton
2009-11-21Node Editor - More Cleanups (Reshuffling):Joshua Leung
2009-11-15Red-Black Tree Code Cleanups:Joshua Leung
2009-11-11object.constraints.add()/remove()/active, same for PoseChannelCampbell Barton
2009-11-11Grease Pencil for Nodes Editor:Joshua Leung
2009-11-11Added compositing node support to the animation editorsMatt Ebb
2009-11-11Wrapped node input and output sockets in RNA.Matt Ebb
2009-11-10use armature active bone as a pointer rather then a flag for each bone that n...Campbell Barton
2009-11-09OpenGL grease pencil renderCampbell Barton
2009-11-08Graph Editor Drawing Tweaks:Joshua Leung
2009-11-07Make orientation matrix access function public.Martin Poirier
2009-11-052.5 Modifiers: mesh deform, boolean and decimation work again.Brecht Van Lommel
2009-11-05enter editmode when adding objects even if the object is not in an active layer,Campbell Barton
2009-11-03- Shift+F1 is append in 2.4x (not link). Lee asked it to be made the same.Campbell Barton
2009-11-02Enabled theme editing in user preferences. There's still no way to Load/Save/...William Reynish
2009-11-02- all add object operators now take view_align as an argument, and enter_edit...Campbell Barton