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 (Collapse)Author
2011-10-06remove unused struct member & minor edits, no functional change.Campbell Barton
2011-10-06fix for fixCampbell Barton
2011-10-06fix [#26193] Weightpainting on Mesh with Armature-Modifier fails if x-mirror ↵Campbell Barton
and auto normalize is enabled
2011-10-06cleanup for main weight paint drawing function while looking into a bug - no ↵Campbell Barton
functional changes.
2011-10-06dont define the ghost PREFIX for scons, since this means our portable ↵Campbell Barton
downloadable binary would find the system blender files (if installed). this should stay disabled until scons supports system/portable installs as with cmake.
2011-10-06fix error in last commit & remove commented code which is now working in 2.5x.Campbell Barton
2011-10-06fix for memory leak when calling wpaint_make_validmap() with no vertex groups.Campbell Barton
2011-10-06fix for crash when painting normalize with no vertex groups, also minor ↵Campbell Barton
cleanup to do_weight_paint_auto_normalize_all_groups()
2011-10-06scons flags were being set carelessly - CCFLAGS is like setting CFLAGS and ↵Campbell Barton
CXXFLAGS - in a few cases this was being set redundantly. there are more cases that chould be changed since CPPFLAGS and CCFLAGS are both being set where only one is needed but for now this is safe.
2011-10-06revert part of r40800, btools.ENDIAN should be correct, if its not then that ↵Campbell Barton
needs to be fixed rather then checking on the platform. ./build_files/scons/tools/btools.py:68 - checkEndian() uses pythons struct which knows the systems native endian and will work unless cross compiling (which afaik isnt dont between different endian systems so far).
2011-10-06update generated api changelog for edits since 2.59Campbell Barton
2011-10-05Fix #28766: object properties > display > transparency no longer worked in solidBrecht Van Lommel
draw mode, after texface changes.
2011-10-05minor editsCampbell Barton
- use TRUE/FALSE rather than 1/0 - WM_operator_properties_create_ptr rather than WM_operator_properties_create since the pointers available. - remove redundant strlen()
2011-10-05OSX: Correct copy/paste error and exclude endianess switch from darwinJens Verwiebe
2011-10-05fix [#28809] Fileselect strange icon display.Campbell Barton
2011-10-05fix [#28807] Drivers breaking by undoCampbell Barton
2011-10-05filter RNA classes for translation (removes over 1300 lines from messages.txt)Campbell Barton
- omit operators tagged as INTERNAL - omit classes for internal use: Event, Context, Property, Function, Window.
2011-10-05rename rna OperatorTypeMacro --> OperatorMacro, since operators types are ↵Campbell Barton
just called Operator
2011-10-05[#28801] Pet doesn't work on the whole meshMartin Poirier
Reported by Enrico Valenza Mirror messes up the zone of influence. Disable mirror internally when proportional edit is on.
2011-10-05modify pacman file not to compile templates & presets.Campbell Barton
2011-10-05fix for error when fixing crash in filesel poll function.Campbell Barton
2011-10-04bge bugfix: navmesh collision flag disputing with glsl_color_manag.Dalai Felinto
The solution is to make the flag in to an int in oppose to short. This will also help in cucumber where we ran into the same problem.
2011-10-04Enabling JACK for linux buildbot.Sergey Sharybin
2011-10-04Update blenderplayer stubs to deal with recent keymaps commit.Sergey Sharybin
2011-10-04Correction for own recent commit -- didn't know it's unsupported inSergey Sharybin
MSVC to do such things.
2011-10-04Fix #28202: (only) modifying keymap item properties did not save properly, theBrecht Van Lommel
update signal for this was missing. Problem is that the operator properties RNA update callback doesn't know the associated keymap item, worked around it with UI template now.
2011-10-04Partial fix #27978: Problem exporting OGG Theora-Vorbis video (and other ↵Sergey Sharybin
audio codecs) Ogg format does support only vorbis, theora, speex and flac audio codecs. Added check for result of av_write_header() and show info in header about error while initializing streams. This commit also fixed crash when using vorbis audio format. It used to be floating point exception. SOlved by initializing audio_stream->codec->time_base with proper rational value as it's done in FFmpeg sources.
2011-10-04remove redundant code, also dont bother with os.path.basename(x) for recent ↵Campbell Barton
scons commit.
2011-10-04Fix for unix python bundling: config-* directories didn't deletedSergey Sharybin
This is because of passing config-* to rm command in quotes.
2011-10-04Minor: Other UI strings typos and tweaks. Also updated french po & mo.Bastien Montagne
2011-10-03fix for missing null check in own recent commit.Campbell Barton
2011-10-03revert r40738, flipepd enums give quick access to first items, even if it ↵Campbell Barton
does seem odd to have them flipped.
2011-10-03add macro OB_TYPE_SUPPORT_MATERIAL, type checks were being done inline, some ↵Campbell Barton
comparing range, some using ELEM#(), once was missing metaball check.
2011-10-03fix [#27526] shared data but different data materials.Campbell Barton
2011-10-03fix for [#28788] wasn't complete, pose bones scale was ignoring "Individual ↵Campbell Barton
origins" setting.
2011-10-03Fix #27532: Undo test texture after painting gives black blocks.Sergey Sharybin
- Do not apply undo tiles on image if source or generated type was changed. - Added null-check in own recent commit in this area.
2011-10-03- use BLI_findstring rather then while loop for listbase lookupsCampbell Barton
- remove BLI_assert I recently added to RNA_property_pointer_type since its intentionally called with no type check.
2011-10-03Fix #28780: Undo while painting image sequences issueSergey Sharybin
- Store imbuf file path in UndoImageTile structure, so imbuf can be verified before applying titles on it. - If current image's imbuf file path isn't equal to file path stored in undo block, search for imbuf in ima->ibufs. Probably it can be optimized, but storing all settings which defines needed imbuf (image source type, offset, image file name, current scene frame and so messes up undo code and requires deeper changes which probably better not to start on bcon4).
2011-10-03Minor: Other UI strings typos and tweaks. Also updated french po & mo.Bastien Montagne
2011-10-03fix [#27578] Fileselector UI area does not scale with UI (partially hides ↵Campbell Barton
buttons)
2011-10-03fix for crash when loading the file selector on startup.Campbell Barton
2011-10-03BGE: removing old hack from Dome code. it's no longer needed and it was ↵Dalai Felinto
making dome to fail if using game autostart (<<bug)
2011-10-03patch [#27887] LOSSLESS RENDERING: HuffYUV and FFV1 both fail to render ↵Campbell Barton
losslessly from Troy Sobotka (sobotka)
2011-10-03fix for own recent commit made color strip use the wrong panel, now hide ↵Campbell Barton
`Input` rather then effects since the color picker wasnt shown.
2011-10-03fix [#28023] VSE: Transform Markers doesn't do anythingCampbell Barton
- renamed to 'Sync Markers' to match action editor. - action editor option was broken in the same way as the sequencer.
2011-10-03Change struct alignment for structs which are intended to be aligned but aren't.Campbell Barton
remove uiIconImage too since its unused.
2011-10-03minor edit for UI code, pointless short/int mix.Campbell Barton
2011-10-03fix for mistake in api changelog script with function names.Campbell Barton
2011-10-03add '2.58 to 2.59' to changelog (should have done this for 2.59 release) and ↵Campbell Barton
texface changes for 2.59 -> 2.60.
2011-10-03svn merge -rHEAD:40523 doc/python_api/rst/change_log.rstCampbell Barton
revert changes for texface, will apply manually after.