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
2013-04-03code cleanup: use more (blender) conventional naming for group functions.Campbell Barton
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-11Fix for [#34598] Modifier-Icon in Outliner does not appearThomas Dinges
2013-03-10patch [#34103] check_for_dupid.patchCampbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-02-24Another bunch of UI translation fixes, thanks to Leon Cheung, Gabriel Gazzán...Bastien Montagne
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2013-02-15Translate "Set Parent To" menu (ctrl-P), reported on bf-translations ML by Sa...Bastien Montagne
2013-02-12Reports #34042 and #33749Ton Roosendaal
2013-02-05set drag/drop operators as 'INTERNAL', there not useful to access from operat...Campbell Barton
2013-01-27Operators name "cleanup"Dalai Felinto
2013-01-26Fix [#34005] blender will close immediately in debug mode on deleting objectsSergej Reich
2013-01-23rigidbody: Add DNA/RNA/BKE infrastructure for the rigid body simSergej Reich
2012-12-23Code cleanup: add usual 'BKE_' prefix to 'public' constraint functions from b...Bastien Montagne
2012-12-04cmake was missing some header files.Campbell Barton
2012-11-27Move to layer: remove the OK button and make it apply immediately like it didBrecht Van Lommel
2012-11-26Fix #33310: unnecessary redraw of outliner when editing materials and textures.Brecht Van Lommel
2012-11-13code cleanup: use ptrdiff_t when comparing pointers and tag event as an unuse...Campbell Barton
2012-11-13Bugfix #26891Ton Roosendaal
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26style cleanupCampbell Barton
2012-10-23style cleanup: also rename bmesh_decimate.c --> bmesh_decimate_collapse.cCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-15safety NULL check for r51327, don't assume ED_object_modifier_add() succeeds.Campbell Barton
2012-10-15Parenting an object to a deformer (armature/curve/lattice) will now attempt toJoshua Leung
2012-10-15Unparenting objects from armatures/curves/lattices now removes the correspondingJoshua Leung
2012-09-27fix [#32616] Changing parent does not keep transformationCampbell Barton
2012-09-24fix [#32635] no viewport update when link and object to a sceneCampbell Barton
2012-09-09style cleanup:Campbell Barton
2012-08-12new parameter in assign_material() to specify where material shall be assigne...Gaia Clary
2012-08-03add option to link fonts in make links menu.Campbell Barton
2012-07-26Fix #32139: Making vertex parent hides facesSergey Sharybin
2012-07-21Fix incorrect RNA access in parenting operatorSergey Sharybin
2012-07-18make links now allows groups - this means you can make objects have matching ...Campbell Barton
2012-07-15"Fix" [#32033] In the execution result of with_automatic_weight, the differen...Bastien Montagne
2012-07-05code cleanup: replace magic numbers with enum.Campbell Barton
2012-07-05add the ability to make objects and obdata local but not materials.Campbell Barton
2012-06-10OBJECT_OT_drop_named_material -- missing notifier for material panel UI updateDan Eicher
2012-06-01Action Group Colors for Bones (Part 2)Joshua Leung
2012-05-29Outliner Drag & Drop fixesDan Eicher
2012-05-29OUTLINER_OT_scene_drop -- "Drag object to scene in Outliner" operatorDan Eicher
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-07Style cleanup: displist moduleSergey Sharybin
2012-05-07Style cleanup: rename BKE_metaball* to BKE_mball -- mball is more commonly us...Sergey Sharybin
2012-05-05code cleanup: BKE_libblock_find_name() now takes an ID constant rather then a...Campbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-05code cleanup: brush/camera namingCampbell Barton