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-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
2013-06-24remove own optimization in scanfill, in rare cases it caused problems, report...Campbell Barton
2013-06-24calculate polygon normals for BKE_mesh_recalc_tessellation() inline rather th...Campbell Barton
2013-06-24fix [#35457] Mirror the U texture coordinate does not work in projection pain...Campbell Barton
2013-06-24fix for editing lattice interpolation and options in editmode had no effect (...Campbell Barton
2013-06-24remove unused c fileCampbell Barton
2013-06-24fix [#35844] "Blender User Preferences" window don't save size fontCampbell Barton
2013-06-24Fix GLSL not showing shading properly on the backside of faces. Now it flipsBrecht Van Lommel
2013-06-24lattice: use functions rather then defines, also added a function to get uvw ...Campbell Barton
2013-06-24Added missing include to collada sourcesGaia Clary
2013-06-24removed obsolete forward declarationGaia Clary
2013-06-24Fix [#35790] Panel Section Arrows Wrong Theme ColorsBastien Montagne
2013-06-24Bugfix: Bone Constraints tab used wrong icon after r57584Joshua Leung
2013-06-24BGE: Fix for [#30450] "F-Curve on bone not working" reported by HG1.Mitchell Stokes
2013-06-24BGE: Fix for [#34185] "billboard scale problem in groups" reported by Tobias ...Mitchell Stokes
2013-06-24localview was clearing the source-view3d when duplicatingCampbell Barton
2013-06-24fix [#35855] Change "Scene" crashes randomlyCampbell Barton
2013-06-24fix own error with updating edge tagging (seams didnt work)Campbell Barton
2013-06-24make behavior for edge tagging more predictable.Campbell Barton
2013-06-24add api calls for BM_mesh_active_vert/edge_get.Campbell Barton
2013-06-24de-duplicate ED_mesh_active_dvert_* functions.Campbell Barton
2013-06-24BGE: Fix for [#35737] "Action actuator in property mode don't work with value...Mitchell Stokes