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-29Initial commit of new keying nodesSergey Sharybin
2012-05-29support for marker parent offset Campbell Barton
2012-05-29fix for parenting, offset isnt needed anymoreCampbell Barton
2012-05-29fix crash with using uninitialized curvesCampbell Barton
2012-05-29fix for parent + animation handles.Campbell Barton
2012-05-29initial support for animating parented mask points.Campbell Barton
2012-05-29check for parent before applying offsetCampbell Barton
2012-05-29svn merge ^/trunk/blender -r47103:47150Campbell Barton
2012-05-29fix for sequencer selection and naming in the outliner, was broken since 2.5xCampbell Barton
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-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-28many small improvements to adding pointsCampbell Barton
2012-05-28Fix [#31621] Face Angles Drawn in Strange PlacesBastien Montagne
2012-05-28svn merge ^/trunk/blender -r47099:47103Campbell Barton
2012-05-28move mouse select options into their own property function - more operators s...Campbell Barton
2012-05-28make selection operator follow mesh selection options from trunk.Campbell Barton
2012-05-28svn merge ^/trunk/blender -r47070:47099Campbell 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-27Fix threading issue with Mask nodeSergey Sharybin
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-27up-down arrow keys now jump between mask keyframes (when in the mask view).Campbell Barton
2012-05-27svn merge ^/trunk/blender -r47067:47070Campbell Barton