Campbell Barton [Thu, 6 Oct 2011 05:10:09 +0000 (05:10 +0000)]
fix for error in own edits to recently applied select link sequencer patch.
Campbell Barton [Thu, 6 Oct 2011 05:01:24 +0000 (05:01 +0000)]
fix for weight paint with face mask enabled drawing with lights.
Campbell Barton [Thu, 6 Oct 2011 04:33:00 +0000 (04:33 +0000)]
remove unused struct member & minor edits, no functional change.
Campbell Barton [Thu, 6 Oct 2011 04:09:48 +0000 (04:09 +0000)]
fix for fix
Campbell Barton [Thu, 6 Oct 2011 04:06:47 +0000 (04:06 +0000)]
fix [#26193] Weightpainting on Mesh with Armature-Modifier fails if x-mirror and auto normalize is enabled
Campbell Barton [Thu, 6 Oct 2011 03:57:03 +0000 (03:57 +0000)]
cleanup for main weight paint drawing function while looking into a bug - no functional changes.
Campbell Barton [Thu, 6 Oct 2011 02:29:15 +0000 (02:29 +0000)]
dont define the ghost PREFIX for scons, since this means our portable downloadable binary would find the system blender files (if installed).
this should stay disabled until scons supports system/portable installs as with cmake.
Campbell Barton [Thu, 6 Oct 2011 02:19:04 +0000 (02:19 +0000)]
fix error in last commit & remove commented code which is now working in 2.5x.
Campbell Barton [Thu, 6 Oct 2011 01:51:01 +0000 (01:51 +0000)]
fix for memory leak when calling wpaint_make_validmap() with no vertex groups.
Campbell Barton [Thu, 6 Oct 2011 01:29:32 +0000 (01:29 +0000)]
fix for crash when painting normalize with no vertex groups, also minor cleanup to do_weight_paint_auto_normalize_all_groups()
Campbell Barton [Wed, 5 Oct 2011 23:35:03 +0000 (23:35 +0000)]
scons flags were being set carelessly - CCFLAGS is like setting CFLAGS and 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.
Campbell Barton [Wed, 5 Oct 2011 23:17:40 +0000 (23:17 +0000)]
revert part of r40800, btools.ENDIAN should be correct, if its not then that 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).
Campbell Barton [Wed, 5 Oct 2011 22:43:00 +0000 (22:43 +0000)]
update generated api changelog for edits since 2.59
Brecht Van Lommel [Wed, 5 Oct 2011 15:28:02 +0000 (15:28 +0000)]
Fix #28766: object properties > display > transparency no longer worked in solid
draw mode, after texface changes.
Campbell Barton [Wed, 5 Oct 2011 12:20:38 +0000 (12:20 +0000)]
minor edits
- 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()
Jens Verwiebe [Wed, 5 Oct 2011 08:58:32 +0000 (08:58 +0000)]
OSX: Correct copy/paste error and exclude endianess switch from darwin
Campbell Barton [Wed, 5 Oct 2011 07:57:33 +0000 (07:57 +0000)]
fix [#28809] Fileselect strange icon display.
Campbell Barton [Wed, 5 Oct 2011 07:28:59 +0000 (07:28 +0000)]
fix [#28807] Drivers breaking by undo
Campbell Barton [Wed, 5 Oct 2011 03:39:22 +0000 (03:39 +0000)]
filter RNA classes for translation (removes over 1300 lines from messages.txt)
- omit operators tagged as INTERNAL
- omit classes for internal use: Event, Context, Property, Function, Window.
Campbell Barton [Wed, 5 Oct 2011 00:19:33 +0000 (00:19 +0000)]
rename rna OperatorTypeMacro --> OperatorMacro, since operators types are just called Operator
Martin Poirier [Tue, 4 Oct 2011 23:42:06 +0000 (23:42 +0000)]
[#28801] Pet doesn't work on the whole mesh
Reported by Enrico Valenza
Mirror messes up the zone of influence. Disable mirror internally when proportional edit is on.
Campbell Barton [Tue, 4 Oct 2011 23:00:38 +0000 (23:00 +0000)]
modify pacman file not to compile templates & presets.
Campbell Barton [Tue, 4 Oct 2011 22:42:49 +0000 (22:42 +0000)]
fix for error when fixing crash in filesel poll function.
Dalai Felinto [Tue, 4 Oct 2011 18:15:28 +0000 (18:15 +0000)]
bge bugfix: navmesh collision flag disputing with glsl_color_manag.
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.
Sergey Sharybin [Tue, 4 Oct 2011 17:04:35 +0000 (17:04 +0000)]
Enabling JACK for linux buildbot.
Sergey Sharybin [Tue, 4 Oct 2011 15:21:01 +0000 (15:21 +0000)]
Update blenderplayer stubs to deal with recent keymaps commit.
Sergey Sharybin [Tue, 4 Oct 2011 15:10:24 +0000 (15:10 +0000)]
Correction for own recent commit -- didn't know it's unsupported in
MSVC to do such things.
Brecht Van Lommel [Tue, 4 Oct 2011 13:24:48 +0000 (13:24 +0000)]
Fix #28202: (only) modifying keymap item properties did not save properly, the
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.
Sergey Sharybin [Tue, 4 Oct 2011 12:30:26 +0000 (12:30 +0000)]
Partial fix #27978: Problem exporting OGG Theora-Vorbis video (and other 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.
Campbell Barton [Tue, 4 Oct 2011 08:28:37 +0000 (08:28 +0000)]
remove redundant code, also dont bother with os.path.basename(x) for recent scons commit.
Sergey Sharybin [Tue, 4 Oct 2011 08:20:29 +0000 (08:20 +0000)]
Fix for unix python bundling: config-* directories didn't deleted
This is because of passing config-* to rm command in quotes.
Bastien Montagne [Tue, 4 Oct 2011 07:48:56 +0000 (07:48 +0000)]
Minor: Other UI strings typos and tweaks. Also updated french po & mo.
Campbell Barton [Mon, 3 Oct 2011 18:03:44 +0000 (18:03 +0000)]
fix for missing null check in own recent commit.
Campbell Barton [Mon, 3 Oct 2011 17:59:33 +0000 (17:59 +0000)]
revert r40738, flipepd enums give quick access to first items, even if it does seem odd to have them flipped.
Campbell Barton [Mon, 3 Oct 2011 17:29:43 +0000 (17:29 +0000)]
add macro OB_TYPE_SUPPORT_MATERIAL, type checks were being done inline, some comparing range, some using ELEM#(), once was missing metaball check.
Campbell Barton [Mon, 3 Oct 2011 16:55:00 +0000 (16:55 +0000)]
fix [#27526] shared data but different data materials.
Campbell Barton [Mon, 3 Oct 2011 16:20:05 +0000 (16:20 +0000)]
fix for [#28788] wasn't complete, pose bones scale was ignoring "Individual origins" setting.
Sergey Sharybin [Mon, 3 Oct 2011 13:01:24 +0000 (13:01 +0000)]
Fix #27532: Undo test texture after painting gives black blocks.
- Do not apply undo tiles on image if source or generated type was changed.
- Added null-check in own recent commit in this area.
Campbell Barton [Mon, 3 Oct 2011 12:56:33 +0000 (12:56 +0000)]
- use BLI_findstring rather then while loop for listbase lookups
- remove BLI_assert I recently added to RNA_property_pointer_type since its intentionally called with no type check.
Sergey Sharybin [Mon, 3 Oct 2011 11:04:05 +0000 (11:04 +0000)]
Fix #28780: Undo while painting image sequences issue
- 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).
Bastien Montagne [Mon, 3 Oct 2011 08:01:07 +0000 (08:01 +0000)]
Minor: Other UI strings typos and tweaks. Also updated french po & mo.
Campbell Barton [Mon, 3 Oct 2011 04:48:14 +0000 (04:48 +0000)]
fix [#27578] Fileselector UI area does not scale with UI (partially hides buttons)
Campbell Barton [Mon, 3 Oct 2011 03:48:48 +0000 (03:48 +0000)]
fix for crash when loading the file selector on startup.
Dalai Felinto [Mon, 3 Oct 2011 03:32:59 +0000 (03:32 +0000)]
BGE: removing old hack from Dome code. it's no longer needed and it was making dome to fail if using game autostart (<<bug)
Campbell Barton [Mon, 3 Oct 2011 03:25:05 +0000 (03:25 +0000)]
patch [#27887] LOSSLESS RENDERING: HuffYUV and FFV1 both fail to render losslessly
from Troy Sobotka (sobotka)
Campbell Barton [Mon, 3 Oct 2011 03:23:50 +0000 (03:23 +0000)]
fix for own recent commit made color strip use the wrong panel, now hide `Input` rather then effects since the color picker wasnt shown.
Campbell Barton [Mon, 3 Oct 2011 02:49:08 +0000 (02:49 +0000)]
fix [#28023] VSE: Transform Markers doesn't do anything
- renamed to 'Sync Markers' to match action editor.
- action editor option was broken in the same way as the sequencer.
Campbell Barton [Mon, 3 Oct 2011 01:36:25 +0000 (01:36 +0000)]
Change struct alignment for structs which are intended to be aligned but aren't.
remove uiIconImage too since its unused.
Campbell Barton [Mon, 3 Oct 2011 01:01:01 +0000 (01:01 +0000)]
minor edit for UI code, pointless short/int mix.
Campbell Barton [Sun, 2 Oct 2011 23:53:41 +0000 (23:53 +0000)]
fix for mistake in api changelog script with function names.
Campbell Barton [Sun, 2 Oct 2011 23:47:05 +0000 (23:47 +0000)]
add '2.58 to 2.59' to changelog (should have done this for 2.59 release) and texface changes for 2.59 -> 2.60.
Campbell Barton [Sun, 2 Oct 2011 23:23:45 +0000 (23:23 +0000)]
svn merge -rHEAD:40523 doc/python_api/rst/change_log.rst
revert changes for texface, will apply manually after.
Campbell Barton [Sun, 2 Oct 2011 22:28:49 +0000 (22:28 +0000)]
remove .Blanguages, its not used anymore
Campbell Barton [Sun, 2 Oct 2011 21:21:14 +0000 (21:21 +0000)]
fix [#28784] CRASHER on load with load_post handler
also fix pacman package build spec.
Campbell Barton [Sun, 2 Oct 2011 20:09:45 +0000 (20:09 +0000)]
use use_ prefix for boolean value.
Campbell Barton [Sun, 2 Oct 2011 19:57:34 +0000 (19:57 +0000)]
fix [#28788] Scale using "Individual origins" in bones
works for rotate and scale
Campbell Barton [Sun, 2 Oct 2011 18:09:36 +0000 (18:09 +0000)]
- fix for keymap test operator
- cleanup pep8 warnings and unused py imports
py pep8 cleanup
Joerg Mueller [Sun, 2 Oct 2011 18:08:16 +0000 (18:08 +0000)]
Missed some stoff when removing libsamplerate.
Joerg Mueller [Sun, 2 Oct 2011 18:00:06 +0000 (18:00 +0000)]
Fix for [#28792] Invalid 'aud' documentation examples.
Nathan Letwory [Sun, 2 Oct 2011 17:58:21 +0000 (17:58 +0000)]
Typo fix. nexYon commit caused bit-loss in the word incs.
Nathan Letwory [Sun, 2 Oct 2011 17:53:52 +0000 (17:53 +0000)]
Make sure that default settings have OpenMP support by default (also good for buildbots).
Note that builders that don't have VS pro version need to manually disable this setting in their respective user-config.py
Campbell Barton [Sun, 2 Oct 2011 17:16:28 +0000 (17:16 +0000)]
remove find samplerate module, use -msse2 flag for intel c++ since its supported.
Joerg Mueller [Sun, 2 Oct 2011 17:09:39 +0000 (17:09 +0000)]
* Removing libsamplerate from build systems
* Enabling OpenAL for scons win64-vc in default config; Nathan or Sergey: please update the build bot to build with OpenAL!
Campbell Barton [Sun, 2 Oct 2011 16:43:39 +0000 (16:43 +0000)]
minor cmake edits:
- osx was defaulting to -O3.
- clang wasnt detecting sse compiler args.
Thomas Dinges [Sun, 2 Oct 2011 14:41:13 +0000 (14:41 +0000)]
* 2.60 release cycle, moving on to bcon4, only bugfixes!
Bastien Montagne [Sun, 2 Oct 2011 12:57:49 +0000 (12:57 +0000)]
Fix [#28436] ID mask creates 'feather' around ID even with AA turned off.
Perhaps not the ideal solution, but it works, is easy to undo if/when we have a better one, and I’m pretty sure it won’t break anything...
Campbell Barton [Sun, 2 Oct 2011 12:34:41 +0000 (12:34 +0000)]
enable cmake building makesdna with ghash
Campbell Barton [Sun, 2 Oct 2011 12:21:24 +0000 (12:21 +0000)]
remove some redundant checks and compiler warnings.
Bastien Montagne [Sun, 2 Oct 2011 08:46:46 +0000 (08:46 +0000)]
Minor: Other UI strings typos and tweaks. Also updated french po & mo.
Campbell Barton [Sat, 1 Oct 2011 21:09:42 +0000 (21:09 +0000)]
fix [#28786] Large enum lists display columns in inverted order (right to left)
also cleared annoying intel c++ warnings.
Campbell Barton [Sat, 1 Oct 2011 19:52:33 +0000 (19:52 +0000)]
cmake:
- fix for cmake's SSE detection which would fail because of strict warnings and also had redundant cache setting.
- was incorrectly initializing variables (own bad)
- python was searching for libs on every run, now only do this if there not cached.
Campbell Barton [Sat, 1 Oct 2011 18:29:40 +0000 (18:29 +0000)]
cmake: sse flags were being defined in 2 different places
Campbell Barton [Sat, 1 Oct 2011 17:54:33 +0000 (17:54 +0000)]
support for object data material assignment in python
eg:
bpy.context.object.data.materials[0] = bpy.data.materials["SomeMaterial"]
Campbell Barton [Sat, 1 Oct 2011 17:51:47 +0000 (17:51 +0000)]
BKE material api function: assign_material_id, like assign_material but takes the object data rather then the object.
Campbell Barton [Sat, 1 Oct 2011 15:54:36 +0000 (15:54 +0000)]
fix for msvc, I thought this was only needed for mingw.
Campbell Barton [Sat, 1 Oct 2011 15:40:32 +0000 (15:40 +0000)]
add a collection function slot for assignment (not used yet).
Campbell Barton [Sat, 1 Oct 2011 15:02:55 +0000 (15:02 +0000)]
fix for mingw
Sergey Sharybin [Sat, 1 Oct 2011 13:46:20 +0000 (13:46 +0000)]
reverting part of rev40594.
Pardoon, looks like i've forgot to revert current work before
commiting actual patch i wanted to send to the svn.
Thomas Dinges [Sat, 1 Oct 2011 11:21:47 +0000 (11:21 +0000)]
* Updating readme.html and link to release logs for 2.60, now that we approach the RC state.
Joshua Leung [Sat, 1 Oct 2011 01:27:44 +0000 (01:27 +0000)]
Bugfixes for: [#28525] [#28690] [#28774] [#28777]
This commit basically disables the RNA update caches for now, and
introduces a workaround/hack to ensure that modifier properties still
work when animated/driven. The whole way that updates currently get
handled needs reviewing in future.
Fix provided by Brecht.
Joshua Leung [Sat, 1 Oct 2011 00:56:36 +0000 (00:56 +0000)]
Bugfix [#28781] Grease pencil segfaults when deleting or duplicating
frames in dopesheet
Jens Verwiebe [Fri, 30 Sep 2011 20:26:14 +0000 (20:26 +0000)]
Cgange compile cindition for gcc-4.6-objC++ workaround
Campbell Barton [Fri, 30 Sep 2011 16:54:11 +0000 (16:54 +0000)]
fix for odd linking error with ffmpeg.
Campbell Barton [Fri, 30 Sep 2011 16:37:46 +0000 (16:37 +0000)]
sse flags for intel c++ compiler
Campbell Barton [Fri, 30 Sep 2011 15:51:58 +0000 (15:51 +0000)]
formatting edits only
Sergey Sharybin [Fri, 30 Sep 2011 15:42:04 +0000 (15:42 +0000)]
Fix #28432: Scrolling lists respond incorrectly if mouse is not moved
Copy hardmin for LISTROW and ROW buttons when updating button
from old block due to list item index is stored in this value.
Campbell Barton [Fri, 30 Sep 2011 15:22:13 +0000 (15:22 +0000)]
minor changes, dont append with cmake platform flags which is a string and use enum values rather then ints in a few places.
Campbell Barton [Fri, 30 Sep 2011 15:21:10 +0000 (15:21 +0000)]
removing duplicate library linking from cmake, fingers crossed that this wont break on other systems (works here).
Bastien Montagne [Fri, 30 Sep 2011 12:33:52 +0000 (12:33 +0000)]
Fix [#28773] Auto Set Preview Range Does not work on selection in DopeSheet
(viewall was also broken for DopeSheet, btw, same cause).
Sergey Sharybin [Fri, 30 Sep 2011 12:24:17 +0000 (12:24 +0000)]
Whitespace clean-up
Sergey Sharybin [Fri, 30 Sep 2011 09:55:21 +0000 (09:55 +0000)]
Bump maps flip: now white means salience, black means concavity
Files created in blender before this revision should be rendered in
exactly the same way they used to render before.
Patch by Morten Mikkelsen, finished by Ton and me.
Sergey Sharybin [Fri, 30 Sep 2011 09:25:53 +0000 (09:25 +0000)]
i18n: fixed mistage in message generator which lead to some messages disappeared.
Also, cleaned up po files from unused messages.
Campbell Barton [Fri, 30 Sep 2011 08:27:38 +0000 (08:27 +0000)]
add bevel weight to editmode buttons, patch from Psy-Fi or IRC.
Bastien Montagne [Fri, 30 Sep 2011 08:10:53 +0000 (08:10 +0000)]
Minor: Other UI strings typos and tweaks.
Campbell Barton [Fri, 30 Sep 2011 07:47:45 +0000 (07:47 +0000)]
fix for crash generating messages.txt, I wasn't getting this crash because I had 'WITH_PYTHON_SAFETY' enabled which was using different iterators (which dont crash), now there on by default.
made headless and no-python configurations work again and added --factory-startup to doc building command.
Dalai Felinto [Fri, 30 Sep 2011 05:36:56 +0000 (05:36 +0000)]
po : adding note for windows translators/devs + remove backup function in update_po.py
(no more tons of *.po~ in the folder)
Benoit Bolsee [Thu, 29 Sep 2011 21:38:57 +0000 (21:38 +0000)]
Recast: upgrade library.
- Upgrade Recast library to latest portable version
- Implement recast_qsort based on FreeBSD qsort.c to have
portable thread safe quick sort for use in conversion routine.
- Better default value for the Build Navigation Mesh operator
Guillermo S. Romero [Thu, 29 Sep 2011 18:37:09 +0000 (18:37 +0000)]
SVN maintenance.
Campbell Barton [Thu, 29 Sep 2011 17:19:51 +0000 (17:19 +0000)]
remove the pot and messages file, they change too much with only minor changes to the source and can be regenerated.
Campbell Barton [Thu, 29 Sep 2011 17:15:58 +0000 (17:15 +0000)]
improvements to translation message generator
- for rna stringsinclude the path as comment, eg:
#~ bpy.types.VertexGroup.name
- skip strings like %dx%d or -X.
- for strings extracted from python scripts include file:line reference as with C files.
- have messages in order they appear in the file, files and classes sorted so it reads more logically.
- extract these comments from the messages.txt file into the pot file.