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-05-27style cleanupCampbell Barton
2012-05-27code cleanup: use const float and define array sizeCampbell Barton
2012-05-27Delete skin customdata if all skin modifiers are removed.Nicholas Bishop
2012-05-26previous commit didnt build - add back enum and note that its a copy because ...Campbell Barton
2012-05-26code cleanup: remove duplicate enumCampbell Barton
2012-05-25Animation playback: now all windows are update during playback, rather thanBrecht Van Lommel
2012-05-25Modifications to the view3d.select() operator: Nathan Vegdahl
2012-05-22style cleanupCampbell Barton
2012-05-22style cleanup: relating to skin modifierCampbell Barton
2012-05-22Add operator to extract armature and vertex groups from skin.Nicholas Bishop
2012-05-22Add skin vertex operators.Nicholas Bishop
2012-05-22Ensure skin nodes get created when adding modifier.Nicholas Bishop
2012-05-22Fix #31500: Displacement Baking from Multires doesn't workSergey Sharybin
2012-05-20code cleanup:Campbell Barton
2012-05-20use utf8 functions for new modifier namesCampbell Barton
2012-05-20Fix memory leak when trying to apply transformations to shared meshesAntony Riakiotakis
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-17Disable setting non-object actions as the action used by the Action ConstraintJoshua Leung
2012-05-17style cleanup: block commentsCampbell Barton
2012-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop
2012-05-13fix geometry to origin in mesh editmode - was broken since bmesh merge.Campbell Barton
2012-05-13code cleanup: use vector math function minmax_v3v3_v3() and other minor vecto...Campbell Barton
2012-05-11style cleanup: mainly sculpt/whitespaceCampbell Barton
2012-05-11Ensure mask layers are always present in sculpt mode.Nicholas Bishop
2012-05-11Replace hardcoded DMGridData structure with CCGElem/CCGKey.Nicholas Bishop
2012-05-11Code cleanup for multires_dm_create_from_derived().Nicholas Bishop
2012-05-11Code cleanup for parameters of subsurf_make_derived_from_derived.Nicholas Bishop
2012-05-09Refactor of modifiers' apply function: now use a single bit-flag parameter to...Bastien Montagne
2012-05-09style cleanup: whitespace/operatorsCampbell Barton
2012-05-09copy constraints to object/bones had same name (made operator search confusing)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-06Bugfixes for Motion Path drawing/updating in light of the recent changes:Joshua Leung
2012-05-06code cleanup: naming - BKE_mesh_*Campbell Barton
2012-05-05Fix related to [#31157]: Tips (descriptions) of macro operators were not set ...Bastien Montagne
2012-05-05Second part of fix for [#31157]: Some (actually, 172) operators have no tooltip.Bastien Montagne
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_ naming, also make bpy.data.images.load() always load a new...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-05-04Fix: forgot to commit these files as part of strand bugfix.Brecht Van Lommel
2012-05-04code cleanup: double promotion & some style cleanupCampbell Barton
2012-05-03Fix #31275: mesh draw issues after adding hook to mesh in edit mode.Brecht Van Lommel
2012-05-01code cleanup: tag unused varsCampbell Barton
2012-05-01Motion Paths GUI CleanupJoshua Leung
2012-05-01Comment fixes - code for Object Motion Paths still referred to BonesJoshua Leung
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