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
2010-10-17Partial fix for #22409: Locked axis + auto IK = badJoshua Leung
2010-10-17Reverting Cam's audio code changes from revision 32517. Part of it has been r...Joerg Mueller
2010-10-17re-arrange icon_draw_rect, also use an assert() for odd icon sizes. this can ...Campbell Barton
2010-10-17fix for bad use of UNUSED() with win32 & some other minor error checks.Campbell Barton
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-10-17Fix #24139: Edge loop + Multi-Resolution modifier results weird artifactsSergey Sharybin
2010-10-16Fix for [#24292] When rendering with the stamp feature the scene opt. affects...Elia Sarti
2010-10-16Adapt OSX code for IMB_allocImBuf param changes.Nathan Letwory
2010-10-16Now sound init param removal revert should be fine (apparently my cmake proje...Nathan Letwory
2010-10-16Maybe now correct commit :°Nathan Letwory
2010-10-16Forgot to commit RNA part of revert in 32519Nathan Letwory
2010-10-16Revert overaggressive parameter removal: Main struct is used in audio when Ja...Nathan Letwory
2010-10-16Declaration before any statements. Doesn't GCC warn about this?Nathan Letwory
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-16Added panel for accessing the "delta transforms" for Objects (this is closed ...Joshua Leung
2010-10-16Bugfix #23979: FCurve.keyframe_points.add(..., replace=True)Joshua Leung
2010-10-16Fix #24280: NURBS default "12x12" UV resolution is not actually "12x12"Sergey Sharybin
2010-10-16dont check for project anymore for ctrl+click, face snapping is enough.Campbell Barton
2010-10-16- blender player builds again with CMake.Campbell Barton
2010-10-16editors/space_* build without unused args warningsCampbell Barton
2010-10-16patch for bug [#24253] r32218 breaks outliner icon drawingCampbell Barton
2010-10-16Bugfix #24099: nla content moves out of sync - with fixJoshua Leung
2010-10-16Bugfix #24143: Edit NLA StripsJoshua Leung
2010-10-16Bugfix #24276: Unable to set extrapolation on a per curve basisJoshua Leung
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-15Fix COLLADA import after recent API cleanups by Campbell.Nathan Letwory
2010-10-15Less cryptic modifier key typesNathan Letwory
2010-10-15remove/tag unused args for view*.c, gpu*.c & image*.cCampbell Barton
2010-10-15Fix for [#23314] Comp node renaming breaks animationJanne Karhu
2010-10-15Add comment about when prefsizx et al are used.Nathan Letwory
2010-10-15Fix for r32487: the logic was suboptimal, improved to always work correctly.Nathan Letwory
2010-10-15Partial fix for [#22867] retopo bugJanne Karhu
2010-10-15bugfix [#24264] toggle UV selection fails.Campbell Barton
2010-10-15[#24263] Hooks influence area with vertex group assigned is not effectedCampbell Barton
2010-10-15Fix for [#21822] Unusual material slot behaviour, edit v object mode, cascade...Janne Karhu
2010-10-15Fix [#24260] Window geometry command-line option doesn't workNathan Letwory
2010-10-15fix for own recent unused commit that broke with OpenMP enabled.Campbell Barton
2010-10-15Ctrl+Click extrude, project the source verts when projection and rotating the...Campbell Barton
2010-10-15replace SIDE_OF_LINE macro with line_point_side_v2() inline function.Campbell Barton
2010-10-15bugfix [#24247] Duplicating a Composite Group Node no User Count IconCampbell Barton
2010-10-15bugfix [#24256] Wrong bone subdivision number in tweak panel.Campbell Barton
2010-10-15enable warning for unused args with gcc: -Wunused-parameterCampbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-10-15Fix #24257: Last shape key not applied as Basis shape.Sergey Sharybin
2010-10-14darwin Makefiles: copy release scripts and python modules to where blender lo...Stefan Gartner
2010-10-14bugfix [#23070] some shortcuts cannot be saved in a usual wayCampbell Barton
2010-10-14fix unused args warnings and remove some unused args.Campbell Barton
2010-10-14remove unused args or tag as unused for image and screen editors, uiItemEnumR...Campbell Barton
2010-10-14fix for crash in own recent color picker commit, store the hsv color inCampbell Barton
2010-10-14fix potential crasher: malloc->callocNathan Letwory