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-09-03Fix #32461: adjusting brush strength with shift+F in image editor would showBrecht Van Lommel
2012-08-31Fix #32408: image editor does not show paint brush circle on loading a .blendBrecht Van Lommel
2012-08-25fix for type mismatch with SWAP() macro.Campbell Barton
2012-08-23code cleanup: rename BLI_in_rctf() --> BLI_rctf_isect_pt(), to conform with o...Campbell Barton
2012-08-22Fix #32309: missing shortcuts in sculpt mode Hide/Mask menu. Keymap poll was tooBrecht Van Lommel
2012-08-22code cleanup: use rect size macrosCampbell Barton
2012-08-18utility functions: BLI_findptr, BLI_rfindptr --- use for finding an item in a...Campbell Barton
2012-08-17fix own error in recent smoothview cleanup, also correct some cross reference...Campbell Barton
2012-08-14fix [#32299] 16bit float texture + 'Quick Edit' gives wrong resultCampbell Barton
2012-08-09utility functions for getting/setting rectangles for operators.Campbell Barton
2012-08-05code cleanup: minor edit - replace memset() with zero initialization, remove ...Campbell Barton
2012-08-04style cleanupCampbell Barton
2012-08-02code cleanup: remove redundant float castsCampbell Barton
2012-08-01fix for assert when going from edit mode directly into sculpt mode.Campbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-29style cleanupCampbell Barton
2012-07-25match function names for clip/image spacesCampbell Barton
2012-07-25mask now draws in the image view, misc minor edits.Campbell Barton
2012-07-25image space now has a mode for view/paint/mask editing.Campbell Barton
2012-07-21use fabsf when using floats.Campbell Barton
2012-07-18fix incorrect assert for mask face checking, also correct own bad spellingCampbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-15minor refactor for rect functions. more consistent naming.Campbell Barton
2012-07-14add is_quad_convex_v2(), SET_UINT_IN_POINTER, GET_UINT_FROM_POINTER macros & ...Campbell Barton
2012-07-12add bli rect min/max functions.Campbell Barton
2012-07-12add bli rect funcs BLI_rctf_init_minmax, BLI_rcti_init_minmaxCampbell Barton
2012-07-11vector versions of BLI_in_rctf / BLI_in_rcti, (BLI_in_rctf_v, BLI_in_rcti_v)Campbell Barton
2012-07-11code cleanup: use const for passing vectorsCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-07-04More spell checking.Bastien Montagne
2012-07-01style cleanup: commentsCampbell Barton
2012-06-28Add missing brush types to sculpt_tool_name()Nicholas Bishop
2012-06-27style cleanup: also some spelling correction.Campbell Barton
2012-06-24style cleanypCampbell Barton
2012-06-18Fix for sculpt undo updating hidden rather than coords.Nicholas Bishop
2012-06-17style cleanup:Campbell Barton
2012-06-12Decrease frequency of mallocs during multires sculpt smoothingNicholas Bishop
2012-06-10style cleanupCampbell Barton
2012-06-10Bugfix for autosmooth in sculpt mode.Nicholas Bishop
2012-06-10style cleanup: use capital camel case names for typedef'sCampbell Barton
2012-06-07Quite some warnings...Bastien Montagne
2012-06-06style cleanup: (indentation)Campbell Barton
2012-06-04Fix #31559: second 3D viewport does not update when paiting vertex/weightSergey Sharybin
2012-06-04Fix #31093: Brush's "Paint curve presets" in Image paint in UV\Image Editor d...Sergey Sharybin
2012-06-03quiet warningsCampbell Barton
2012-05-31This fixes a precision issue in multi-paint so that near zero values do not c...Jason Hays
2012-05-28add BLI_ghash_pop() which returns the value for a key and removes it at the s...Campbell Barton
2012-05-27style cleanupCampbell Barton
2012-05-24code cleanup: fix possible use of uninitialized value and remove dead initial...Campbell Barton
2012-05-23style cleanupCampbell Barton