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-01-23rigidbody: Add DNA/RNA/BKE infrastructure for the rigid body simSergej Reich
2013-01-23fix for own regression since 2.4x, non-linear number button range was too ins...Campbell Barton
2013-01-23tweak to recent commit to clamp vertex range so new empty vgroups are in fact...Campbell Barton
2013-01-23Displaying labelname with reroute nodes.Monique Dewanchand
2013-01-23sim: Remove "continue physics" codeSergej Reich
2013-01-22Fix [#33962] Grease Pencil crashing blenderBastien Montagne
2013-01-22style cleanupCampbell Barton
2013-01-22Matcap fix:Ton Roosendaal
2013-01-22Matcap support in 3D Viewport.Ton Roosendaal
2013-01-22fix [#33889] Unexpected weights after parenting with Empty GroupsCampbell Barton
2013-01-22Fix projection texture painting crashSergey Sharybin
2013-01-22correct addon tutorial section on keymap register/unregister and add label ne...Campbell Barton
2013-01-22fix [#33836] issuing bpy.ops.render.render() in console crashes the programCampbell Barton
2013-01-21code cleanup: minor changes, replace len_v3 with len_squared_v3 for comparison.Campbell Barton
2013-01-21Vertex bevel: adjust vertex positions to make a more rounded pattern.Howard Trickey
2013-01-21mesh-cache deform modifier,Campbell Barton
2013-01-21Added gsoc-2012 collada improvements from bratwurst branchGaia Clary
2013-01-21Avoid using python keyword as operator property nameSergey Sharybin
2013-01-21Support normalized displacement maps in cases maximal distance is not setSergey Sharybin
2013-01-21Fixed render time regression in Blender InternalSergey Sharybin
2013-01-21Bugfix [#33852] Scale of a strip in NLA is changed after moving it long distanceJoshua Leung
2013-01-21fix for own error in vertex slide, isolated verts mixed with regular selectio...Campbell Barton
2013-01-21code cleanup: style & warnings.Campbell Barton
2013-01-21Bevel vertex only (shortcut: control-shift-B) initial commit.Howard Trickey
2013-01-21Ommit extraneous check for paint tool in 3d mapping case (Only draw toolAntony Riakiotakis
2013-01-21Fix #33939, if initialization of vert slide failed, code did not handleAntony Riakiotakis
2013-01-213D mapping for projective texture painting (only for draw brush). UsefulAntony Riakiotakis
2013-01-20Fix #33941. We need to free the image editor ibuf too if no image isAntony Riakiotakis
2013-01-20code cleanup: remove some paranoid checks which would have crashed anyway ear...Campbell Barton
2013-01-20fix for possible null pointer dereference in PE_create_particle_editCampbell Barton
2013-01-20removed incorrect comment in draw_nla_channel_list_glJason Wilkins
2013-01-20removed extraneous glEnable(GL_BLEND)/glDisable(GL_BLEND) in ui_draw_aligned_...Jason Wilkins
2013-01-20Use KKEY in sculpt mode to activate the snake hook brushNicholas Bishop
2013-01-20Update object bounding box during sculptNicholas Bishop
2013-01-20Disable OpenMP with dyntopo in paint_mesh_restore_co()Nicholas Bishop
2013-01-19style cleanupCampbell Barton
2013-01-19patch [#33923] Patch for Node Theme ColorsCampbell Barton
2013-01-19Holding Alt now removes [-1, 1] clamping in vertex slide, Thanks to Psy-Fi fo...Campbell Barton
2013-01-18move draw all edges into the object settings (object panel), makes more sense...Campbell Barton
2013-01-18Fix #33913: Unable to set sequencer proxy custom directory as relative pathSergey Sharybin
2013-01-17fix for text selection glitch, moving the mouse to the left would sometimes n...Campbell Barton
2013-01-17use define for text offset & seletion.Campbell Barton
2013-01-17"Fix" for [#33903] Wrong description string in "remove vertices from vertex g...Bastien Montagne
2013-01-17Bug fix #33887Ton Roosendaal
2013-01-17include svn revision in the crash log, also free smoothview on the off-chance...Campbell Barton
2013-01-17minor changes to view3dCampbell Barton
2013-01-17Accidentally added commented line when testing smoothview fix.Campbell Barton
2013-01-17fix [#33894] Viewport heavily distortedCampbell Barton
2013-01-17fix for own bug introduced when splitting up vertex slide function.Campbell Barton
2013-01-17- draw inner pressure circle for weightpaint, vertexpaint, projectpaint modes.Campbell Barton