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
2011-09-10SVN maintenance.Guillermo S. Romero
2011-09-09svn merge -r 39975:40061 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Benoit Bolsee
2011-09-09SVN maintenance.Guillermo S. Romero
2011-09-08Vertex Weight Proximity: minor updates and fixes.Bastien Montagne
2011-09-08Vertex Weight Proximity: fixing bug #28560 (memory leak).Bastien Montagne
2011-09-07svn merge -r 37306:39975 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Benoit Bolsee
2011-09-07interface + naming improvements to vertex wright modifierCampbell Barton
2011-09-07SVN maintenance.Guillermo S. Romero
2011-09-05Merging r39847 through r39930 from trunk into vgroup_modifiers.Bastien Montagne
2011-09-05VGroup Modifiers: added mapping options to proximity and edit.Bastien Montagne
2011-09-05correct float -> double promotion warningsCampbell Barton
2011-09-05- vertex group modifiers isDisabled functions were incorrect, need to check i...Campbell Barton
2011-09-05rename vertex group mix "vgroup, vgroup2" to "vgroup_a, vgroup_b"Campbell Barton
2011-09-05simplify get_vert2ob_distance, mat4_to_loc_rot_size isnt needed.Campbell Barton
2011-09-05change proximity method since minimum distance of 0.0 wasnt working at all.Campbell Barton
2011-09-05- mask_tex_map_obj --> mask_tex_map_objectCampbell Barton
2011-09-05minor edits.Campbell Barton
2011-09-04Fix #28423: Screw-modifier crash in cunjunction with subsurf modifierSergey Sharybin
2011-08-23vgroup_modifiers: Definitively removed addtionnal mapping/clamping options in...Bastien Montagne
2011-08-17vgroup_modifiers: Removed (commented out, for now) addtionnal mapping/clampin...Bastien Montagne
2011-08-17Merging r39199 through r39485 from trunk into vgroup_modifiers.Bastien Montagne
2011-08-14fix [#28225] Solidify Modifier creates wrong results when vertex group is att...Campbell Barton
2011-08-12Modifiers: add callback to loop over each texture assigned to a modifier.Brecht Van Lommel
2011-08-09Merging r38818 through r39198 from trunk into vgroup_modifiers.Bastien Montagne
2011-08-09vgroup_modifiers: Now clamping output values to [0.0, 1.0] range (and added m...Bastien Montagne
2011-08-01fix, uvproject modifier wasn't copying the uv layer name,Campbell Barton
2011-07-31EditMesh-based skin node drawingNicholas Bishop
2011-07-31Added DNA and RNA for skin modifier, stubbed in skin modifier functionsNicholas Bishop
2011-07-29vgroup_modifiers: Fixed last problems with WP mode, plus a small fix in weigh...Bastien Montagne
2011-07-28minor cleanup of rnaCampbell Barton
2011-07-27vgroup_modifiers: coded a way to test whether the dm needs to be copied (i.e....Bastien Montagne
2011-07-26vgroup_modifiers: Addressed most ideasman’s remarks and suggestions in his ...Bastien Montagne
2011-07-25Adding WeightVG modifiers code. Still some points to tweak, though.Bastien Montagne
2011-07-18Missing struct keyword in function declaration causes compiler error with cma...Lukas Toenne
2011-07-11Fix #27930: many modifiers crashed when used on a lattice with a vertex group.Brecht Van Lommel
2011-06-30minor edits, no functional change.Campbell Barton
2011-06-19cmake:Campbell Barton
2011-06-14own mistake in recent mask commit.Campbell Barton
2011-06-14mask modifier: replace bone hash lookup with a boolean array to quickly check...Campbell Barton
2011-06-14mask modifier was taking into account zero weighted verts.Campbell Barton
2011-06-13Elbeem / Fluidsim update:Daniel Genrich
2011-06-12Bug fix: keyed physics didn't work properly if the first key wasn't the keyed...Janne Karhu
2011-06-09fix for memory leak re-binding meshes.Campbell Barton
2011-06-09add foreachIDLink function for cloth, remove cloth specific newlibadr calls i...Campbell Barton
2011-06-08fix for own error r35918, generalizing looping over modifier ID linksCampbell Barton
2011-06-05synched with trunk at revision 37212Nick Samarin
2011-06-04quiet 2 compiler warnings and update man pageCampbell Barton
2011-05-29Fix #27392: boolean intersect'sSergey Sharybin
2011-05-26Fix #27480: armature multimodifier was not working in edit mode.Brecht Van Lommel
2011-05-24clamp delta to prevent cases where strength is a huge number. Very high value...Nathan Letwory