luzpaz
f3bf8fe919
Misc. typos
...
+ some are doxy others are just comment code.
+ some minor whitespace and grammatical tweaks.
+ app/SCL/* typos have also been submitted upstream (https://github.com/stepcode/stepcode/pull/366 ). So it's ok to merge them in to master.
2017-10-04 17:59:11 +02:00
Peter Lama
fa4bebf2e0
Use OCCT Handle macro for Handle_ classes
...
This is the result of running OCCT's upgrade script provided
with OCCT 7.0. See
https://www.opencascade.com/content/freecad-occt710-and-windows-rtti-data-missing#comment-form
and
https://www.forum.freecadweb.org/viewtopic.php?f=4&t=21405&start=120#p169019
for why this is necessary for OCCT >= 7.1
2017-04-20 12:27:34 +02:00
Kunda
315d039f29
source typo fixes pt3 (only on py3 merged code)
2017-02-28 14:32:33 -05:00
wmayer
ab383c1df6
py3: ported Raytracing to python3
2017-02-28 17:39:08 +01:00
wmayer
19c9a9f819
remove superfluous Qt includes
2016-12-13 14:33:16 +01:00
wmayer
6f43ec4c09
fix -Wextra in Raytracing
2016-09-23 21:20:16 +02:00
Yorik van Havre
39d351a35b
Raytracing: Yield error when creating a Luxrender view of a shape with no faces - fixes #2685
2016-09-04 23:12:53 -03:00
wmayer
bed76edb48
fix Coverity issues
2016-08-20 17:21:01 +02:00
Wolfgang E. Sanyer
d1d2f1f811
This commit adds getShape and setShape to TopoShape
2016-08-06 23:42:55 +02:00
wmayer
fb30b1116a
+ fixes issue #0002224 : Drawings break on reopen. Template not found
2016-05-05 11:11:08 +02:00
triplus
65535893b7
Added RadiosityOutdoorHQ.pov
2016-02-27 03:11:45 +01:00
wmayer
012e265621
+ simplify porting of Raytracing module to Python3
2016-01-18 19:14:57 +01:00
wmayer
de41dc46ec
+ Prefer prefix ++/-- operators for non-primitive types
2015-10-07 13:38:17 +02:00
Mateusz Skowroński
05f95c0506
Fix files encoding. Go from ISO8859-1 to UTF-8.
2015-09-21 19:50:49 -03:00
wmayer
e0bdf24c95
+ fix build problems with MSVC and libpack
2015-09-21 14:51:12 +02:00
wmayer
c2c83a353b
+ harmonize XercesC cmake variables with official check
2015-07-28 14:17:49 +02:00
wmayer
d2b7b730d3
+ replace deprecated PYTHON_INCLUDE_PATH
2015-07-25 18:29:42 +02:00
Yorik van Havre
9f202025d8
Workaround for issue #1963 - Search for templates in userAppData/Templates folder
2015-04-20 12:45:43 -03:00
wmayer
f66346b695
+ fix wrong template path for Raytracing/Lux project
2015-04-13 10:33:10 +02:00
wmayer
5e9543ca55
+ fixes #0001963 : Only write needed user data in FCSTD file if any.
2015-04-11 22:30:11 +02:00
Yorik van Havre
824c011aef
Raytracing: added transparency to lux feature - fixes #1771
2015-01-02 16:48:35 -02:00
Sebastian Hoogen
46a00d1380
remove support for automake
2014-11-26 10:26:30 +01:00
wmayer
be949a054d
+ harmonize API
2014-10-19 14:25:51 +02:00
Sebastian Hoogen
d49528b27e
issue #1700 replace PyExc_Exception
2014-09-17 11:15:57 +02:00
Yorik van Havre
af98add189
Raytracing: Using names instead of labels in exported files - fixes #1663
2014-08-07 22:24:57 -03:00
wmayer
70a5ab56c2
+ fixes #0001580 : Adding transparency to povray output
2014-06-14 14:19:29 +02:00
wmayer
6ac93e9d72
Add initial support for different libdir (jobermayr)
2014-05-10 12:57:38 +02:00
wmayer
4b2b243e47
+ compile with clang
2014-05-05 16:24:01 +02:00
mdinger
1498e99cef
Move python module prefix and suffix properties into macro to be set together
2014-05-03 16:00:30 +02:00
wmayer
67edfb895b
+ Fix prefix of Python extensions built with MinGW
2014-04-30 18:22:52 +02:00
mdinger
e2bd648e9a
Remove unnecessary quotes.
2014-04-30 13:41:16 +02:00
mdinger
3e3ce381f6
Apply SET_BIN_DIR macro to Mod
2014-04-30 13:41:13 +02:00
Yorik van Havre
32c31f289a
Raytracing: Added aspect ratio to POV output - fixes #1315
2013-12-22 20:18:19 -02:00
Yorik van Havre
2de4d5e76b
0001277: Allow to use RaySegment object in Raytracing projects
2013-10-27 14:32:47 -02:00
wmayer
bffb6a3087
+ Simplify usage of templates
2013-10-07 15:42:22 +02:00
Yorik van Havre
f95b69807f
Raytracing: Added LuxOutdoor luxrender template
2013-10-04 15:57:15 -03:00
wmayer
d8528a56ff
+ Add Luxrender template file to build process
2013-10-03 18:01:58 +02:00
Yorik van Havre
28ca4f04b0
Raytracing: Final cleanup of Luxrender stuff
2013-10-02 12:24:31 -03:00
Yorik van Havre
a2a159c40a
Raytracing: Added Luxrender project
2013-10-02 12:24:31 -03:00
Yorik van Havre
5127a2bf07
Raytracing: Added Lux Feature
2013-10-02 12:24:31 -03:00
Yorik van Havre
41b423351f
Raytracing: Added function to rescale a luxrender matrix
2013-10-02 12:24:31 -03:00
Yorik van Havre
bfea93d618
Raytracing: Added function to write shapes as luxrender strings
2013-10-02 12:24:31 -03:00
Yorik van Havre
45926d6dca
Raytracing: Added lux camera export function
2013-10-02 12:24:31 -03:00
Yorik van Havre
f6cf626971
Raytracing: Added RadiosityNormal povray template
2013-09-20 10:57:32 -03:00
Yorik van Havre
29bf84b11e
Raytracing: Moved default light to the template
2013-09-19 18:13:52 -03:00
Yorik van Havre
4005b199e0
0001102: Updated all links to old freecad homepage and wiki to the new ones
2013-09-15 17:04:42 -03:00
jriegel
a5c8cd9c4b
Treat OCE in LibPack8.x with respect to debug/release
2013-03-31 00:16:17 +01:00
wmayer
2d4bdeb0a1
Fix commands in Raytracing module
2012-02-27 20:48:34 +01:00
wmayer
837ddf5f38
Support of INSTALL target on Windows (VC++ and MinGW)
2012-02-17 21:41:00 +01:00
wmayer
bde949f7e4
0000519: Patch to set proper RPATH's for system wide installation on Linux
...
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5270 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-12-11 12:36:36 +00:00