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
2012-05-29fix compiler error Campbell Barton
2012-05-29Fix for bug [#31613] Cycles 3d viewport material display mode + skin modifier...Nicholas Bishop
2012-05-28add BLI_ghash_pop() which returns the value for a key and removes it at the s...Campbell Barton
2012-05-28Fix 2 #29846. Effector point ave variable can be NULL.Lukas Toenne
2012-05-28image.gl_touch: wasn't passing the parameters to gl_loadDalai Felinto
2012-05-28style cleanup: also fix for TIMEIT macroCampbell Barton
2012-05-28image.gl_load: moving error cleaning to before all gl calls"Dalai Felinto
2012-05-28image.gl_load(): clear glGetError buffer before getting a new oneDalai Felinto
2012-05-28Fix #29846, Dynamic rotation of particles not affected by forcefields 2.61 64...Lukas Toenne
2012-05-28fix for own recent commit removing NULL checks from TREESTORE macro - this us...Campbell Barton
2012-05-28* Some code optimizations to panel collapse code, to avoid calculations for e...Thomas Dinges
2012-05-28Fix for node linking operator, which could insert node link into the list twi...Lukas Toenne
2012-05-28Smoke: Fix messed up shadow display with OpenMP. This needs fixing. For now d...Daniel Genrich
2012-05-28A few minor UI message fixes...Bastien Montagne
2012-05-28Sequencer: replace clamp+round of multiplied color value with FTOCHAR macro,Sergey Sharybin
2012-05-28Fixed crash opening files with missed libraries.Sergey Sharybin
2012-05-28Fix [#31621] Face Angles Drawn in Strange PlacesBastien Montagne
2012-05-28move mouse select options into their own property function - more operators s...Campbell Barton
2012-05-28User Interface Panels:Thomas Dinges
2012-05-28missing from previous commitCampbell Barton
2012-05-28== Sequencer / Color balance ==Peter Schlaile
2012-05-28style cleanup: defines with bracesCampbell Barton
2012-05-27Collada exporter: Added name attribute to nodes in visual_scene elements (nam...Gaia Clary
2012-05-27style cleanupCampbell Barton
2012-05-27style cleanup: draw nodeCampbell Barton
2012-05-27Smoke:Daniel Genrich
2012-05-27remove NULL check in TREESTORE macro, the return NULL value wasny checked for...Campbell Barton
2012-05-27Use BKE_movieclip_get_size rather than BKE_movieclip_get_ibuf and use ibuf's ...Sergey Sharybin
2012-05-27Fix mistmatch in usage of delete vs. delete [] in tiles reported by valgrind ...Sergey Sharybin
2012-05-27Fix #26876: Soft Body ignores Goal on LatticeSergey Sharybin
2012-05-27code cleanup: remove mode comments, these were applied very un-evenly across...Campbell Barton
2012-05-27rna_def_composite_nodetree_api() getting passed the wrong propDan Eicher
2012-05-27code cleanup: defines with braces - end with '(void)0' so callers must end wi...Campbell Barton
2012-05-27when SCREEN_OT_keyframe_jump fails dont send notifiers or call sound_seek_sceneCampbell Barton
2012-05-27code cleanup:Campbell Barton
2012-05-27style cleanup: nodes, also rename chunksize -> chunk_sizeCampbell Barton
2012-05-27Fix #31606: pg up/down does not work for changing falloff for proportional ed...Sergey Sharybin
2012-05-27style cleanupCampbell Barton
2012-05-27[#31607] Collada: (Exporter) Implementation of 'use Object Instantiation' OptionGaia Clary
2012-05-27code cleanup: use const float and define array sizeCampbell Barton
2012-05-27Delete skin customdata if all skin modifiers are removed.Nicholas Bishop
2012-05-26Fix #31538: Wrong colors after reloading file with exr imageSergey Sharybin
2012-05-26code cleanup: use array size and const for vector argsCampbell Barton
2012-05-26Add frame_duration read-only member to Image RNA struct, returns movie's leng...Bastien Montagne
2012-05-26code cleanup: dutch -> english (comments)Campbell Barton
2012-05-26fix for own error in applying patchCampbell Barton
2012-05-26add vector versions of hsv_to_rgb, rgb_to_hsv & rgb_to_hsv_compatCampbell Barton
2012-05-26patch [#31265] Warning Fixes 02/05/2012Campbell Barton
2012-05-26Fix reading freed memory when opening file by click on it on splash screenSergey Sharybin
2012-05-26patch [#31579] Solidify modifier: Add new option "Flip Normals"Campbell Barton