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
2012-11-26style cleanupCampbell Barton
2012-11-24Fix #33279: crash in particle brush cut tool when cutting hairs that go outsi...Brecht Van Lommel
2012-11-23Bugfix [#29186] Object contribute to fluid sim animation start earlier than k...Daniel Genrich
2012-11-14each different remove doubles function used a different property name, use 't...Campbell Barton
2012-11-07Bugfix [#32939] Fluid sim reversed on X and Y with animated Control objectDaniel Genrich
2012-11-04code cleanup: quiet -Wdouble-promotion, disabled this warnings for a few file...Campbell Barton
2012-10-31style cleanupCampbell Barton
2012-10-27style cleanupCampbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-23rename api functions...Campbell Barton
2012-10-23style cleanup: also rename bmesh_decimate.c --> bmesh_decimate_collapse.cCampbell Barton
2012-10-22style cleanupCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-18More UI messages and BKE_reportf<->BKE_report fixes...Bastien Montagne
2012-10-16More 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-07style cleanup: line length,Campbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-10-05code cleanup: use functions to initialize selection user data structs, use ra...Campbell Barton
2012-10-05fix for circle select ignoring lock selection option for pose and edit modes,...Campbell Barton
2012-10-05replace ED_view3d_project_short_* with ED_view3d_project_int_*, when the resu...Campbell Barton
2012-10-04make ED_view3d_project_int equivalent to ED_view3d_project_short functions.Campbell Barton
2012-10-04refactor ED_view3d_project_short & ED_view3d_project_short_noclip,Campbell Barton
2012-10-04Kind of cleanup of "menu strings": always have a space between the entry's la...Bastien Montagne
2012-09-30style cleanupCampbell Barton
2012-09-20code cleanup:Campbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-14fixes for NULL checks, remove some redundant checks and add some in that have...Campbell Barton
2012-09-11add some missing NULL checks, a few parts of the code used a pointer then che...Campbell Barton
2012-09-07code cleanupCampbell Barton
2012-08-26style cleanup: whitespaceCampbell Barton
2012-08-18fix [#32353] 'Focus'(center) applied on a rig should only take visible bones ...Campbell Barton
2012-08-15use job types when checking for jobs in areas of the code that made assumptio...Campbell Barton
2012-08-15fix for missing change to fluidsim from last commit and name jobs a more usef...Campbell Barton
2012-08-15add wm job types they are not used yet, so this just defines them for new job...Campbell Barton
2012-08-12style cleanupCampbell Barton
2012-08-12code cleanup: WM naming conventionsCampbell Barton
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-07-25Fix #31419, Changing Boid-Properties impossible with pinned Particle Menu.Lukas Toenne
2012-07-17code cleanup: spellingCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-07-03Fix [#31977] Export Animated Mesh, terminate baking in fluid-simBastien Montagne
2012-05-30split up proportional editing keymap functions (adding this in tomato branch ...Campbell Barton
2012-05-25Animation playback: now all windows are update during playback, rather thanBrecht Van Lommel
2012-05-25Modifications to the view3d.select() operator: Nathan Vegdahl
2012-05-24style cleanup: brace placement/newlinesCampbell Barton
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-13code cleanup: use vector math function minmax_v3v3_v3() and other minor vecto...Campbell Barton