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.
Jens Verwiebe [Thu, 29 Sep 2011 17:02:19 +0000 (17:02 +0000)]
OSX: another non-ASCII char, sorry
Bastien Montagne [Thu, 29 Sep 2011 15:58:15 +0000 (15:58 +0000)]
Minor: Other UI strings typos and tweaks.
Bastien Montagne [Thu, 29 Sep 2011 15:28:22 +0000 (15:28 +0000)]
Commented and tagged some unused vars, added some var init (gcc warnings...).
Won’t go further, most other warnings are from GE or intern/extern lib code...
Bastien Montagne [Thu, 29 Sep 2011 14:41:11 +0000 (14:41 +0000)]
Minor: Other UI strings typos and tweaks. Also updated french po & mo.
(grrr... That update created tons of new things... back to ~40% done...)
Brecht Van Lommel [Thu, 29 Sep 2011 14:18:01 +0000 (14:18 +0000)]
Fix #28416: setting fluid simulation start time to anything other than zero
gave wrong results. Note how in this code it already incremented to the start
time and then incorrectly added it again. Patch by Chris Foster, thanks!
Brecht Van Lommel [Thu, 29 Sep 2011 13:52:58 +0000 (13:52 +0000)]
Fix #28769 & #28768: problem with duplicated keymap items after fix yesterday.
Campbell Barton [Thu, 29 Sep 2011 12:11:58 +0000 (12:11 +0000)]
fix for error generating docs, write all files as utf-8
Sergey Sharybin [Thu, 29 Sep 2011 10:17:34 +0000 (10:17 +0000)]
Pedantic changes to description for recently added select grouped operator
Sergey Sharybin [Thu, 29 Sep 2011 10:08:45 +0000 (10:08 +0000)]
i18n: update font to solve squares in arabic glyphs recently reported in ML
Campbell Barton [Thu, 29 Sep 2011 09:29:46 +0000 (09:29 +0000)]
take 2 at fixing the crash...
Campbell Barton [Thu, 29 Sep 2011 09:19:15 +0000 (09:19 +0000)]
Attempt to fix error reported by yafaray devs from my commit r40660
Campbell Barton [Thu, 29 Sep 2011 08:23:52 +0000 (08:23 +0000)]
rna function:
vecs = Camera.view_frame(scene)
returns 4 points for the camera frame, without this its very hard to know if a point is in the camera view or not, without rewriting blenders internal logic in python.
Campbell Barton [Thu, 29 Sep 2011 07:59:33 +0000 (07:59 +0000)]
make drawobject.c's code for getting the camera view frame into its own function. (no functional changes)
Dalai Felinto [Thu, 29 Sep 2011 06:34:58 +0000 (06:34 +0000)]
making PO/POT/... update scripts py3.2 compatible + making it almost win compatible
Adding from codecs import open + the encoding in update_pot.py so it works for python 3.2.
Now it should be easier to replace the executable folders in the first lines of the file.
It now also works if you are in the same folder as the .po files (i.e. os.path.dirname(__FILE__) is empty)
It's still not working for me on Mingw because I need gettext 1.8 and so far I found only the 1.7
(in 1.7 msgmerge --lang is not supported)
Campbell Barton [Thu, 29 Sep 2011 06:15:33 +0000 (06:15 +0000)]
use math functions for curve handle calculation.
Campbell Barton [Thu, 29 Sep 2011 06:13:25 +0000 (06:13 +0000)]
no-longer select handles when transforming in the dopesheet since now the dope sheet acts as if handles are hidden.
also remove invalid comment.
Campbell Barton [Thu, 29 Sep 2011 05:03:21 +0000 (05:03 +0000)]
fix [#28765] keyframe handles do not move with curves in graph editor when hidden, resulting in bad curves.
hide handles wasn't properly respected by transform function testhandles_fcurve().
Joshua Leung [Wed, 28 Sep 2011 23:43:48 +0000 (23:43 +0000)]
Reverting part of r.40659
The output of an automated tool is not a valid excuse for clobbering
code to increase maintenance headaches later on.
Brecht Van Lommel [Wed, 28 Sep 2011 19:18:29 +0000 (19:18 +0000)]
Fix #28728: volume precaching took a long time with many objects, changed
threading to no longer sleep 50ms for each object, using work queue now.
Also it was showing SSS preprocessing while actually doing Volume precaching,
fixed as well.
Brecht Van Lommel [Wed, 28 Sep 2011 19:11:59 +0000 (19:11 +0000)]
Fix autosave trying to write to / if no userpref temp directory was set,
like other code in blender it should write to the one actually verified
to exist.
Also fixes wrong temp directory when loading user preferences with no
temp directory from a state where one was specified.
Brecht Van Lommel [Wed, 28 Sep 2011 19:05:47 +0000 (19:05 +0000)]
Fix #28726: maya key configuration lost after file > new.
Campbell Barton [Wed, 28 Sep 2011 18:45:17 +0000 (18:45 +0000)]
fix 2 bugs with reset-default failing on operators redo panel.
- The operator its self was registered so resetting the defaults would unhelpfully replace the toolbar with the reset to defaults operator panel.
- The callback for the operator wasnt being used so the settings were changed but the operator didnt re-run.
Dalai Felinto [Wed, 28 Sep 2011 17:57:12 +0000 (17:57 +0000)]
using Blender 2.49 as playback for Ctrl+F11 doesn't take 'frame step' into consideration
... now it does ;) -- self-reported bug, not in tracker. Sorry statics people.
Jens Verwiebe [Wed, 28 Sep 2011 17:52:07 +0000 (17:52 +0000)]
Now in proper english, hehe
Jens Verwiebe [Wed, 28 Sep 2011 17:45:32 +0000 (17:45 +0000)]
Using non ASCII-conform char in comment broke compile
Jens Verwiebe [Wed, 28 Sep 2011 17:28:37 +0000 (17:28 +0000)]
OSX: Give clear commenting and more up-to-date defaults
Jens Verwiebe [Wed, 28 Sep 2011 17:21:08 +0000 (17:21 +0000)]
OSX: change omp default True gor gcc-4.6.1 only atm
Jens Verwiebe [Wed, 28 Sep 2011 17:15:28 +0000 (17:15 +0000)]
OSX: always compile GHOST and Quicktime with Apple-gcc-4.2, simplifies for non-apple compilers
Campbell Barton [Wed, 28 Sep 2011 16:25:50 +0000 (16:25 +0000)]
dont give an error on when texface conversion fails on load. give a warning instead.
this is needed because python converts report errors to exceptions (as if the file load operator couldn't complete), but infact it does load the file so rather then stopping the script, just report this as a warning.
Sergey Sharybin [Wed, 28 Sep 2011 16:13:36 +0000 (16:13 +0000)]
Fix #28185: Regression test: outlinertest blend
Added notifier handler to outliner.
Campbell Barton [Wed, 28 Sep 2011 15:42:55 +0000 (15:42 +0000)]
fix for crash with demo mode addon, modal operator loading a blend file would free all window data which was then accessed, causing a crash.
Bastien Montagne [Wed, 28 Sep 2011 15:22:13 +0000 (15:22 +0000)]
Commented and tagged some unused vars, added some var init (gcc warnings...)
Campbell Barton [Wed, 28 Sep 2011 14:12:27 +0000 (14:12 +0000)]
patch [#28571]
from Bastien Montagne (mont29)
Only applied Sequencer Select Grouped functionality - similar to the one in object mode, select strips based on type, time, data etc.
Bastien Montagne [Wed, 28 Sep 2011 14:08:56 +0000 (14:08 +0000)]
Minor: Other UI strings typos and tweaks. Also updated french po & mo.
Jens Verwiebe [Wed, 28 Sep 2011 11:56:50 +0000 (11:56 +0000)]
OSX: solve weaklinking for non-apple compilers by using Xlinker, build also QTKit with apple gcc, to be more compatible to distributed gnu-gcc compilers without objC, objC++ capabilities
Campbell Barton [Wed, 28 Sep 2011 10:05:56 +0000 (10:05 +0000)]
fix [#28158] Image crop keyframes/fcurves do not 'stick' to strip
Campbell Barton [Wed, 28 Sep 2011 09:47:30 +0000 (09:47 +0000)]
transform sequencer update was checking against the wrong transform mode.
Joerg Mueller [Wed, 28 Sep 2011 09:37:50 +0000 (09:37 +0000)]
Bugfix for wrong playback reported by Sergey Sharybin in IRC.
Campbell Barton [Wed, 28 Sep 2011 09:18:20 +0000 (09:18 +0000)]
add support for a 4th item for rna property enums in python so the numeric value can be passed, this is so you can animate the enum and keep the values even if you add items in the middle of the enum. - request from ZanQdo.
Sergey Sharybin [Wed, 28 Sep 2011 08:56:40 +0000 (08:56 +0000)]
Fix #28601: SEGFAULT: Regression in free_imbuf_seq
Actually, it's NULL-pointer dereference in rna_Sequence_update caused by RNA cache.
Discussed with Joshua and he thought it's acceptable for now to add
extra NULL-check here.
Sergey Sharybin [Wed, 28 Sep 2011 08:31:02 +0000 (08:31 +0000)]
Fix crash when starting baking fluid when baking thread is already started.
Sergey Sharybin [Wed, 28 Sep 2011 08:13:06 +0000 (08:13 +0000)]
i18n: wrote small instruction for translators
- Added po/README.txt file with translation instructions
- If update_po and update_mo scripts now allows to provide list
of languages which should be handled only, i.e.
./update_mo.py ru
- Removed obsolete file from POTFILES.in
Campbell Barton [Wed, 28 Sep 2011 08:03:02 +0000 (08:03 +0000)]
color strip was showing image crop and and offset twice, also made 'Make Metastrip' key shortcut Ctrl+G (so shift+G can be used for select group like object mode)
Campbell Barton [Wed, 28 Sep 2011 06:48:17 +0000 (06:48 +0000)]
fix for incorrect use of strlen() with the sequencer rna (no need for strlen()+1)
Campbell Barton [Wed, 28 Sep 2011 06:26:46 +0000 (06:26 +0000)]
fix [#28725] No way to control fluid simulator from Python API?
now exec() blocks while doing fluid bake, invoke starts a background job (texture bake also works this way).
Campbell Barton [Wed, 28 Sep 2011 05:53:40 +0000 (05:53 +0000)]
whitespace edits, make formatting for functions consustent at least within the file.
Campbell Barton [Wed, 28 Sep 2011 05:20:14 +0000 (05:20 +0000)]
use __func__ rather than function names in rna prints, some were incorrect.
also replace use of strlen() where checking first char is enough.
Campbell Barton [Wed, 28 Sep 2011 02:02:57 +0000 (02:02 +0000)]
correct own fix for #28751
Sergey Sharybin [Tue, 27 Sep 2011 19:04:27 +0000 (19:04 +0000)]
Fix for MSVC.
Benoit Bolsee [Tue, 27 Sep 2011 17:47:41 +0000 (17:47 +0000)]
Detour: fix bug with steering actuator: object pointer not removed.
Dalai Felinto [Tue, 27 Sep 2011 17:26:36 +0000 (17:26 +0000)]
scons OSX - we don't need extra junk in blenderplayer ;)
Dalai Felinto [Tue, 27 Sep 2011 17:06:10 +0000 (17:06 +0000)]
OSX CMake bundle - blenderplayer doesn't need locale, data, ..
also blenderplayer is a subset of Blender, so no need to repeat the macros here.
Campbell Barton [Tue, 27 Sep 2011 17:04:38 +0000 (17:04 +0000)]
minor changes to interface code (no functional changes)
- made 2 loops on menu items break out of the loop when the item is found.
- include function names in error prints.
Campbell Barton [Tue, 27 Sep 2011 16:39:41 +0000 (16:39 +0000)]
fix [#28752] Brush Icons do not scale correctly with DPI
Campbell Barton [Tue, 27 Sep 2011 16:23:40 +0000 (16:23 +0000)]
fix [#28751] Item in Enum propertie is grayed out
was infact a very old bug where an empty title took the following word for the title, eg: "%t|First Item|Second Item"
the first item would be evaluated as a title.
Sergey Sharybin [Tue, 27 Sep 2011 13:33:32 +0000 (13:33 +0000)]
Silence some gcc warnings.
Jens Verwiebe [Tue, 27 Sep 2011 13:18:34 +0000 (13:18 +0000)]
OSX: introduced a workaround for compiling with non-apple gcc-4.6.1, ghost must be compiled with apple-gcc nevertheless due objc incompatibilities
Sergey Sharybin [Tue, 27 Sep 2011 13:11:19 +0000 (13:11 +0000)]
Return back nice eye icon to constraints header (instead of speaker which not so nice in this context, imo)