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
2010-01-07OpenGL anti-aliasing for 3D view, user selectableDamien Plisson
2010-01-07Color Picker work:Matt Ebb
2010-01-07- leg_quadruped_generic missing importsCampbell Barton
2010-01-06netrender: Ctrl-C correctly stops master in background mode (low level select...Martin Poirier
2010-01-06netrender:Martin Poirier
2010-01-06fix for crash when setting a shapekeys name in rna, (probably other propertie...Campbell Barton
2010-01-06add operator icon for shape key transfer in panel,Campbell Barton
2010-01-06missing check for shape keyCampbell Barton
2010-01-05netrender: UI layout reorganization and prettifying. Also better operator des...Martin Poirier
2010-01-05Particles:Brecht Van Lommel
2010-01-05obscure feature: Display Custom Bone Shape at another bones transform.Campbell Barton
2010-01-05Netrender:Thomas Dinges
2010-01-05Durian Request: Drivers RecodeJoshua Leung
2010-01-05dict.get() defaults to None as the second arg. no need to supply it.Campbell Barton
2010-01-05netrender: reset server address on client when server is offline (on file loa...Martin Poirier
2010-01-04Fix: curve reset for brushes now gives proper smooth curve as default,Brecht Van Lommel
2010-01-04dupli faces inherit scale wasnt using the right flag internally.Campbell Barton
2010-01-04Sculpt:Brecht Van Lommel
2010-01-04Fix #20561: keymap editing after using search could edit wrong keymap item.Brecht Van Lommel
2010-01-04object.group_users, object.scene_usersCampbell Barton
2010-01-04WM_OT_context_set_* - more compact and check for the relative option without ...Campbell Barton
2010-01-04* Tweaks for node editor Make Links (F key)Matt Ebb
2010-01-04Fix for previous commit - broke WM_OT_context_set_* operators for non float/i...Matt Ebb
2010-01-04* Added new hotkeys [ and ] to decrease/increase brush size by 20 in all pain...Matt Ebb
2010-01-03Stickness factor for particle collisions, patch submitted by Raul Fernandez H...Janne Karhu
2010-01-03bound box check for retopo grease pencil convertsion before spline intersecti...Campbell Barton
2010-01-03Tweak to group operator namingMatt Ebb
2010-01-03Changes to Brush texture workflowMatt Ebb
2010-01-03- WM_OT_context_cycle_int wasnt working (also wasnt used anywhere)Campbell Barton
2010-01-03grease pencil retopo improvement: join lines when endpoints match are close a...Campbell Barton
2010-01-03patch from CessenCampbell Barton
2010-01-03new python submodule. eg.Campbell Barton
2010-01-03editbone.transform(matrix) function, requested by Cessen.Campbell Barton
2010-01-02sphinx support for documenting multiple return valuesCampbell Barton
2010-01-02Cessen Rigging Request: "Copy Transforms" ConstraintJoshua Leung
2010-01-02Simplified bake panel layout, and made it work with single column UI.William Reynish
2010-01-01DopeSheet/Action Editor: Fixed operator name that did not get correctly durin...Joshua Leung
2009-12-31netrender: edit balancing rules limits and enable/disable them from the web i...Martin Poirier
2009-12-31- modify the baking layout to be more compact and made a bit more sense.Campbell Barton
2009-12-31remove python api cruft from custom operator registrationCampbell Barton
2009-12-31Macro registration using the normal rna registration methods (like operators).Martin Poirier
2009-12-30- deform types for copy, arm and leg, patch from Cessen (with slighy modifica...Campbell Barton
2009-12-30Floor Constraint: Evaluation space options are now available for this constra...Joshua Leung
2009-12-29bake operator and UI, no feedback while baking yetCampbell Barton
2009-12-29BGE: stereoscopic settings changes: (1) eye separation is the UI (2) focallen...Dalai Felinto
2009-12-29* More small modifier tweaks. Thomas Dinges
2009-12-29* Some layout tweaks for the Solidify Modifier. Thomas Dinges
2009-12-29netrender tab to spacesCampbell Barton
2009-12-29netrender: show web interface button in all modes. use rna decorator all the ...Martin Poirier
2009-12-28- object.add_shape_key(name="Key", from_mix=True)Campbell Barton