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-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-08Warning fixes, one actual bug found in sequencer sound wave drawing. AlsoBrecht Van Lommel
2010-02-08Armature selection operators now all use context iterators where applicable, ...Joshua Leung
2010-02-08Bugfix: Toggle Select All behaviour in PoseMode was not correctly taking the ...Joshua Leung
2010-01-28PROP_ENUM_NO_CONTEXT flag for rna properties, forcing enum item functions to ...Martin Poirier
2010-01-26Fix #20049: mdef binding wasn't working correct since raytrace optimization.Brecht Van Lommel
2010-01-26rename defgroup functions to be more consistant.Campbell Barton
2010-01-26Assign automatic/envelope weights in weight paint mode is back,Brecht Van Lommel
2010-01-25Remove unneeded notifier data added in revision 26219.Martin Poirier
2010-01-25Restored missing PoseMode Operators:Joshua Leung
2010-01-25Bugfix #20806: Remove button removes entire bone group not bone from groupJoshua Leung
2010-01-22Cleaned up some printfs in editors/ - converted some to reports, hid others ...Matt Ebb
2010-01-19Motion Paths - (Part 3) Operators, Drawing, and FixesJoshua Leung
2010-01-16generic operator menu was searching for "type" and using the first enum prope...Campbell Barton
2010-01-15Fix [#20129] emulate numpadMatt Ebb
2010-01-15Tweaked/added poll functions to prevent operators that requireMatt Ebb
2010-01-14spelling errors, no real changes to code.Campbell Barton
2010-01-01Cleanup of MotionPaths+Ghosts (AnimViz) - Part 1Joshua Leung
2009-12-30Push Pose Tool - Quaternion Rotation fixes:Joshua Leung
2009-12-28Added location and rotation operator properties for adding objects. The Align...Matt Ebb
2009-12-10rename operators TFM_OT_* --> TRANSFORM_OT_*Campbell Barton
2009-12-04rna functionCampbell Barton
2009-11-30* Grease Pencil drawing now works with Repeat Last operator. Stroke info is n...Joshua Leung
2009-11-30Assorted tweaks for subdivide operator ranges - soft/hard ranges were swapped. Joshua Leung
2009-11-301. Extend option for 3d view border select now does something (default True t...Martin Poirier
2009-11-29Armature Bugfixes:Joshua Leung
2009-11-28operator renaming for more consistent word ordering (_add/_remmove shold be l...Campbell Barton
2009-11-28Mesh Deform ModifierBrecht Van Lommel
2009-11-28Durian Rigging Requests: (Armature Layers + Rotation Locking Tweaks)Joshua Leung
2009-11-26fixed a crash when duplicating bones with ID-PropsCampbell Barton
2009-11-25selected_pchans --> selected_pose_bones, same for visible_pchansCampbell 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-24RNA apiCampbell Barton
2009-11-24Depsgraph/DriversBrecht Van Lommel
2009-11-24Made select operator return FINISHED only when it did something (only PASSTHR...Martin Poirier
2009-11-24added a function to duplicate bPoseChannel's internal data - constraints, id-...Campbell Barton
2009-11-23New CLICK event value. If RELEASE is not handled and last event was PRESS of ...Martin Poirier
2009-11-23Auto-Keyframing and Clear Transform Operators:Joshua Leung
2009-11-22Patch #19952: [2.5] repeated include entry in SConscript for blender/editors/...Joshua Leung
2009-11-21id properties for editbones and pose channels were not being freed in a numbe...Campbell Barton
2009-11-20Armature Editing Fixes:Joshua Leung
2009-11-18rename pose_channels to bonesCampbell Barton
2009-11-17new function WM_keymap_add_menu(), similar to WM_keymap_add_item() except it ...Campbell Barton
2009-11-15Red-Black Tree Code Cleanups:Joshua Leung
2009-11-13Deselect all for bones works againJoshua Leung
2009-11-10Math LibBrecht Van Lommel
2009-11-10use armature active bone as a pointer rather then a flag for each bone that n...Campbell Barton
2009-11-052.5 Modifiers: mesh deform, boolean and decimation work again.Brecht Van Lommel