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
2011-10-16Cycles: fix missing node editor redraw when assiging/removing materials.Brecht Van Lommel
2011-10-16Cycles:Brecht Van Lommel
2011-10-16Cycles: more tweaks to get old/new shading systems working better together, forBrecht Van Lommel
2011-10-16Cycles: make Attribute node work, code for it was implemented in kernel, onlyBrecht Van Lommel
2011-10-15Cycles: fix nodes gone missing after new/old shading node compatibility changes.Brecht Van Lommel
2011-10-13Cycles: revert commit that joined surface/volume socket into a single shader ...Brecht Van Lommel
2011-10-12Cycles: add compatibility check to node link menu.Brecht Van Lommel
2011-10-12Cycles: tag shading nodes as being compatible with the old/new shading system,Brecht Van Lommel
2011-10-12Cycles: don't use glsl in textured draw mode, to keep things simpler and fasterBrecht Van Lommel
2011-10-12Cycles: make node with multiple input sockets with the same name work. Previo...Brecht Van Lommel
2011-10-12Cycles: replace surface/volume sockets in output nodes with a single shader s...Brecht Van Lommel
2011-10-11Cycles: add python render engine option to use new shading nodes or not, insteadBrecht Van Lommel
2011-10-11Cycles: svn merge -r40411:40934 ^/trunk/blenderBrecht Van Lommel
2011-10-11fix for drag-n-drop ID's for renaming (own fault when fixing #24016)Campbell Barton
2011-10-11Adding FA (Persian - Farsi) language to po + flipping Arabic name in the Lang...Dalai Felinto
2011-10-11fix for py/rna assigning an invalid index. also give better error message in ...Campbell Barton
2011-10-11fix for crash in BLI_join_dirfile() when the dir is longer then the target st...Campbell Barton
2011-10-11Handle "Open Recent..."Xiao Xiangquan
2011-10-11- bpy.path.abspath(), added optional library argument since any paths from li...Campbell Barton
2011-10-11create navmesh operator would crash on non-mesh objects, add type check and r...Campbell Barton
2011-10-10Fix #28857: 2.60 rc1 regression?Sergey Sharybin
2011-10-10fix [#28850] With "Auto-keyframe" on, the "Selection to Cursor" option doesn'...Campbell Barton
2011-10-10Revert "Fix #28863: Inconsistent UI inside of the UV/ImageEditor window"Sergey Sharybin
2011-10-10correct operator name from my own recent changes and edit navmesh rna prop na...Campbell Barton
2011-10-10fix bad svn ID tagsCampbell Barton
2011-10-10header cleanup (no functional changes)Campbell Barton
2011-10-10Now append/link will start at current blend file directory, if available (las...Bastien Montagne
2011-10-10add in empty modifier slot so dynamic paint files don't break.Campbell Barton
2011-10-10Fix #28863: Inconsistent UI inside of the UV/ImageEditor windowSergey Sharybin
2011-10-10updates to navmeshCampbell Barton
2011-10-10edit error macro formatting (confuses some editors)Campbell Barton
2011-10-10fix for using uninitialized stack memory in mesh_foreachScreenFace__mapFunc()...Campbell Barton
2011-10-10- for some reason navmesh wasnt drawing when VBO was enabled.Campbell Barton
2011-10-10fix documentation error - [#28862] Method 'difference' doesn't exist in Quate...Campbell Barton
2011-10-10bug #28848 also mentions Ctrl+Backspace isnt working.Campbell Barton
2011-10-10fix [#28860] CRASH loading sceneCampbell Barton
2011-10-10add 3 PLY and STL export tests.Campbell Barton
2011-10-10mesh VBO drawing code was swapping red/blue vertex colors - this is confusing...Campbell Barton
2011-10-10fix for editmode opengl drawing (bug from own recent optimization), need to s...Campbell Barton
2011-10-10fix crash for recent navmesh edits when setting a non-mesh object to a navmesh.Campbell Barton
2011-10-10move NavMesh draw code out of being a modifier and into DerivedMesh drawing h...Campbell Barton
2011-10-09increase the hit radius for vertex selection in weight paint mode - increased...Campbell Barton
2011-10-09replace sprintf with strcpy where no formatting is done and return value isn'...Campbell Barton
2011-10-09clear some warnings.Campbell Barton
2011-10-09correction to RNA class api references (only used for docs)Campbell Barton
2011-10-09fix for BUILTIN_KSI_WholeCharacter keying custom string/collection/group prop...Campbell Barton
2011-10-09text edit: selecting zoomed in text with the mouse had an incorrect offset.Campbell Barton
2011-10-09text editing: make jumping left/right both act the same way (was skipping an ...Campbell Barton
2011-10-09button text editing: home/end were not moving the cursor position, only the s...Campbell Barton
2011-10-09fix [#28848] Editing object name (e.g.), Ctrl-Shift-Arrows don't work as Ctrl...Campbell Barton