Mitchell Stokes [Thu, 22 Nov 2012 22:38:31 +0000 (22:38 +0000)]
BGE Docs: Adding docs for bge.logic.NextFrame() and bge.logic.PrintMemInfo() based on their doc strings. There was also an :rtype: in the bge.logic.setExitKey() docs that should have been :type:.
Mitchell Stokes [Thu, 22 Nov 2012 22:25:12 +0000 (22:25 +0000)]
BGE Docs: Adding docs for KX_Scene.drawObstacleSimulation() based on its doc string.
Brecht Van Lommel [Thu, 22 Nov 2012 22:24:34 +0000 (22:24 +0000)]
Fix cycles OSL wrong reflection texture coordinate.
Mitchell Stokes [Thu, 22 Nov 2012 22:13:27 +0000 (22:13 +0000)]
BGE Docs: Documenting missing Sound Actuator attributes based on RNA UI strings.
Mitchell Stokes [Thu, 22 Nov 2012 21:52:30 +0000 (21:52 +0000)]
BGE Docs: Adding docs for the KX_GameObject.playAction() play_mode constants.
Mitchell Stokes [Thu, 22 Nov 2012 21:37:12 +0000 (21:37 +0000)]
BGE Docs: Reordering the "Various" constants so they are in alphabetical order.
Sergey Sharybin [Thu, 22 Nov 2012 17:22:08 +0000 (17:22 +0000)]
Reverting previous buildbot commit - sm_13 still fails actually
Brecht Van Lommel [Thu, 22 Nov 2012 17:12:41 +0000 (17:12 +0000)]
Fix #33265: editing uv vertex coordinates in panel could move hidden uv's.
Sergey Sharybin [Thu, 22 Nov 2012 16:16:33 +0000 (16:16 +0000)]
Buildbot: enable sm_13 for 32bit linux
Brecht Van Lommel [Thu, 22 Nov 2012 16:08:18 +0000 (16:08 +0000)]
Cycles: disable anisotropic BSDF on CUDA sm 1.x, to try to get it building again.
Sergey Sharybin [Thu, 22 Nov 2012 12:48:09 +0000 (12:48 +0000)]
Solved descriptors leak in OCIO module on windows
Seems was simply caused by wrong destructor used in processorRelease
Sergey Sharybin [Thu, 22 Nov 2012 12:03:15 +0000 (12:03 +0000)]
Fix #33264: Array MOD First Last option does nothing
Brecht Van Lommel [Thu, 22 Nov 2012 11:50:15 +0000 (11:50 +0000)]
Tweak macbook trackpad version check, now assumes to be there for version >= 10.
Sergey Sharybin [Thu, 22 Nov 2012 11:45:52 +0000 (11:45 +0000)]
Fix for animation possible offset in sequencer.
BKE_scene_update_for_newframe should be called before RE_BlenderFrame in
seq_render_scene_strip. It's not entirely nice, but bot sure about better
solution for now.
Sergey Sharybin [Thu, 22 Nov 2012 11:45:39 +0000 (11:45 +0000)]
Fix #33263: Sequencer Command Line Bugs
Was own regressions since recursive sequencer commit.
Jens Verwiebe [Thu, 22 Nov 2012 11:26:21 +0000 (11:26 +0000)]
Fix #33185 correct now, forgot stringlength incrased
Mitchell Stokes [Thu, 22 Nov 2012 11:09:42 +0000 (11:09 +0000)]
BGE Docs: Moving the KX_ArmatureSensor.type constant docs from bge.types.rst to bge.logic.rst where the rest of the constants docs are.
Mitchell Stokes [Thu, 22 Nov 2012 11:03:17 +0000 (11:03 +0000)]
BGE: KX_ACT_ARMATURE_SETINFLUENCE constant for BL_ArmatureActuator.type was documented but not actually added to bge.logic.
Campbell Barton [Thu, 22 Nov 2012 11:02:57 +0000 (11:02 +0000)]
minor speedup for bevel, avoid calling find_bevvert() when we know the edge isn't beveled.
Jens Verwiebe [Thu, 22 Nov 2012 10:59:46 +0000 (10:59 +0000)]
Fix #33185 by taking new sysctl hw.model into accont
Campbell Barton [Thu, 22 Nov 2012 09:57:38 +0000 (09:57 +0000)]
minor edit to console line adding, all callers have the console space, may as well pass it.
Campbell Barton [Thu, 22 Nov 2012 09:49:56 +0000 (09:49 +0000)]
fix for clear line adjusting console selection.
Mitchell Stokes [Thu, 22 Nov 2012 09:20:36 +0000 (09:20 +0000)]
BGE Docs: Changing ROT_* Armature Channel constants in the docs to be ROT_MODE_* to match the actual constants from bge.logic.
Mitchell Stokes [Thu, 22 Nov 2012 09:12:21 +0000 (09:12 +0000)]
BGE Docs: Fixing indentation.
Campbell Barton [Thu, 22 Nov 2012 08:45:32 +0000 (08:45 +0000)]
avoid string -> unicode conversion when registering classes, also avoid unlikely but possible crash if the py-class returns new instances of PyObjects it doesnt own when registering the class.
Campbell Barton [Thu, 22 Nov 2012 08:30:54 +0000 (08:30 +0000)]
indentation edits
Mitchell Stokes [Thu, 22 Nov 2012 08:22:46 +0000 (08:22 +0000)]
BGE Docs: Adding some basic docs for the KX_STEERING_* constants. Right now just their names and values are in the docs, not what they actually do.
Mitchell Stokes [Thu, 22 Nov 2012 08:16:30 +0000 (08:16 +0000)]
BGE Docs: Moving the BL_ArmatureChannel.rotation_mode constant docs from bge.types.rst to bge.logic.rst where the rest of the constants docs are.
Mitchell Stokes [Thu, 22 Nov 2012 08:07:13 +0000 (08:07 +0000)]
BGE Docs: Moving the BL_ArmatureConstraint constant docs from bge.types.rst to bge.logic.rst with the rest of the constants docs are.
Mitchell Stokes [Thu, 22 Nov 2012 08:01:02 +0000 (08:01 +0000)]
BGE Docs: Adding RM_* mode constants from KX_NavMeshObject.draw()
Mitchell Stokes [Thu, 22 Nov 2012 07:52:17 +0000 (07:52 +0000)]
Moving the Armature Actuator constant docs from bge.types.rst to bge.logic.rst with the rest of the constants docs are. Not only is this more consistent, but it also makes Campbell's script happier.
Mitchell Stokes [Thu, 22 Nov 2012 07:31:51 +0000 (07:31 +0000)]
Some KX_CONSTRAINTACT_* constants were incorrectly documented as KX_CONSTRAINT_*.
Mitchell Stokes [Thu, 22 Nov 2012 07:24:00 +0000 (07:24 +0000)]
Adding docs for KX_NavMeshObject based on doc strings found in KX_NavMeshObject.cpp.
Mitchell Stokes [Thu, 22 Nov 2012 07:08:02 +0000 (07:08 +0000)]
BGE: KX_PhysicsObjectWrapper was not being used anywhere in the code base, but it was being maintained (style, docs, name changes, etc), so I'm removing it.
Mitchell Stokes [Thu, 22 Nov 2012 06:11:05 +0000 (06:11 +0000)]
BGE: Removing some glIsEnabled() calls from DisableForText() in KX_BlenderGL.cpp. Use of glIsEnabled() is discouraged since it causes a potential sync with the graphics card. Also, it's faster to just always use glDisable() (even if that feature is already disabled) then to check if it's enabled first.
Campbell Barton [Thu, 22 Nov 2012 06:04:12 +0000 (06:04 +0000)]
more bge reference api docstrings, leaving KX_FontObject and KX_NavMeshObject as TODO.
Campbell Barton [Thu, 22 Nov 2012 05:33:05 +0000 (05:33 +0000)]
bge camera axix actuator was undocumented and python had incorrect limits on this attribute.
Campbell Barton [Thu, 22 Nov 2012 05:20:51 +0000 (05:20 +0000)]
modify the python stub to include __file__ and __name__, also correct odd indent in KX_KetsjiEngine.cpp
Campbell Barton [Thu, 22 Nov 2012 05:15:52 +0000 (05:15 +0000)]
add missing bgl and gpu api docstrings (found using docstring completeness checker)
Campbell Barton [Thu, 22 Nov 2012 01:00:40 +0000 (01:00 +0000)]
fix own error - remove doubles slot name.
Brecht Van Lommel [Wed, 21 Nov 2012 22:28:15 +0000 (22:28 +0000)]
Fix 33149: LLVM caused startup crash on linux systems using Mesa llvmpipe.
Now we hide the LLVM symbols with an ld version script to avoid conflicts.
Antony Riakiotakis [Wed, 21 Nov 2012 21:42:07 +0000 (21:42 +0000)]
Fix: Normal maps and triangulate modifier will give incorrect result on
rectangular faces after applying rotation, reported by Metalliandi
This issue is caused by floating point precision error. After applying
rotation, the edge lengths change slightly and on rectangular faces the
length comparison can be flipped. Solved by giving a slight offset to
the length calculation for the diagonal during triangulation
calculation. (Same as done during uv unwrapping)
Dalai Felinto [Wed, 21 Nov 2012 19:08:27 +0000 (19:08 +0000)]
camera sensor ui fix: grey out values when not affecting camera
reviewed by Thomas Dinges (DingTo)
Bastien Montagne [Wed, 21 Nov 2012 15:42:12 +0000 (15:42 +0000)]
Fix two stupid mistakes... Btw, osl now compiles with Fedora17, once llvm-3.1 has been compiled! ;)
Brecht Van Lommel [Wed, 21 Nov 2012 15:14:19 +0000 (15:14 +0000)]
Fixes for OS X default locale: use pclose and do error checking for file read.
Jens Verwiebe [Wed, 21 Nov 2012 14:29:34 +0000 (14:29 +0000)]
OSX/locale: moved command up, so errorchecking also happens
Jens Verwiebe [Wed, 21 Nov 2012 13:54:54 +0000 (13:54 +0000)]
OSX/locale: workaround to get osx system locale from user defaults
Sergey Sharybin [Wed, 21 Nov 2012 13:45:37 +0000 (13:45 +0000)]
Style cleanup: mixed tabs/spaces were used for indentation in osl_closures.h
Sergey Sharybin [Wed, 21 Nov 2012 13:41:47 +0000 (13:41 +0000)]
Cycles: solve -Wmissing-declarations for osl kernel
Campbell Barton [Wed, 21 Nov 2012 13:39:32 +0000 (13:39 +0000)]
fix [#29633] Mirror-Y also flips Z axis
Was floating point precision error (FLT_EPSILON was too small).
Brecht Van Lommel [Wed, 21 Nov 2012 13:22:24 +0000 (13:22 +0000)]
Fix #33257: cycles camera clipping did not work through transparent objects.
Bastien Montagne [Wed, 21 Nov 2012 13:13:50 +0000 (13:13 +0000)]
Enable llvm building for fedora too.
Unfortunately, this does not solve OSL compile problem in this distro (still the same errors, looks related to gnu c++... :/).
Howard Trickey [Wed, 21 Nov 2012 13:07:03 +0000 (13:07 +0000)]
bevel: fix bug where constructed where parallel test
didn't work (angle check too sensitive). Caused some
(nan,nan,nan) results from offset_in_two_planes.
Brecht Van Lommel [Wed, 21 Nov 2012 13:00:57 +0000 (13:00 +0000)]
Fix #33256: cycles Z pass for orthographic camera was not right, now is more
useful for e.g. fog in compositing.
Brecht Van Lommel [Wed, 21 Nov 2012 13:00:51 +0000 (13:00 +0000)]
Fix #32796: cycles did not support image auto refresh option.
Sergey Sharybin [Wed, 21 Nov 2012 11:57:35 +0000 (11:57 +0000)]
Patch #33242: ffmpeg AAC/AC3 encoding
Patch by David M (erwin94), thanks!
Also made Vorbis codec using float sample_fmt, otherwise it didn't work
with new FFmpeg.
Perhaps we can make it more clear by explicitly separating audio_input_buffer
for float and integer buffers, but as far as it works i'm not so fussed about
this atm.
Sergey Sharybin [Wed, 21 Nov 2012 11:10:37 +0000 (11:10 +0000)]
Fix #33222: When rendering DPX it's flipped in the Image Editor
Avoid using IMB_flipy from image save callback. It will use a bit more
memory but wold be thread-safe.
Campbell Barton [Wed, 21 Nov 2012 10:57:45 +0000 (10:57 +0000)]
enable edge draw by default for new edges,
alternate fix for [#33217] Mirror Modifier not showing "Shadow" mesh in wireframe view
Campbell Barton [Wed, 21 Nov 2012 10:53:15 +0000 (10:53 +0000)]
revert r52399, fix for [#33217], will look into a different fix
Campbell Barton [Wed, 21 Nov 2012 10:20:38 +0000 (10:20 +0000)]
fix for re->partx/re->party values being different for RE_Database_FromScene() then the main render loop.
Sergey Sharybin [Wed, 21 Nov 2012 10:13:52 +0000 (10:13 +0000)]
Fix #33252: VSE preview displays wrong color space
Early output was not setting image buffer float color space
Lukas Toenne [Wed, 21 Nov 2012 10:09:51 +0000 (10:09 +0000)]
When the File Output node exits early in convertToOperations (in case not rendering), it should still unlink all inputs to avoid debug assert failure that checks for remaining Node connections (debug_check_node_connections).
Sergey Sharybin [Wed, 21 Nov 2012 09:58:44 +0000 (09:58 +0000)]
Prevent division by zero in tiles size versioning code when mixing
using current trunk and previous release.
Sergey Sharybin [Wed, 21 Nov 2012 09:36:36 +0000 (09:36 +0000)]
Fix #33253: VSE preview doesn't display compositor
There were two issues in scene strip rendering:
- It will skip rendering if scene doesn't have camera but uses compositor
- G.is_break will cancel preview rendering
Also removed Use Sequencer from scene's strip settings, it's not supported.
Lukas Toenne [Wed, 21 Nov 2012 09:32:40 +0000 (09:32 +0000)]
Fix for debug assert failure with Reroute nodes in compositor. After redirecting links from the reroute output the input must be completely unlinked, otherwise the debug_check_node_connections will complain (this is a sanity check that ensures all the original Nodes have been fully reconnected to Operations).
Bastien Montagne [Wed, 21 Nov 2012 09:01:49 +0000 (09:01 +0000)]
Bring SUSE target to the same level as others.
Also add compile_LLVM func, needed by openSuse (which llvm package is
completly broken), and probably can help for OSL in Fedora17 too (will test soon).
Campbell Barton [Wed, 21 Nov 2012 08:59:25 +0000 (08:59 +0000)]
changes to startup.blend
- Set render tile size to 64x64 pixels
- Set default lamp area size to 0.1 (see commit 52012)
Bastien Montagne [Wed, 21 Nov 2012 08:59:20 +0000 (08:59 +0000)]
More LLVM work (now always search llvm-config into LLVM_DIRECTORY when
set!).
Campbell Barton [Wed, 21 Nov 2012 08:53:04 +0000 (08:53 +0000)]
doc corrections and add bge.types.KX_ArmatureSensor
Campbell Barton [Wed, 21 Nov 2012 07:40:46 +0000 (07:40 +0000)]
scripts to report missing py reference api docs. (simple RST parse and compare with python)
Brecht Van Lommel [Wed, 21 Nov 2012 03:33:49 +0000 (03:33 +0000)]
Fix for #33250: animation player shortcut keys not working on OS X.
Brecht Van Lommel [Wed, 21 Nov 2012 03:33:34 +0000 (03:33 +0000)]
Fix #33241: can't exit edit mode when object gets hidden via animation.
Campbell Barton [Wed, 21 Nov 2012 02:28:36 +0000 (02:28 +0000)]
py api cleanup, replace use...
- PyLong_FromSsize_t --> PyLong_FromLong
- PyLong_AsSsize_t --> PyLong_AsLong
In all places except for those where python api expects PySsize_t (index lookups mainly).
- use PyBool_FromLong in a few areas of the BGE.
- fix incorrect assumption in the BGE that PySequence_Check() means PySequence_Fast_ functions can be used.
Nathan Vegdahl [Wed, 21 Nov 2012 01:51:31 +0000 (01:51 +0000)]
Change edge loop select and edge ring select to be consistent with
other selection operators. Instead of having only a single "extend"
option which causes the selection to toggle, there are now
three options:
- extend: adds to selection
- deselect: removes from selection
- toggle: toggles the selection
The default keymap is adjusted to have identical behavior as before,
using these new options, so end-users shouldn't experience any
difference.
Dalai Felinto [Wed, 21 Nov 2012 01:07:30 +0000 (01:07 +0000)]
Cycles bugfix: AUTO wasn't working for Equisolid Fisheye lens
Now one no longer needs to match the sensor dimensions with the render dimensions manually.
IMPORTANT NOTE: if you were using AUTO before with mismathing sensor aspect ratio (comparing to the render dimensions)
this will change your render! We can doversion this, but apart from Tube project I don't know if anyone else
is using this yet (part due to this bug and the only recently fixed 3dview preview aspect ratio).
That should help more artists to take advantage of this fantastic Blender feature.
It still helps to know the parameters of kwnown cameras/lens though.
For example:
Nikon DX2S with a 10.5mm fisheye can be set with:
Render resolution: 4288 x 2848
Sensor 23.7 x 15.70 (15.70 can be ommitted if AUTO is used as fit method)
Note: some cameras render different sizes according to the recording mode.
For example, a Red Scarlet in 5k (@12 fps) can render a full circular fisheye with a sigma 4.5 lens.
The same camera in the 30fps recording mode renders 4k in a cropped circular image.
So it's not only the resolution that changes, but the actual sensor been used.
So just keep in mind that the more information you have from the camera/lens you want to emulate the better.
Bug found at/patch written as a follow up of the BlenderPRO2012, patch reviewed by Brecht Van Lommel
Brecht Van Lommel [Wed, 21 Nov 2012 01:00:03 +0000 (01:00 +0000)]
Fix #33158: motion vector pass wrong in cycles in some scenes, wrong vectors
due to float precision problem in matrix inverse.
Campbell Barton [Wed, 21 Nov 2012 00:31:47 +0000 (00:31 +0000)]
py api: BMesh.from_object() was using the derivedFinal, which isn't always available - or may not have UV data if in the wireframe view.
update the function to calculate the derived mesh with bmesh data-mask each time.
resolves bug [#33205] Bmesh "from_object" gives "no usable mesh data".
also found 'mesh_build_data' could run with non mesh objects and fail silently - add an assert.
Dalai Felinto [Tue, 20 Nov 2012 23:35:03 +0000 (23:35 +0000)]
Debug value in degrees (under parenthesis) for rotation driver variables
Specifically the Rotational Difference and XYZ Rotation Transform Channel
Feature requested during BlenderPRO 2012 (Brazilian Blender Conference)
and coded during my flight back :)
Reviewed by Joshua Leung(Aligorith)
Campbell Barton [Tue, 20 Nov 2012 20:45:04 +0000 (20:45 +0000)]
fix for missing bmesh operator flags when selecting linked (caused by own recent commits)
Brecht Van Lommel [Tue, 20 Nov 2012 19:44:20 +0000 (19:44 +0000)]
Fix #33227: custom keymap syncing didn't work well always when adding/removing
properties from operator, now it compares at RNA rather than ID property level,
which is more accurate.
Brecht Van Lommel [Tue, 20 Nov 2012 17:40:21 +0000 (17:40 +0000)]
Fix #33177: OSL render difference with missing textures and HSV nodes.
Brecht Van Lommel [Tue, 20 Nov 2012 17:40:10 +0000 (17:40 +0000)]
Fix cycles OSL missing support for texture mapping paramaters found in texture
properties tab.
Brecht Van Lommel [Tue, 20 Nov 2012 17:39:56 +0000 (17:39 +0000)]
Fix #33243: cycles CUDA going missing sometimes, disabled the new code now that
can detect if a device becomes available while Blender runs, appears to be
unreliable for some reason.
Campbell Barton [Tue, 20 Nov 2012 14:31:58 +0000 (14:31 +0000)]
code cleanup: comment unused members of bmesh operator slots and some osl style edits.
Thomas Dinges [Tue, 20 Nov 2012 14:18:56 +0000 (14:18 +0000)]
Fix [#33239] Cycles OSL : Environment Texture Rotation Incorrect:
* Projection mappings were not implemented yet.
Campbell Barton [Tue, 20 Nov 2012 13:29:27 +0000 (13:29 +0000)]
bmesh operator api:
avoid per vert/edge/face string lookups in BMO_slot_map_* functions --- used in array modifier, subdivide, remove doubles and other tools.
Sergey Sharybin [Tue, 20 Nov 2012 12:54:28 +0000 (12:54 +0000)]
Motion tracking: dump mask image when dump images is enabled
This is pure development option which is enabled by defining DUMP_FAILURE
or DUMP_ALWAYS libmv-capi.
Lukas Toenne [Tue, 20 Nov 2012 12:25:28 +0000 (12:25 +0000)]
Support for type callbacks on IDProperty pointers. Before this the type of the type of a PropertyGroup pointer would be fixed to the default RNA type. This is fine in most cases, but it may be necessary to define the property group subtype dynamically in some cases. Now the returned RNA pointer uses the typef callback if it exists.
Sergey Sharybin [Tue, 20 Nov 2012 12:10:54 +0000 (12:10 +0000)]
Text editor: fix for line spacing with word wrap enabled
Sergey Sharybin [Tue, 20 Nov 2012 11:44:55 +0000 (11:44 +0000)]
Motion tracking: fixed View Selection operator in cases pixel aspect != 1
This could break old files a little bit -- clip view could be offset/zoomed
in comparison with previous releases in pixel aspect != 1.
Sergey Sharybin [Tue, 20 Nov 2012 10:43:11 +0000 (10:43 +0000)]
Fix for add plane operator broken since recent code cleanup
Sergey Sharybin [Tue, 20 Nov 2012 10:37:11 +0000 (10:37 +0000)]
Fix bug in endian switch functions.
Seems ti was here since the very first day this functions were added
and issue was happening for switching sign for negative values.
Wrote a brute-force test locally and seems corrected functions indeed
works the same way as old macroses.
This should fix: #33226: File loading issue with svn 52328 (recent BF buildbot compile)
Antony Riakiotakis [Tue, 20 Nov 2012 09:59:57 +0000 (09:59 +0000)]
Fix #33217, mirror modifier edges missing in wireframe mode.
I see we explicitly set the edge visibility in the code for a few
modifiers because of this flag missing. The only place that this flag is
not set is during subsurf so maybe it would make a lot more sense to set
it by default on newly created edges (currently off by default) through
bmesh and turn it off for any modifiers that may need it to be off.
Antony Riakiotakis [Tue, 20 Nov 2012 09:04:55 +0000 (09:04 +0000)]
Skip CDDM_calc_edges since it's a costly operation. Instead make sure
all edges are set to draw. Thanks to Campbel for pointing that out!
Sergey Sharybin [Tue, 20 Nov 2012 08:04:53 +0000 (08:04 +0000)]
Seems extra hints are needed to find llvm-config on linux
Campbell Barton [Tue, 20 Nov 2012 06:11:15 +0000 (06:11 +0000)]
py api: add mapping support to bmesh operator return values.
Campbell Barton [Tue, 20 Nov 2012 05:58:17 +0000 (05:58 +0000)]
py api: remove ".out" from the names of dict keys returned from bmesh operators.
Campbell Barton [Tue, 20 Nov 2012 05:50:19 +0000 (05:50 +0000)]
code cleanup: make bmesh operator names more consistant since python has access to these as input arguments and return values.
all output values currently have ".out" suffix, this may go in the future, but for now it makes it clear in C code what are inputs and outputs.
Campbell Barton [Tue, 20 Nov 2012 03:29:12 +0000 (03:29 +0000)]
bmesh operator api edits, add macros and NULL the buffer if BMO_slot_buffer_alloc()'s len is zero.
Campbell Barton [Tue, 20 Nov 2012 02:56:42 +0000 (02:56 +0000)]
bmesh py api: add support for return values from bmesh operators.