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
2015-02-23Snap to Active: missing armature/pose/mball/curveCampbell Barton
2015-02-09Fix T43498: New curves fails /w radius & rotationCampbell Barton
2014-11-19Refactor: Move part of vgroup handling code from ED_mesh/object_vgroup.c to B...Bastien Montagne
2014-10-10Cleanup (no functional changes):Bastien Montagne
2014-09-01Support more object types scene-scale (on creation)Campbell Barton
2014-03-31Code cleanup: use boolCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-01-31Code cleanup: be less vague checking invalid index valuesCampbell Barton
2014-01-16Fix T38217: Fix glitch adding Monkey with view alignCampbell Barton
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2013-11-19Remove Surface modifier when removing force field from objectSergey Sharybin
2013-10-16edits to r60777 - move ED_object_hook_reset_do into BKE object (if RNA needs ...Campbell Barton
2013-10-15Fix [#37085] Hook modifier work when created with Ctrl+H, but not when create...Bastien Montagne
2013-09-17vertex group blend, support for blending multiple groups at once.Campbell Barton
2013-09-16move make_prim_radius_prop into a generic function.Campbell Barton
2013-09-02support for vertex parenting in object mode for object types which support it...Campbell Barton
2013-08-29follow up on r59628, setting modes now ensures that other modes exit first,Campbell Barton
2013-07-02move api functions from r57909 into BKE.Campbell Barton
2013-07-01Restrict Weight Edit Panel to mesh/lattice Edit and Weight Paint vertex selec...Gaia Clary
2013-06-25Include DNA_scene_types before ED_object instead of forward enum declarationSergey Sharybin
2013-06-25Fix unnecessary redraw of 3D views when making changes in compositing nodes.Brecht Van Lommel
2013-06-24removed obsolete forward declarationGaia Clary
2013-06-23Added polished Vertex Weights Panel (properties sidebar)Gaia Clary
2013-06-12prepared local vgroup selection function for more general usageGaia Clary
2013-04-25Fix #34806: rigid body world settings were not copied with a full scene copy.Brecht Van Lommel
2013-04-15code cleanup: minor BMESH_TODO's, some were left in even though they were don...Campbell Barton
2013-03-21code cleanup: rename editmode functions so we have ED_object_editmode_load/en...Campbell Barton
2013-03-21py api: add Object.update_from_editmode(),Campbell Barton
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-02-22code cleanup: remove unused argCampbell Barton
2013-02-12Reports #34042 and #33749Ton Roosendaal
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-10-21bmesh-decimator updateCampbell Barton
2012-10-19Fix #32219: Inconsistent influence of Units Scale on new objectsSergey Sharybin
2012-10-17code cleanup:Campbell Barton
2012-10-10refactor foreachScreen functions for clipping, now the projection clipping fl...Campbell Barton
2012-10-10code cleanup: split `foreach` object data iterator functions out of drawobjec...Campbell Barton
2012-10-05Clean up in "add object" code:Bastien Montagne
2012-09-27fix [#32616] Changing parent does not keep transformationCampbell Barton
2012-08-12style cleanupCampbell Barton
2012-08-01style cleanup: whitespace, also add '?' to save over popup since it wasnt tot...Campbell Barton
2012-07-25Implement operator to select linked data from outlinerSergey Sharybin
2012-07-15"Fix" [#32033] In the execution result of with_automatic_weight, the differen...Bastien Montagne
2012-06-25Fixes for modifier data in multi-user meshes.Nicholas Bishop
2012-06-04mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and mys...Campbell Barton
2012-05-30split up proportional editing keymap functions (adding this in tomato branch ...Campbell Barton
2012-05-29Outliner Drag & Drop fixesDan Eicher
2012-05-29OUTLINER_OT_scene_drop -- "Drag object to scene in Outliner" operatorDan Eicher
2012-05-27code cleanup: use const float and define array sizeCampbell Barton
2012-05-25Modifications to the view3d.select() operator: Nathan Vegdahl