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
path: root/source
AgeCommit message (Expand)Author
2012-01-16svn merge ^/trunk/blender -r43392:43420Campbell Barton
2012-01-16middle mouse jump scrolling for text window.Campbell Barton
2012-01-16use a look for paint brush switching keysCampbell Barton
2012-01-16use TRUE/FALSE for boolean keymaps, no functional changesCampbell Barton
2012-01-16went over all keymaps to check for cases where defaults were assumedCampbell Barton
2012-01-16fix for defaults not being set for object mode hide and delete keymap.Campbell Barton
2012-01-16Change function for nb_invert so that ~matrix returns the inverted matrix rat...Andrew Hale
2012-01-16Allow camera 1:1 and center camera view to run from menu's.Campbell Barton
2012-01-16opengl render save ignored alpha settings. also some FILE_MAX defines missed ...Campbell Barton
2012-01-16use FILE_MAX instead of 240 or comment where define cant be used.Campbell Barton
2012-01-16use defines for property name lenghths in the BGE, were using 31,32,64,100.Campbell Barton
2012-01-16Minor sculpt/paint cleanups.Nicholas Bishop
2012-01-15support for quick jump to scroll area with middle mouse clicking on scroll ar...Campbell Barton
2012-01-15fix crash when calling bpy.ops.render.render('INVOKE_DEFAULT') from the pytho...Campbell Barton
2012-01-15Another fix for previous own fix...Bastien Montagne
2012-01-15Remove unused code and code sued for debugSergey Sharybin
2012-01-15Color channels now can be disabled for the whole frame in clip editorSergey Sharybin
2012-01-15Fixed incorrect behavior of 2d stabilization preview in clip editor when prox...Sergey Sharybin
2012-01-15Refactoring and code deduplicate in movie cacheSergey Sharybin
2012-01-15weight paint UICampbell Barton
2012-01-15note on compating RNA pointers and compare RNA types for RNA-Properties too.Campbell Barton
2012-01-15remove some unused DNA membersCampbell Barton
2012-01-15move bmesh painting code into its own function, trunk has vpaint_paint_face()...Campbell Barton
2012-01-15svn merge ^/trunk/blender -r43381:43392Campbell Barton
2012-01-15Fixed typo in a tooltipSergey Sharybin
2012-01-15svn merge ^/trunk/blender -r43345:43381Campbell Barton
2012-01-15modify the weight paint and vcol functions not to modify the color in place a...Campbell Barton
2012-01-15vertex/weight paintCampbell Barton
2012-01-15minor cleanup to weightpaint code, move color & weight blending into own func...Campbell Barton
2012-01-15Fix all remaining unified paint settings uses of current Scene.Nicholas Bishop
2012-01-15Fix [#29894] Selection in sequence editor does not de-select other stripsBastien Montagne
2012-01-15Fix [#29891] Stupid select all behaviour.Bastien Montagne
2012-01-14fix for weight paint when the mirror vertex was allocated (would free the ori...Campbell Barton
2012-01-14fix [#29887] Alt + g in a node group results in crash Campbell Barton
2012-01-14fix [#29890] Extend selection doesn't clear (3D view edge loop select and nod...Campbell Barton
2012-01-14add utility function to BLI_math_color - rgb_to_luma, rgb_to_luma_byte, also ...Campbell Barton
2012-01-14replace operator to toggle handles with generic wm operatorCampbell Barton
2012-01-14replace ANIM_OT_time_toggle operator with generic WM_OT_context_toggle operatorCampbell Barton
2012-01-14adjust view3d api function for getting user region to also return view3d sinc...Campbell Barton
2012-01-14- opengl render in quadview wasn't using camera.Campbell Barton
2012-01-14ensure functions are not used within FTOCHAR macro since they run 2-3 times.Campbell Barton
2012-01-14tag unused function args in raytrace code.Campbell Barton
2012-01-14Fix UV Editor selection (due to bug #29875, "extend" was no more reset when u...Bastien Montagne
2012-01-14fix for own error making button outlines darker.Campbell Barton
2012-01-14make sequencer use standard select operator with action property, remove sele...Campbell Barton
2012-01-14remove *.select_inverse operators where the *.select_all operator has an inve...Campbell Barton
2012-01-14use single property lookups in transform operator initialization & fix error ...Campbell Barton
2012-01-14theme settings - split space and space list into their own RNA members, displ...Campbell Barton
2012-01-13Fix #29879: ctrl+B border select with handles in the graph editor not selectingBrecht Van Lommel
2012-01-13Group DEM node code with the rest of the mattes, rather than the filters. Als...Peter Larabell