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-09-05Dynamic Paint:Miika Hamalainen
2011-08-28Merge with trunk r39750Miika Hamalainen
2011-08-28Dynamic Paint:Miika Hamalainen
2011-08-28== Sequencer ==Peter Schlaile
2011-08-28RNA_property_as_string now escapes the string (so operator redo can include s...Campbell Barton
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-08-28check for unlikely error when freeing a library blend file from the BGE.Campbell Barton
2011-08-28remove implicit casts to doubles in the noise code, also use floating point m...Campbell Barton
2011-08-28fix [#28388] Clouds at high depth give artifacts.Campbell Barton
2011-08-27fix [#28373] "Lock camera to view" doew not work with 3D-mouse Campbell Barton
2011-08-27Fix [#28341] writing }(alt+n) in text editor creates a new fileSergey Sharybin
2011-08-27fix for building with msvc, ssize_t is more correct but in this case its not ...Campbell Barton
2011-08-27replace octal 0177 with 127 to be more clear, no functional change.Campbell Barton
2011-08-27- use %u rather tham %d for unsigned ints in string formatting funcs.Campbell Barton
2011-08-27- fix for BL_Shader::SetUniform() missing out the last part of the matrix.Campbell Barton
2011-08-27BGE: Post drawing callbacks are now done per viewport instead of per scene. T...Mitchell Stokes
2011-08-27remove deprecated & unused sequencer transform varsCampbell Barton
2011-08-27subtraction on unsigned values didnt work as intended for copying ID's.Campbell Barton
2011-08-27bugfix for procedural textures used as bumpmap with osa not rendering right, ...Campbell Barton
2011-08-27remove deprecated & unused mat3_to_vec_rot and mat4_to_vec_rot functions.Campbell Barton
2011-08-27bge py api XK_GameObject.linVelocityMin was returning linVelocityMax.Campbell Barton
2011-08-27eek F4TOCHAR4 was assigning alpha twice too!, tsk tsk.Campbell Barton
2011-08-27F3TOCHAR4 macro was assigning the same value twice (setting the alpha, then o...Campbell Barton
2011-08-27sub_v4_v4v4 was taking float[3] arguments.Campbell Barton
2011-08-26correct missing bpy doc references.Campbell Barton
2011-08-26fix for crash when running a python script in a non utf8 blend path, inspecti...Campbell Barton
2011-08-26Fix #28301: Sculpting a object with rotational have desfaceSergey Sharybin
2011-08-26Fix #28370: border select for curve and metaball did not update number ofBrecht Van Lommel
2011-08-26when applying armature object transform now transform the bone roll too.Campbell Barton
2011-08-26file-selector: when converting operator arguments to the file selector, wasnt...Campbell Barton
2011-08-25executing operators that changed the context from the console wasnt returning...Campbell Barton
2011-08-25error when a python operator gave an incorrect return value was near useless,...Campbell Barton
2011-08-25bpy-rna - simplify enum string/set parsing.Campbell Barton
2011-08-25sanity checks on operator exec/modal/invoke return values.Campbell Barton
2011-08-25Fix for [#28304]Alexander Kuznetsov
2011-08-25picky style edits with screen/view/drawing, also remove own bad example doc.Campbell Barton
2011-08-25Fix for [#28239] Particles Billboard 3x3 Split Error.Janne Karhu
2011-08-25Patch for bug #28289Jeroen Bakker
2011-08-25Committing patch #25675 "Make "Cast Buffer Shadows" option work in viewport a...Mitchell Stokes
2011-08-24opencollada find module. hopefully solves the problem where includes can in a...Campbell Barton
2011-08-24fix [#28356] Import export STL files, problem in script in version r39307Campbell Barton
2011-08-24fix [#28340] Can't set image depth, quality from image saveCampbell Barton
2011-08-24fix [#28351] active RenderLayer can be set to None, leading to crashCampbell Barton
2011-08-24fix [#28352] Deleting group name in particle system -> panel: Render crashes ...Campbell Barton
2011-08-23fix for 3 bugs in bone renamingCampbell Barton
2011-08-23BLI_strescape for a basic, python like string escaping, currently only use fo...Campbell Barton
2011-08-23Fix #28343: glsl error after derivative maps commit.Brecht Van Lommel
2011-08-23fix [#28336] Particles: setting to zero the count of all elements of a group ...Campbell Barton
2011-08-23fix [#28344] for this file, the multires smiley has 2 materials, but only 1 l...Campbell Barton
2011-08-23Make Ctrl+RMB in editmode behave like 2.4x, was re-using center option which ...Campbell Barton