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-03-25More new data names translation (most cases should be covered now).Bastien Montagne
2013-03-14use BLI_strncpy_rlen() rather then BLI_snprintf() when no formatting is needed.Campbell Barton
2013-03-01style cleanup: braces with multi-line statements, also add some comments.Campbell Barton
2013-02-27code cleanup: unused argCampbell Barton
2013-02-14tweak vertex group clean limit, it couldn't be set to zero, and you may want ...Campbell Barton
2013-01-22fix [#33889] Unexpected weights after parenting with Empty GroupsCampbell Barton
2013-01-17"Fix" for [#33903] Wrong description string in "remove vertices from vertex g...Bastien Montagne
2012-12-22code cleanup:Campbell Barton
2012-12-22code cleanup and minor changesCampbell Barton
2012-12-18style cleanupCampbell Barton
2012-12-16Reverting rev 53044 because it broke something and was wrong.Ove Murberg Henriksen
2012-12-16Fixing name of a function to be consistent with the rest of the code.Ove Murberg Henriksen
2012-12-16Changed some comments to make more sense.Ove Murberg Henriksen
2012-12-16Bugfix: [#33513] Transfer weights mixing up.Ove Murberg Henriksen
2012-12-15Pure style cleanup.Ove Murberg Henriksen
2012-12-12Use own list of actions for Vertex Group Lock operator instead of reusing Sel...Sv. Lockal
2012-11-30Fix transfer weight tool enum properties all showing question mark icons,Brecht Van Lommel
2012-11-25Fix #33296: uv editing did unnecessary outliner redraw, giving slowdown.Brecht Van Lommel
2012-11-13disable applying constructive modifiers when in sculpt mode with multi-res da...Campbell Barton
2012-11-13fix [#33143] Exporter crash since 2.64Campbell Barton
2012-11-02all remove functions now invalidate the RNA objects passed, to help script au...Campbell Barton
2012-10-27style cleanupCampbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26style cleanupCampbell Barton
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-10-21A final bunch of UI messages fixes and tweaks, and some BKE_report()<->BKE_re...Bastien Montagne
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
2012-10-21style cleanup: commentsCampbell Barton
2012-10-14More UI messages and BKE_reportf->BKE_report fixes...Bastien Montagne
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-10-11style cleanup:Campbell Barton
2012-10-10Its silly to use "verify index" because it will add non existing and remove t...Ove Murberg Henriksen
2012-10-10Changing clear weight code from "assigning 0" to "removing".Ove Murberg Henriksen
2012-10-10transfer weight's now operates on selected vertices (when vertex select is en...Campbell Barton
2012-10-09style cleanup: also made functions staticCampbell Barton
2012-10-09Adding weightpaint transfer tool.Ove Murberg Henriksen
2012-10-09Fix based on code review Issue 6347064meshdata_transferOve Murberg Henriksen
2012-10-09patch [#31919] limit the number of bone deform weights per vertex. Many game ...Campbell Barton
2012-10-09svn merge ^/trunk/blender -r48592:HEADOve Murberg Henriksen
2012-09-09style cleanup:Campbell Barton
2012-09-05fix [#29431] "Normalize All" from Weight Tools don't work correctlyCampbell Barton
2012-09-03remove vertex groups from a mesh or lattice when this there are no remaining ...Campbell Barton
2012-08-31Fix part of #32376: mirror vertex groups with flip group names did not keepBrecht Van Lommel
2012-08-21fixed [#32373] Copy Vertex Group operator copies any value as full 1.0Campbell Barton
2012-08-17fix own error in recent smoothview cleanup, also correct some cross reference...Campbell Barton
2012-07-21use fabsf when using floats.Campbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-07-04response to code review:Ove Murberg Henriksen
2012-06-19Its now overwriting properly by clearing weights when using replace_mode all.Ove Murberg Henriksen
2012-06-19clenaup. Ove Murberg Henriksen