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-06-06style cleanupCampbell Barton
2013-06-05add option to remove all shape keys at once (access from shape key menu on pa...Campbell Barton
2013-06-05changes to mirror toolsCampbell Barton
2013-06-05Added 'clear active group' to object data properties -> Vertex Groups -> pull...Gaia Clary
2013-06-05yet another check for missing vertex groups needed (for 'Select/Deselect')Campbell Barton
2013-06-04fix own error with removing vertex weights not checking for non-existing weig...Campbell Barton
2013-06-03Fix #35378: Shape Key Animation Data still linked when creating full copy of ...Sergey Sharybin
2013-06-03fix [#35489] mode_set() not working in background mode, Scene change doesn't ...Campbell Barton
2013-05-29fix for confusion switching active group when running mirror (would swich bac...Campbell Barton
2013-05-29tweaks to vertex weight limitCampbell Barton
2013-05-29fix for own mistake in recent change to use defvert layer offsets.Campbell Barton
2013-05-29Correction for strict compiler flags.Sergey Sharybin
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-28code cleanup: lots of calls to BKE_mesh_calc_normals_mapping were not using t...Campbell Barton
2013-05-27bmesh optimization: use offsets for deform-vert lookups to avoid customdata l...Campbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-26Fixed own error: used wrong iteration count for cleaning weight groupsGaia Clary
2013-05-24weight tools: added more selection types to limit total operatorGaia Clary
2013-05-24style cleanupCampbell Barton
2013-05-24fixed memory leak in weight tool: levelsGaia Clary
2013-05-24weight tools: added more selection types to levels operatorGaia Clary
2013-05-24weight tools: added more selection types to invert operatorGaia Clary
2013-05-24style cleanup: also remove unused varCampbell Barton
2013-05-23Weight tools: Clean added additional selection options in operator PanelGaia Clary
2013-05-20code cleanup: scons - binreloc include was copied all over the place for no r...Campbell Barton
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-05-17code cleanup: use BM_elem_flag_test rather then accessing 'ele->head.hflag'Campbell Barton
2013-05-15use bool arrays rather then char for weight paint lock/select arraysCampbell Barton
2013-05-13Apply scale on scene reconstruction when applying scale on cameraSergey Sharybin
2013-05-12Fix for [#35224] Transform Orientation - order inconsistencyBastien Montagne
2013-05-09fix for 2 errors introduced since releaseCampbell Barton
2013-05-08Fix #35240: command line -t number of threads option did not work for cycles.Brecht Van Lommel
2013-05-08Fix #35093: New Basis shape key doesn't act as BasisSergey Sharybin
2013-05-08code cleanup: remove references to BLI_rand.hCampbell Barton
2013-05-05Fix #35209: cycles generated texture coordinates did not stick to deforming m...Brecht Van Lommel
2013-05-02Fix [#35173] Object's draw_type resets when removing smokeDaniel Genrich
2013-05-01Fix #35149: solidify modifier + vertex parent not working after going in and outBrecht Van Lommel
2013-04-29minor adjustment to vertex color baking, tag the meshes directly, no need to ...Campbell Barton
2013-04-25style cleanupCampbell Barton
2013-04-25Fix #34806: rigid body world settings were not copied with a full scene copy.Brecht Van Lommel
2013-04-24fix relating to r56260, when in vertex paint mode the mesh would have tessfac...Campbell Barton
2013-04-18Make freestyle use local Main for temporary objectsSergey Sharybin
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-15code cleanup: minor BMESH_TODO's, some were left in even though they were don...Campbell Barton
2013-04-14code cleanup: minor changes, clang checker option for exact size matches and ...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-13improved tooltips even more (as discussed in IRC)Gaia Clary
2013-04-13improved tooltipsGaia Clary
2013-04-13code cleanup: use `const char` for args and replace wm_keyconfig_list_find() ...Campbell Barton
2013-04-09BGE: Non-mesh objects (lamps, empties, group instances, etc.) are now "No Col...Mitchell Stokes