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 (Collapse)Author
2011-09-25Committing patch #27442: Adaptive time step for fluid particles. The number ofAlex Fraser
subframes can now be altered automatically while an SPH (fluid particle) simulation is running.
2011-09-25Minor: Other UI strings typos and tweaks. Also updated french po & mo.Bastien Montagne
2011-09-25patch [#28616] Multiple particle systems supportCampbell Barton
from Andrea Rugliancich (andrearu01)
2011-09-25BGE Animations: Fixing various Action Actuator compatibility issues reported ↵Mitchell Stokes
by Dalai in issue #28723.
2011-09-25added bone envelope to the editbone UI, also use more BLI_math functions for ↵Campbell Barton
armature drawing.
2011-09-25correction to armature drawing code, was implicitly casting the bone flag to ↵Campbell Barton
a short when it contains flags in the int range. also was converting pose bone constflag to an int which is harmless but may as well not to it.
2011-09-25fix [#28459] Fly mode problem: "Precision enable" not working in 2.59Campbell Barton
also added back freelook (from 2.4x) - so you can loop about without changing direction.
2011-09-25make new rna variables more consistant with existing names.Campbell Barton
2011-09-25manual update on changelog (python API)Dalai Felinto
Change as suggested by Campbell. I'm not sure if this is the way to do for enums, I will check with him later
2011-09-25removing texface rna - changelog.rst update soonDalai Felinto
2011-09-24Minor: Added PROP_DISTANCE sub-type to min/max dstances of WeightVG ↵Bastien Montagne
Proximity, and Radius of Warp modifiers.
2011-09-24edits to internal renderer - no functional changes.Campbell Barton
- move some larger vars into a nested scope. - replace memset with zero initializer. - rempace VECCOPY macros with copy_v3v3 - change function args to give the float array length.
2011-09-24fix [#28736] FaceMask crash on Weight PaintCampbell Barton
2011-09-24svn merge ^/branches/bmesh/blender -r40512:40513Campbell Barton
2011-09-24Minor: Other UI strings typos and tweaks. Also updated french po & moBastien Montagne
2011-09-23Fix for recent Campbell's commit.Sergey Sharybin
2011-09-23some speedup for drawing mesh in texture mode.Campbell Barton
- only pass if the mesh has vertex colors to drawParams() rather then the mcol its self, this saves a lookup on the color. - drawing textures in editmode with no vertex colors would still lookup vertex colors on each face, instead cache this info for all faces.
2011-09-23Fix [#28729] World units not used for new object creation.Bastien Montagne
Setting PROP_DISTANCE subtype for "size" properties of add mesh operators.
2011-09-23Minor: Other UI strings typos and tweaks. Also updated french po & mo.Bastien Montagne
2011-09-22remove redundant code & use GL_LINE_STRIP for object spiral drawing.Campbell Barton
2011-09-22Remove checks for voxel data when texture type is known.Sergey Sharybin
2011-09-22Corrected fix for #28722: Segfault when reading volumetric clouds exampleSergey Sharybin
Looks like with current implementation voxeldata should always be created for voxel textures. Remove recently added NULL check and allocate voxel data when linking a texture.
2011-09-22Fix #28226: Selection highlighting is wrong when Solidify Modifier is usedSergey Sharybin
Set origindices for edges/faces created for rim to ORIGINDEX_NONE. Also discovered error in recent editmode VBO fix -- it used to crash when comparing faces with ORIGINDEX_NONE original index.
2011-09-22Fix #28722: Segfault when reading volumetric clouds exampleSergey Sharybin
Added checking for voxel data isn't NULL.
2011-09-22Fix #28549: file browser recent directories could include directory thatBrecht Van Lommel
doesn't exist after cancelling make directory. Patch by Sergey.
2011-09-22Fix rest of #28693: Proportional edit hangs on mesh object with high scaleSergey Sharybin
Patchy by Juha Maki-Kanto
2011-09-22Fix #28489: Wacom Intuos 4 tablet doesn't work with outlinerSergey Sharybin
Stylus can produce slight movements when it touches tablet, so CLICK event wasn't triggering. Do not store INBETWEEN_MOUSE as previous event to make CLICK events triggered correct. Thanks to Brecht to pointing on short way to fix this problem.
2011-09-22Fix #28365: some macro operators were missing descriptions.Brecht Van Lommel
2011-09-22Fix #28593: F6 operator redo could crash when editing buttons that use unitBrecht Van Lommel
settings, these could get freed with the scene on undo/redo, make a copy now.
2011-09-22clear up some warnings.Campbell Barton
2011-09-22Fix #28651: dopesheet crash when configuring keymap to use translate tool.Brecht Van Lommel
This doesn't work, needs to be time translate, but we can avoid the crash.
2011-09-22Fix #28585: read full sample layers not working in compositor.Brecht Van Lommel
2011-09-22Fix #28695: path/beziercirlce defined surface dissapears when deleting subdv ↵Sergey Sharybin
of path until toggling end point option Clamp order when deleting points from nurb curve. Also fixed incorrect free caused by non-initialized knots array when deleting segment from non-cyclic nurb.
2011-09-22Minor: Bah, doxygen file's doc comments were also missing from warp and ↵Bastien Montagne
navmesh modifiers...
2011-09-22Minor: Added doxygen file's doc comments in weightvg modifiers.Bastien Montagne
2011-09-22Minor: Other UI strings typos and tweaks.Bastien Montagne
2011-09-22addendum to prev bugfix on texture space bumpMorten Mikkelsen
2011-09-22use bli math functions for vgroup_fix operator.Campbell Barton
2011-09-22comment some unused vars / assignments.Campbell Barton
2011-09-22correct fix for armature selection, also remove international define from ↵Campbell Barton
generic python C funcs.
2011-09-22One of the two latest commits in this file broke the multi-bone selection in ↵Bastien Montagne
pose mode (shift-selection)...
2011-09-21Added misses INTERNATIONAL definition in scons rules.Sergey Sharybin
2011-09-21check that descriptions dont end with a '.', for non release builds.Campbell Barton
this is annoying for translators so rather then correct along the way which gives merge conflicts for branches - print a complaint message.
2011-09-21Minor: Other UI strings typos and tweaks.Bastien Montagne
2011-09-21remove blf.gettext, add blf.unload(font)Campbell Barton
2011-09-21Translation: reload font on enabling/disabling use international fonts.Brecht Van Lommel
2011-09-21Blenfont: add BLF_unload function to unload/reload fonts.Brecht Van Lommel
2011-09-21Attempt to fix #28709: change language to simplified Chinese: sequencer -> ↵Sergey Sharybin
add image strip crashes Blender Crash was caused by sprintf which tried to parse bytes sequence belongs to chinese letter. Using codepage 1252 for LC_ALL seems to fix this issue, but needs further testing.
2011-09-21add missing define for last commit and tag bl_label & bl_descriptions for ↵Campbell Barton
translating too
2011-09-21py/rna string subtypes for strings which should be automatically translated:Campbell Barton
layout.prop("blah", text="Translate Me!")