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-06-04Merged changes in the trunk up to revision 47381.Tamito Kajiyama
2012-06-03rename context menu 'Python Documentation' to 'Online Python Reference'Campbell Barton
2012-06-03code cleanup: replace some non utf8 charsCampbell Barton
2012-06-03quiet warningsCampbell Barton
2012-06-03Bugfix: Bone Groups now displayed with correct icon in OutlinerJoshua Leung
2012-06-03Part-Bugfix, Part-Feature Completion: 'Armature' Option for Mask ModifierJoshua Leung
2012-06-02Fixing most (if not all) remaining issues with nodes UI i18n.Bastien Montagne
2012-06-02experenental manual linking from the UI. realize this is an issue which is no...Campbell Barton
2012-06-02code cleanup: rename bool --> do_tint, confused qtcreatorCampbell Barton
2012-06-01Make "Match Movie Length" into an operator (must be called inside a context h...Bastien Montagne
2012-06-01fix for crash when loading a file while rendering.Campbell Barton
2012-06-01Tweaks for Pasting Keyframes in DopeSheet/Graph EditorsJoshua Leung
2012-06-01Theme color for frame nodes. The alpha value from this theme color is also us...Lukas Toenne
2012-06-01Update startup.blend:Sergey Sharybin
2012-06-01Action Group Colors for Bones (Part 2)Joshua Leung
2012-06-01Reroute nodes, by Jeroen Bakker (patch #28443).Lukas Toenne
2012-06-01Style and typo fixesJoshua Leung
2012-06-01fix crash in clip graph view (possibly own fault)Campbell Barton
2012-05-31Fix #31634: crash calling bpy.ops.transform.edge_slide() outside 3d view.Brecht Van Lommel
2012-05-31style cleanupCampbell Barton
2012-05-31This fixes a precision issue in multi-paint so that near zero values do not c...Jason Hays
2012-05-31Fix #31657: adding mesh objects did not take units into account for the gridBrecht Van Lommel
2012-05-31 * Added new dilate/erode functionJeroen Bakker
2012-05-30Viewer linking operator has to flag the node tree for update, to ensure the d...Lukas Toenne
2012-05-30split up proportional editing keymap functions (adding this in tomato branch ...Campbell Barton
2012-05-30minor transform change to stay in sync with mask branchCampbell Barton
2012-05-30clear active object when hiding unselected objects too.Campbell Barton
2012-05-30Remove useless fileNathan Letwory
2012-05-29Outliner Drag & Drop fixesDan Eicher
2012-05-29Fix #31631: keyframe insert on uv layer element not working.Brecht Van Lommel
2012-05-29more plugin removalCampbell Barton
2012-05-29Massive Code cleanup:Thomas Dinges
2012-05-29remove some more pynode references in the codeCampbell Barton
2012-05-29remove pynodes, were not working in 2.5, not ported to py3.xCampbell Barton
2012-05-29OUTLINER_OT_scene_drop -- "Drag object to scene in Outliner" operatorDan Eicher
2012-05-29fix for sequencer selection and naming in the outliner, was broken since 2.5xCampbell Barton
2012-05-29Outliner drag/drop parent fix -- added checks for modifiers and contraints to...Dan Eicher
2012-05-28add BLI_ghash_pop() which returns the value for a key and removes it at the s...Campbell Barton
2012-05-28fix for own recent commit removing NULL checks from TREESTORE macro - this us...Campbell Barton
2012-05-28* Some code optimizations to panel collapse code, to avoid calculations for e...Thomas Dinges
2012-05-28Fix for node linking operator, which could insert node link into the list twi...Lukas Toenne
2012-05-28A few minor UI message fixes...Bastien Montagne
2012-05-28Fix [#31621] Face Angles Drawn in Strange PlacesBastien Montagne
2012-05-28move mouse select options into their own property function - more operators s...Campbell Barton
2012-05-28User Interface Panels:Thomas Dinges
2012-05-28style cleanup: defines with bracesCampbell Barton
2012-05-27style cleanupCampbell Barton
2012-05-27style cleanup: draw nodeCampbell Barton
2012-05-27remove NULL check in TREESTORE macro, the return NULL value wasny checked for...Campbell Barton
2012-05-27code cleanup: defines with braces - end with '(void)0' so callers must end wi...Campbell Barton