Revision 1279c39 by Campbell Barton April 7, 2014, 10:38 (GMT) |
Code cleanup: use parens around multi-line defines. |
Revision ea01b24 by Campbell Barton April 7, 2014, 10:25 (GMT) |
Fix T39623: deleting an object crashes |
Revision 95b25e7 by Bastien Montagne April 7, 2014, 10:23 (GMT) |
Revision 8714ae0 by Bastien Montagne April 7, 2014, 10:17 (GMT) |
Fix T39563: Tiny unit-display problem in constraint panels. There is no good solution here, since RNA props can only have one type/unit. Tried to find the less worse one - have different RNA props for same DNA value (a bit like the angle/length for camera lens). Also fixed two other issues with Transform conctraint: * Angle were still in degrees (yes, another backward-compatibility breacking). * Scale was absolute, unlike loc/rot. Also cleaned up a bit the code, replaced some magic numbers by proper enums, ... |
Revision f3db038 by Campbell Barton April 7, 2014, 09:51 (GMT) |
Correct assert for RNA IDProps |
Revision b95e826 by Campbell Barton April 7, 2014, 07:00 (GMT) |
Code cleanup: remove unused functions and convert int -> bool |
Revision e51841c by Campbell Barton April 7, 2014, 05:21 (GMT) |
Code cleanup: project gpencil in float coords & delete outdated comments |
Revision 2527d0c by Campbell Barton April 7, 2014, 03:48 (GMT) |
Dyntopo: minor speedups with bmesh use. |
Revision 2127174 by Campbell Barton April 7, 2014, 03:05 (GMT) |
Dyntopo: avoid mask layer lookups while adding/removing verts |
Revision 5c5d643 by Campbell Barton April 7, 2014, 02:52 (GMT) |
Mempool: use define for used freeword and correct define |
Revision 13d90ab by Campbell Barton April 7, 2014, 02:38 (GMT) |
Mempool: minor optimization to building free pointer list |
Revision aee82b4 by Campbell Barton April 7, 2014, 02:38 (GMT) |
Mempool: fix own error in recent commit chunks must be added in order for iteration. |
Revision aabf415 by Antonis Ryakiotakis April 7, 2014, 01:18 (GMT) |
Fix building for Windows. |
Revision fe05f97 by Mitchell Stokes April 6, 2014, 23:30 (GMT) |
BGE: Multi-threading animation updates and skinning. This required BL_ArmatureObject to have tighter control over armatures and poses. Also, (Blender) armature objects are now copied instead of shared between BL_ArmatureObjects to avoid race conditions. Also, due to the armature copy, shape key drivers need a bit of extra fiddling to get the correct armature copy. Initially OpenMP was used for threading, but then BLI_task was used due to being less compiler dependent. This commit also places time spent on skinning updates in the Animation profiler category (was previously under the Rasterizer category). |
Revision be8b4b8 by Campbell Barton April 6, 2014, 22:43 (GMT) |
Todo T36849: support XDG thumbnail management standard |
April 6, 2014, 21:38 (GMT) |
blenderplayer - Reviewed some command line options and the respective help Doubts: are written as comments in the code Current Problems: - stereo modes sometimes have different names and are ordered differently everywhere (blender properties panel names and tooltips, blenderplayer cmndline) - dome mode as several options, but can only take one at a time, like -D mode bla -D tilt X -D ... - gameoptions are also given one at a time, like above, but with an assignment -g option = X . This is inconsistent. - gameoptions need to be reviewed and docummented - parent to window (-i) is useful for what? (there is no wiki on this either) - there is no support for verbose options like --help (blender itself supports it) Reviewers: dfelinto, moguri CC: Differential Revision: https://developer.blender.org/D312 |
Revision 07f8c5c by Bastien Montagne April 6, 2014, 17:15 (GMT) |
Better code for (bone axis + roll) to mat See T39470 and D436. Code by @tippisum, with some minor edits by @mont29. Tested with various rigs, including Rigify, CGcookie flex rig, and gooseberry/pataz caterpillar. Riggers, please test it, no change expected in behaviour. Reviewers: aligorith CC: tippisum Differential Revision: https://developer.blender.org/D436 |
Revision 959ec27 by Bastien Montagne April 6, 2014, 15:50 (GMT) |
Install_deps.sh: tweaks to support new LLVM-3.4. Issue is, looks like Debian testing's graphic backend now uses LLVM-3.4, which conflicts with 3.3 in Blender and makes it crash. So add support to handle 3.4, by both allowing to force a specific version for some libs, and switching back to head of official repo for OSL. |
Revision ae792e9 by Bastien Montagne April 6, 2014, 09:11 (GMT) |
Revision 43fb105 by Campbell Barton April 6, 2014, 07:25 (GMT) |
Move LIKELY/UNLIKELY into header |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021