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
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
2012-04-30style cleanup: re - http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#Brace...Campbell Barton
2012-04-29style cleanup: missed these from previous cleanupCampbell Barton
2012-04-28Code and style cleanup in own modules in BKE and also mball moduleSergey Sharybin
2012-04-28style cleanup: editors / mesh & objectCampbell Barton
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-23Fix #31072: Making texture single user was modifying textures of original mat...Sergey Sharybin
2012-04-21style cleanupCampbell Barton
2012-04-19remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH variants only (the mac...Campbell Barton
2012-04-19style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITERCampbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-29skip using bmesh operators for converting to/from undo meshes (gives some spe...Campbell Barton
2012-03-27style/name cleanup: have EDBM_* functions match our style guide and also matc...Campbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-07style cleanup - braces & else / if'sCampbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-24Fix #30326: calling e.g. bpy.ops.object.proxy_make(object = 'Lamp') wouldBrecht Van Lommel
2012-02-22Fix #30231: Drag and Droping Parenting from Outliner giving unnecessary Loop ...Sergey Sharybin
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-12code refactor, function renaming for bmesh.Campbell Barton
2012-02-12rename BM_ flags for `BMHeader->hflag` to BM_ELEM_ to be more clear that the...Campbell Barton
2012-01-22svn merge ^/trunk/blender -r43564:43609Campbell Barton
2012-01-22Patch [#27790] Drag and drop parenting in outlinerJoshua Leung