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-05-29more plugin removalCampbell Barton
2012-05-29Fix #31556: cycles object info random value was not properly randomized forBrecht Van Lommel
2012-05-29Fix #31596: wrong soft limits for light falloff node.Brecht Van Lommel
2012-05-29finish cleanup for pluginsCampbell Barton
2012-05-29Massive Code cleanup:Thomas Dinges
2012-05-29Fix compilation error of Cycles after recent py node removalSergey Sharybin
2012-05-29remove some more pynode references in the codeCampbell Barton
2012-05-29remove pynodes, were not working in 2.5, not ported to py3.xCampbell Barton
2012-05-29OUTLINER_OT_scene_drop -- "Drag object to scene in Outliner" operatorDan Eicher
2012-05-29Typo in property DescriptionDaniel Salazar
2012-05-29fix for sequencer selection and naming in the outliner, was broken since 2.5xCampbell Barton
2012-05-29Cycles / CUDA:Thomas Dinges
2012-05-29Outliner drag/drop parent fix -- added checks for modifiers and contraints to...Dan Eicher
2012-05-29BGE patch #28476: Character object physics typeBenoit Bolsee
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-28Cycles / CUDA:Thomas Dinges
2012-05-28add BLI_ghash_pop() which returns the value for a key and removes it at the s...Campbell Barton
2012-05-28Cycles: fixes to make CUDA 4.2 work, compiling gave errors in shadows andBrecht Van Lommel
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-28bpy.utils.time_to_frame() and frame_to_time() utility functions.Campbell Barton
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-28Scons / MSVC - Windows x64Thomas Dinges
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-27Patch #31563: Additional include directory for FFMPEGSergey 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