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-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-10-06Unhide confirm on release property (otherwise, it's not easily modifiable in ...Martin Poirier
2010-09-16bugfix [#23831] Removing an IK Constraint in pose mode still draws bone with ...Campbell Barton
2010-08-30- keymap import/export works again (broke with own api changes)Campbell Barton
2010-08-26patch [#23316] Fix bug that doesn't show "X:" "Y:" "Z:" for vectors with lengthCampbell Barton
2010-08-18apply rna naming for ToolSettingsCampbell Barton
2010-08-08remove unused includesCampbell Barton
2010-08-04bugfix [#23158] Translate operator leaks memory if nothing selectedCampbell Barton
2010-06-20Unhide constraint axis and orientation operator properties.Martin Poirier
2010-06-14naming changesCampbell Barton
2010-06-06Removed non working operator options from the 'redo' user interface. William Reynish
2010-04-11Specific operator for Push/Pull (no need to go through the generic operator a...Martin Poirier
2010-04-05Missed one of the tweak operator for nodes when adding new param.Martin Poirier
2010-04-03More work on Drag Immediate:Martin Poirier
2010-04-02[#21840] When clicking to move a Node it sticks to the mouseMartin Poirier
2010-03-26Bugfix #21739: Extend in the NLA crashes (Ekey)Joshua Leung
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-01-16generic operator menu was searching for "type" and using the first enum prope...Campbell Barton
2010-01-14Missing notifiers in some transform orientations operators.Martin Poirier
2010-01-09Edge Crease Transform is back. Now in edge menu (Ctrl-E) with Edge Slide and ...Martin Poirier
2010-01-04transform:Martin Poirier
2009-12-23key shortcits for sculpt backCampbell Barton
2009-12-21Sequence Slide transformation (easier to do special sequence code there than ...Martin Poirier
2009-12-18Keymap conflict detection operator.Martin Poirier
2009-12-10rename operators TFM_OT_* --> TRANSFORM_OT_*Campbell Barton
2009-12-03Make toggle and hold snap method cohabit nicely.Martin Poirier
2009-12-02Bugfix: crash when no active objectMartin Poirier
2009-11-29Fix CLICK event for modal operators.Martin Poirier
2009-11-27Add missing snap properties to transform operator.Martin Poirier
2009-11-26First changes to implement the 2.5 snapping proposal (discussed back in May a...Martin Poirier
2009-11-21fix for [#19943] Selected object border color incorectCampbell Barton
2009-11-10Math LibBrecht Van Lommel
2009-10-17enable wrap cursor for transform. might want this disabled when the manipulat...Campbell Barton
2009-10-13- Identify and use retopo icon from icons image.Martin Poirier
2009-10-13Project option for snap to faces.Martin Poirier
2009-10-10Bringing back the transform orientations panel.Martin Poirier
2009-10-08Key ConfigurationBrecht Van Lommel
2009-10-07Transform Mirror:Brecht Van Lommel
2009-09-28Adding back more functionalities for transform orientations.Martin Poirier
2009-09-28added missing notifyer/depsgraph call to loopcut, fixed tweaking the edge sli...Joseph Eagar
2009-09-23Make edge slide a proper operatorMartin Poirier
2009-09-22brought back edge slide.Joseph Eagar
2009-09-22RNA: added a "factor" subtype next to "percentage", and only displayBrecht Van Lommel
2009-09-182.5: Handlers are now evaluated in a different order, fixing someBrecht Van Lommel
2009-09-18Keymaps now have a poll() function, rather than adding/removingBrecht Van Lommel
2009-09-14to sphere transform hotkey is now alt-shift-s, since ctrl-shift-s was taken b...Joseph Eagar
2009-09-102.5: UV EditBrecht Van Lommel