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
2013-06-27Added checks to vertex Weight editor to respect locked Vertex GroupsGaia Clary
2013-06-27BM_face_legal_splits - perform calculations in 2d (was using 3d vectors for a...Campbell Barton
2013-06-27avoid calling axis_dominant_v3_to_m3 twice from BM_face_legal_splitsCampbell Barton
2013-06-27Fix #35882: render to image editor, ctrl+up fullscreen, click back to previousBrecht Van Lommel
2013-06-27Further fix for #35880: theme color of enabled option buttons in popups was s...Brecht Van Lommel
2013-06-27remove bmesh arg from BM_face_legal_splits(), don't use a bmesh iterator.Campbell Barton
2013-06-26Fix #35883: freestyle + envmap render crashed.Brecht Van Lommel
2013-06-26fix [#33068] Can't paint weights of some vertices in some situations.Campbell Barton
2013-06-26remove unused structCampbell Barton
2013-06-26Fix #35365 Texture cloning not behaving correctly in perspective viewAntony Riakiotakis
2013-06-26Style cleanup (indent of switch/case in own code).Bastien Montagne
2013-06-26Fix #35879: missing 3D viewport redraws when changing lamp settings, after re...Brecht Van Lommel
2013-06-26Fix #35880: popup menus like F6 redo did not use the right theme color forBrecht Van Lommel
2013-06-26Fix #35583 Smooth brush ignores hidden partsAntony Riakiotakis
2013-06-26Fix #34837 Texture Painting using Face Selection Mask fails to showAntony Riakiotakis
2013-06-26Avoid blender crash during collada export (when armature has animation data)Gaia Clary
2013-06-26Fix [#35750] list items in properties editor (text colors not following list ...Bastien Montagne
2013-06-26fix [#35507] BMesh module: Crash on to_mesh() if faces.layers.tex is used but...Campbell Barton
2013-06-26bmesh mirror operator was counting layers in inner loop for no good reason.Campbell Barton
2013-06-26remove unused callbackCampbell Barton
2013-06-26fix for vert/face mask modes using last used select option when using the sel...Campbell Barton
2013-06-26fix [#35858] Weight Paint: Hiding faces isnt flushing the flag to the vertices.Campbell Barton
2013-06-26correct typos in comments.Campbell Barton
2013-06-26Rename operator for better clarityGaia Clary
2013-06-26disable normalize when active vertex contains locked weightsGaia Clary
2013-06-26disable vertex editing when weight group is lockedGaia Clary
2013-06-26quiet double promotion warning and some style cleanupCampbell Barton
2013-06-25Fix #35846: crash rendering with dupligroups visible in 3D viewport during re...Brecht Van Lommel
2013-06-25Fix #35824: finding missing files not working correct for filepaths with specialBrecht Van Lommel
2013-06-25correct assertion error (clear dirty normal flag when there are no vertices)Campbell Barton
2013-06-25Fix part of #35859: lib linking errors were not shown when opening files thro...Brecht Van Lommel
2013-06-25Fix #34909 Texture paint mode does not correctly update when usingAntony Riakiotakis
2013-06-25Fix #35715: graph editor > channels > move.. menu item showed wrong keyboard ...Brecht Van Lommel
2013-06-25patch [#35830] Add Catmull-Rom spline as an option for lattice deformerCampbell Barton
2013-06-25style cleanupCampbell Barton
2013-06-25new weight operators had zero min/max range for the 'weight_group'Campbell Barton
2013-06-25Use bit-shift op for all bit-flags.Bastien Montagne
2013-06-25Include DNA_scene_types before ED_object instead of forward enum declarationSergey Sharybin
2013-06-25Fix typo made back in svn rev35785Sergey Sharybin
2013-06-25Buildbot: disable command length workaround for now, seems to give link errors.Brecht Van Lommel
2013-06-25Buildbot: another workaround for the Windows command length limit, this timeBrecht Van Lommel
2013-06-25Attempt to workaround mingw64 buildbot issue with Windows command length limits,Brecht Van Lommel
2013-06-25Fix OpenGL render not working correct with display color space set to NoneBrecht Van Lommel
2013-06-25Fix for invalid zero-length orientation vectors.Tamito Kajiyama
2013-06-25Fix particle hair display percentage not properly getting restored afterBrecht Van Lommel
2013-06-25Fix #35767: transforming nodes in the node editor changed the wireframe colorBrecht Van Lommel
2013-06-25Fix unnecessary 3D viewport redraws in various cases, in particular when editingBrecht Van Lommel
2013-06-25Fix unnecessary redraw of 3D views when making changes in compositing nodes.Brecht Van Lommel
2013-06-25Render stats text: show elapsed time for blender internal, hide useless "Sing...Brecht Van Lommel
2013-06-25Making sure free_nodesystem only frees non-NULL data. This helps address some...Daniel Stokes