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
2013-10-09Photoshop PSD supportDalai Felinto
2013-10-09code cleanup: redundant includes and add minor comments.Campbell Barton
2013-10-08remove redundant NULL checksCampbell Barton
2013-10-08Triangulate Modifier changes - using scanfillDalai Felinto
2013-10-08* Code cleanup, comments in readfile.c. Thomas Dinges
2013-10-08Cycles / SSS:Thomas Dinges
2013-10-08id-data eyedropprt, currently only accessible via the Ekey,Campbell Barton
2013-10-08Release Maintenance: Thomas Dinges
2013-10-08move eyedropper into its own file, uses mostly different includes to interfac...Campbell Barton
2013-10-08e-key to access the eyedropper over a color button.Campbell Barton
2013-10-08move color button event handling into its own function.Campbell Barton
2013-10-08make bookmake name consistent was: FILE_OT_bookmark_add/FILE_OT_delete_bookmarkCampbell Barton
2013-10-08avoid allocating a dummy string for the unlink button.Campbell Barton
2013-10-08remove toolsettings (unused for a long time).Campbell Barton
2013-10-08Fix [#36993] Blender 2.69 test build freezes when changing metaball view reso...Bastien Montagne
2013-10-08use booleans in BKE_nurb_handles_autocalc and BMO_op_vinitfCampbell Barton
2013-10-08replace len_v3v3 with len_squared_v3v3 for comparisons.Campbell Barton
2013-10-08uiSetRoundBox still took hard coded numbers in places.Campbell Barton
2013-10-08rename UI_OT_eyedropper to UI_OT_eyedropper_color to make way for other kinds...Campbell Barton
2013-10-07fix for incorrect size passed to BLI_strncpy().Campbell Barton
2013-10-07fix for crash on load if the file was saved in editmesh,Campbell Barton
2013-10-07fix for casting shadows of scaled objects was made to X_BlenderRenderTools.cp...Campbell Barton
2013-10-07remove minor differences between these 2 files which are almost exact duplica...Campbell Barton
2013-10-07revert r58693. patch [#36233], caused regression (bug report [#36959]).Campbell Barton
2013-10-07Fix #36981, Removing Sample line fails during render.Lukas Toenne
2013-10-07Fix #36980: Color space issue when displaying pixel color in a renderSergey Sharybin
2013-10-07Remove unused and meaningless line.Sergey Sharybin
2013-10-07Build fix (issue could happen with scons,reported by ebrain on IRC, thanks).Bastien Montagne
2013-10-06Revert revision 59985, 59986, 60046 and 60067. These were fixes to improve saveBrecht Van Lommel
2013-10-06* Display warning icon for SSS/GPU message. Thomas Dinges
2013-10-06Fix for Output File node operators: added a sanity type check to avoid using ...Lukas Toenne
2013-10-05Fix for my last customdata fix, accidentally left in comments.Brecht Van Lommel
2013-10-05rename presets not to use '+' character, also some typo fixes.Campbell Barton
2013-10-05replaced export for OpenSim by Export for SL/OpenSim in Collada export user i...Gaia Clary
2013-10-05Fix for unnecessary customdata warning with empty meshes.Brecht Van Lommel
2013-10-05rename overlap to holes for isect_point_poly_v2Campbell Barton
2013-10-05avoid divide by zero with grid fill (when there is no selection)Campbell Barton
2013-10-05more corrections to valgrind hinting.Campbell Barton
2013-10-05use valgrind hints for memarena for better debugging info when using valgrind.Campbell Barton
2013-10-04pressing enter over a file-text button is ignored (so enter in the file selec...Campbell Barton
2013-10-04Remove prints from own r60549, sorry for the noise.Bastien Montagne
2013-10-04code cleanup: warnings and minor edits.Campbell Barton
2013-10-04fix for lasso failing/glitches on overlapping lines, replace scanfill with 2d...Campbell Barton
2013-10-04Fix obvious bug in particle code (copying normal into nor when in if(ornor) b...Bastien Montagne
2013-10-04Fix #36930: dynamic topology sculpting with masks gave bad results:Brecht Van Lommel
2013-10-04Fix #36948: blender internal viewport render crashes holding shift+Z pressedBrecht Van Lommel
2013-10-04Code cleanup: remove unused functionSergey Sharybin
2013-10-04Fix related to [#36926] 'scale' Node doesn't work properly.Bastien Montagne
2013-10-04fix for lasso selection (in non-zbuf mode) when the line intersected its self.Campbell Barton
2013-10-04Changing dither value will now invalidate cached display bufferSergey Sharybin